Home
last modified time | relevance | path

Searched refs:Elf_Verdaux (Results 1 – 3 of 3) 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/llvm/tools/llvm-readobj/
DELFDumper.cpp152 typedef typename ELFO::Elf_Verdaux Elf_Verdaux; typedef in __anona2de969d0111::ELFDumper
534 typedef typename ELFO::Elf_Verdaux VerdAux; in printVersionDefinitionSection()