Home
last modified time | relevance | path

Searched refs:Elf_Verdaux (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h288 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
298 const Elf_Verdaux *getAux() const {
299 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
DELF.h51 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h269 using Elf_Verdaux = Elf_Verdaux_Impl<ELFT>;
279 const Elf_Verdaux *getAux() const {
280 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
DELF.h66 using Elf_Verdaux = typename ELFT::Verdaux; variable
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp152 typedef typename ELFO::Elf_Verdaux Elf_Verdaux; typedef in __anon79be9f670111::ELFDumper
534 typedef typename ELFO::Elf_Verdaux VerdAux; in printVersionDefinitionSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp105 using Elf_Verdaux = typename ELFT::Verdaux; \
604 using VerdAux = typename ELFO::Elf_Verdaux; in printVersionDefinitionSection()