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

/external/kernel-headers/original/uapi/linux/
H A Delf.h267 #define SHT_PROGBITS 1 macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h194 #define SHT_PROGBITS 1 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h703 SHT_PROGBITS = 1, // Program-defined contents. enumerator in enum:llvm::ELF::__anon18404
/external/elfutils/libelf/
H A Delf.h321 #define SHT_PROGBITS 1 /* Program data */ macro
/external/kmod/port-gnu/
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 927 milliseconds