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

/external/qemu/elff/
H A Delff_elf.h210 Elf_Word sh_type; member in struct:Elf_SHdr
260 * Values for sh_type
/external/grub/stage2/
H A Di386-elf.h106 Elf32_Word sh_type; /* Section type */ member in struct:__anon6270
/external/llvm/include/llvm/Object/
H A DELF.h136 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
153 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
1093 switch (Section->sh_type) {
1312 && sec->sh_type == ELF::SHT_PROGBITS)
1324 && sec->sh_type == ELF::SHT_NOBITS)
1346 if (sec->sh_type == ELF::SHT_NOBITS)
1359 Result = sec->sh_type == ELF::SHT_NOBITS;
1448 switch (sec->sh_type) {
1475 switch (sec->sh_type) {
1497 switch (sec->sh_type) {
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h948 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
962 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
/external/qemu/
H A Delf.h706 /* Legal values for sh_type field of Elf32_Shdr. */
863 /* Processor specific values for the Shdr sh_type field. */
1063 /* sh_type */
1105 Elf32_Word sh_type; member in struct:elf32_shdr
1118 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
/external/elfutils/libelf/
H A Delf.h279 Elf32_Word sh_type; /* Section type */ member in struct:__anon5950
293 Elf64_Word sh_type; /* Section type */ member in struct:__anon5951
321 /* Legal values for sh_type (section type). */
1349 /* Legal values for sh_type field of Elf32_Shdr. */
1714 /* Legal values for sh_type field of Elf32_Shdr. */
1887 /* Legal values for sh_type field of Elf64_Shdr. */
2313 /* Processor specific values for the Shdr sh_type field. */
/external/valgrind/main/perf/
H A Dtinycc.c303 Elf32_Word sh_type; /* Section type */ member in struct:__anon15477
317 Elf64_Word sh_type; /* Section type */ member in struct:__anon15478
338 /* Legal values for sh_type (section type). */
1105 /* Legal values for sh_type field of Elf32_Shdr. */
1436 /* Legal values for sh_type field of Elf32_Shdr. */
1492 /* Legal values for sh_type field of Elf64_Shdr. */
2203 int sh_type; /* elf section type */
6818 Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags)
6824 sec->sh_type = sh_type;
2201 int sh_type; /* elf section type */ member in struct:Section
6816 new_section(TCCState *s1, const char *name, int sh_type, int sh_flags) argument
19006 new_symtab(TCCState *s1, const char *symtab_name, int sh_type, int sh_flags, const char *strtab_name, const char *hash_name, int hash_sh_flags) argument
[all...]

Completed in 705 milliseconds