Searched refs:Elf_Half (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFTypes.h91 uint16_t, target_endianness, 2> Elf_Half; typedef in struct:llvm::object::ELFDataTypeTypedefHelperCommon
130 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Half Elf_Half; \
198 Elf_Half st_shndx; // Which section (header table index) it's defined in
207 Elf_Half st_shndx; // Which section (header table index) it's defined in
278 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
289 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
290 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
291 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
292 Elf_Half vd_cn
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h119 Elf_Half dlpi_phnum;
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp36 <uint16_t, target_endianness, support::aligned> Elf_Half; typedef in struct:__anon19955::ELFDataTypeTypedefHelperCommon
80 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Half Elf_Half; \
151 Elf_Half st_shndx; // Which section (header table index) it's defined in
160 Elf_Half st_shndx; // Which section (header table index) it's defined in
268 Elf_Half e_type; // Type of file (see ET_*)
269 Elf_Half e_machine; // Required architecture for this file (see EM_*)
275 Elf_Half e_ehsize; // Size of ELF header, in bytes
276 Elf_Half e_phentsize;// Size of an entry in the program header table
277 Elf_Half e_phnu
[all...]
/external/libunwind_llvm/src/
H A DAddressSpace.hpp380 #if !defined(Elf_Half)
381 typedef ElfW(Half) Elf_Half;
404 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) {
442 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) {
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp61 typedef typename ELFO::Elf_Half Elf_Half; \
142 typedef typename ELFO::Elf_Half Elf_Half; typedef in class:__anon13649::ELFDumper
519 P += sizeof(typename ELFO::Elf_Half);

Completed in 210 milliseconds