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

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h72 elf_half e_shentsize; ///< Size of a section header table entry. member in struct:elf::ELFHeader
/external/llvm/include/llvm/Object/
H A DELFTypes.h453 Elf_Half e_shentsize; // Size of an entry in the section header table member in struct:llvm::object::Elf_Ehdr_Impl
/external/kernel-headers/original/uapi/linux/
H A Delf.h215 Elf32_Half e_shentsize; member in struct:elf32_hdr
232 Elf64_Half e_shentsize; member in struct:elf64_hdr
/external/llvm/include/llvm/Support/
H A DELF.h75 Elf32_Half e_shentsize; // Size of an entry in the section header table member in struct:llvm::ELF::Elf32_Ehdr
99 Elf64_Half e_shentsize; member in struct:llvm::ELF::Elf64_Ehdr
/external/elfutils/src/libelf/
H A Delf.h80 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon4630
98 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon4631
/external/valgrind/perf/
H A Dtinycc.c163 Elf32_Half e_shentsize; /* Section header table entry size */ member in struct:__anon16804
181 Elf64_Half e_shentsize; /* Section header table entry size */ member in struct:__anon16805
19784 ehdr.e_shentsize = sizeof(Elf32_Shdr);

Completed in 211 milliseconds