Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFTypes.h40 uint16_t, target_endianness, 2> Elf_Half; typedef
79 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Half Elf_Half; \
147 Elf_Half st_shndx; // Which section (header table index) it's defined in
156 Elf_Half st_shndx; // Which section (header table index) it's defined in
227 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
238 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
239 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
240 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
241 Elf_Half vd_cnt; // Number of Verdaux entries
266 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
[all …]
/external/libunwind_llvm/src/
DAddressSpace.hpp398 #if !defined(Elf_Half) in findUnwindSections()
399 typedef ElfW(Half) Elf_Half; in findUnwindSections()
405 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.cpp80 typedef typename ELFO::Elf_Half Elf_Half; typedef in __anon07d3185e0111::ELFDumper
337 P += sizeof(typename ELFO::Elf_Half); in printVersionSymbolSection()