Searched refs:Elf_Vernaux (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp150 typedef typename ELFO::Elf_Vernaux Elf_Vernaux; typedef in class:__anon13649::ELFDumper
203 // If the integer is 1, this is an Elf_Vernaux*.
207 VersionMapEntry(const Elf_Vernaux *vernaux)
215 const Elf_Vernaux *getVernaux() const {
216 return isVernaux() ? (const Elf_Vernaux *)getPointer() : nullptr;
415 // Iterate through the versions needed section, and place each Elf_Vernaux
435 if (paux + sizeof(Elf_Vernaux) > sec_end)
438 const Elf_Vernaux *vna = reinterpret_cast<const Elf_Vernaux *>(pau
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h53 typedef Elf_Vernaux_Impl<ELFT> Elf_Vernaux; typedef in class:llvm::object::ELFFile

Completed in 43 milliseconds