Searched defs:SHT_PROGBITS (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h267 #define SHT_PROGBITS 1 macro
/external/elfutils/src/libelf/
H A Delf.h320 #define SHT_PROGBITS 1 /* Program data */ macro
/external/valgrind/perf/
H A Dtinycc.c341 #define SHT_PROGBITS 1 /* Program data */ macro
6901 return new_section(s1, name, SHT_PROGBITS, SHF_ALLOC);
18795 s1->got = new_section(s1, ".got", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
19152 if (s->sh_type == SHT_PROGBITS &&
19257 interp = new_section(s1, ".interp", SHT_PROGBITS, SHF_ALLOC);
19276 s1->plt = new_section(s1, ".plt", SHT_PROGBITS,
19936 if (sh->sh_type != SHT_PROGBITS &&
20844 text_section = new_section(s, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);
20845 data_section = new_section(s, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
21149 SHT_PROGBITS, SHF_ALLO
[all...]

Completed in 121 milliseconds