Home
last modified time | relevance | path

Searched refs:Elf_Half (Results 1 – 12 of 12) 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-10.0/llvm/include/llvm/Object/
DELFTypes.h106 using Elf_Half = typename ELFT::Half; \
172 Elf_Half st_shndx; // Which section (header table index) it's defined in
181 Elf_Half st_shndx; // Which section (header table index) it's defined in
264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
273 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
274 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
275 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
276 Elf_Half vd_cnt; // Number of Verdaux entries
301 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
302 Elf_Half vn_cnt; // Number of associated Vernaux entries
[all …]
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h106 using Elf_Half = typename ELFT::Half; \
172 Elf_Half st_shndx; // Which section (header table index) it's defined in
181 Elf_Half st_shndx; // Which section (header table index) it's defined in
264 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
273 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
274 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
275 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
276 Elf_Half vd_cnt; // Number of Verdaux entries
301 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
302 Elf_Half vn_cnt; // Number of associated Vernaux entries
[all …]
/external/llvm-project/libunwind/src/
DAddressSpace.hpp359 #if !defined(Elf_Half)
360 typedef ElfW(Half) Elf_Half; typedef
378 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) { in calculateImageBase()
470 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; ++i) { in findUnwindSectionsByPhdr()
482 for (Elf_Half i = pinfo->dlpi_phnum; i > 0; i--) { in findUnwindSectionsByPhdr()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h119 Elf_Half dlpi_phnum;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_freebsd.h118 Elf_Half dlpi_phnum;
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs40 type Elf_Half = Elf64_Half;
44 type Elf_Half = Elf32_Half;
384 pub dlpi_phnum: Elf_Half,
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs40 type Elf_Half = Elf64_Half;
44 type Elf_Half = Elf32_Half;
341 pub dlpi_phnum: Elf_Half,
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs37 type Elf_Half = Elf64_Half;
41 type Elf_Half = Elf32_Half;
412 pub dlpi_phnum: Elf_Half,
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1361 typedef typename ELFT::Half Elf_Half; in dumpSymverSection() typedef
1367 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()
1372 for (const Elf_Half &E : *VersionsOrErr) in dumpSymverSection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp61 typedef typename ELFO::Elf_Half Elf_Half; \
142 typedef typename ELFO::Elf_Half Elf_Half; typedef in __anon07d3185e0111::ELFDumper
519 P += sizeof(typename ELFO::Elf_Half); in printVersionSymbolSection()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp97 using Elf_Half = typename ELFT::Half; \
585 unsigned Version = *reinterpret_cast<const Elf_Half *>(VerdefBuf); in getVersionDefinitions()
653 unsigned Version = *reinterpret_cast<const Elf_Half *>(VerneedBuf); in getVersionDependencies()