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

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h156 elf_word sh_type; ///< Section type. member in struct:elf::ELFSectionHeader
H A DObjectFileELF.cpp769 const uint64_t section_size = header.sh_type == SHT_NOBITS ? 0 : header.sh_size;
786 if (header.sh_type == SHT_NOTE && !uuid.IsValid())
865 const uint64_t file_size = header.sh_type == SHT_NOBITS ? 0 : header.sh_size;
930 switch (header.sh_type)
1196 assert(symtab_hdr->sh_type == SHT_SYMTAB ||
1197 symtab_hdr->sh_type == SHT_DYNSYM);
1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
1707 DumpELFSectionHeader_sh_type(s, sh.sh_type);
1718 // Dump an token value for the ELF section header member sh_type whic
1722 DumpELFSectionHeader_sh_type(Stream *s, elf_word sh_type) argument
[all...]
/external/chromium_org/courgette/
H A Dtypes_elf.h61 Elf32_Word sh_type; member in struct:Elf32_Shdr
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getdwarf.c320 if (shdr->sh_type == SHT_PROGBITS
397 that can be moved around have different sh_type values--except for
493 GElf_Word sh_type,
499 && ((sh_type == SHT_PROGBITS && sh_addr != interp)
500 || sh_type == SHT_NOBITS))
516 consider_shdr (main_interp, sh->sh_type, sh->sh_flags,
526 consider_shdr (undo_interp, shdr.s32[i].sh_type, shdr.s32[i].sh_flags,
530 consider_shdr (undo_interp, shdr.s64[i].sh_type, shdr.s64[i].sh_flags,
579 switch (shdr->sh_type)
492 consider_shdr(GElf_Addr interp, GElf_Word sh_type, GElf_Xword sh_flags, GElf_Addr sh_addr, GElf_Xword sh_size) argument
/external/llvm/include/llvm/Object/
H A DELFTypes.h113 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
128 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
/external/chromium_org/third_party/libvpx/include/
H A Delf.h330 Elf32_Word sh_type; member in struct:elf32_shdr
345 Elf64_Word sh_type; member in struct:elf64_shdr
/external/kernel-headers/original/uapi/linux/
H A Delf.h265 /* sh_type */
301 Elf32_Word sh_type; member in struct:elf32_shdr
314 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
/external/llvm/include/llvm/Support/
H A DELF.h1221 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
1235 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
/external/qemu/include/
H A Delf.h949 /* Legal values for sh_type field of Elf32_Shdr. */
1106 /* Processor specific values for the Shdr sh_type field. */
1311 /* sh_type */
1353 Elf32_Word sh_type; member in struct:elf32_shdr
1366 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
/external/elfutils/0.153/libelf/
H A Delf.h276 Elf32_Word sh_type; /* Section type */ member in struct:__anon21220
290 Elf64_Word sh_type; /* Section type */ member in struct:__anon21221
318 /* Legal values for sh_type (section type). */
1398 /* Legal values for sh_type field of Elf32_Shdr. */
1763 /* Legal values for sh_type field of Elf32_Shdr. */
1936 /* Legal values for sh_type field of Elf64_Shdr. */
2304 /* Processor specific values for the Shdr sh_type field. */
2387 /* 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:__anon33281
317 Elf64_Word sh_type; /* Section type */ member in struct:__anon33282
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 171 milliseconds