Searched defs:sh_type (Results 1 - 8 of 8) 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:__anon6160
/external/kernel-headers/original/linux/
H A Delf.h235 /* sh_type */
271 Elf32_Word sh_type; member in struct:__anon7442
284 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
/external/llvm/include/llvm/Object/
H A DELF.h112 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
127 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
902 switch (Section->sh_type) {
1123 && sec->sh_type == ELF::SHT_PROGBITS)
1136 && sec->sh_type == ELF::SHT_NOBITS)
1160 if (sec->sh_type == ELF::SHT_NOBITS)
1257 switch (sec->sh_type) {
1285 switch (sec->sh_type) {
1308 switch (sec->sh_type) {
1330 switch (sec->sh_type) {
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h771 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
785 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:__anon5840
293 Elf64_Word sh_type; /* Section type */ member in struct:__anon5841
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:__anon14838
317 Elf64_Word sh_type; /* Section type */ member in struct:__anon14839
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 86 milliseconds