Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFTypes.h237 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
247 const Elf_Verdaux *getAux() const {
248 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.cpp90 typedef typename ELFO::Elf_Verdaux Elf_Verdaux; typedef in __anon86c7bc630111::ELFDumper