Home
last modified time | relevance | path

Searched refs:Elf_Half (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h91 uint16_t, target_endianness, 2> Elf_Half; typedef
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_cnt; // Number of Verdaux entries
317 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h107 using Elf_Half = typename ELFT::Half; \
173 Elf_Half st_shndx; // Which section (header table index) it's defined in
182 Elf_Half st_shndx; // Which section (header table index) it's defined in
261 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
270 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
271 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
272 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
273 Elf_Half vd_cnt; // Number of Verdaux entries
298 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
299 Elf_Half vn_cnt; // Number of associated Vernaux entries
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp36 <uint16_t, target_endianness, support::aligned> Elf_Half; typedef
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_phnum; // Number of entries in the program header table
278 Elf_Half e_shentsize;// Size of an entry in the section header table
[all …]
/external/libunwind_llvm/src/
DAddressSpace.hpp491 #if !defined(Elf_Half) in findUnwindSections()
492 typedef ElfW(Half) Elf_Half; in findUnwindSections()
515 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) { in findUnwindSections()
553 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) { in findUnwindSections()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h119 Elf_Half dlpi_phnum;
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp61 typedef typename ELFO::Elf_Half Elf_Half; \
142 typedef typename ELFO::Elf_Half Elf_Half; typedef in __anon79be9f670111::ELFDumper
519 P += sizeof(typename ELFO::Elf_Half); in printVersionSymbolSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp94 using Elf_Half = typename ELFT::Half; \
589 P += sizeof(typename ELFO::Elf_Half); in printVersionSymbolSection()