Searched defs:Elf_Verdaux (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/Object/
H A DELF.h132 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux; typedef in class:llvm::object::ELFFile
H A DELFTypes.h206 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux; typedef in struct:llvm::object::Elf_Verdef_Impl
216 const Elf_Verdaux *getAux() const {
217 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
221 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef

Completed in 94 milliseconds