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

/external/chromium_org/courgette/
H A Dtypes_elf.h75 SHT_PROGBITS = 1, enumerator in enum:sh_type_values
/external/qemu/elff/
H A Delff_elf.h263 #define SHT_PROGBITS 1 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h129 SHT_PROGBITS = 1, /* defined by program for its own meaning */ enumerator in enum:__anon14849
/external/qemu/
H A Delf.h1065 #define SHT_PROGBITS 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h1121 SHT_PROGBITS = 1, // Program-defined contents. enumerator in enum:llvm::ELF::__anon21928
/external/elfutils/libelf/
H A Delf.h324 #define SHT_PROGBITS 1 /* Program data */ macro
/external/valgrind/main/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 184 milliseconds