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

/external/llvm/include/llvm/Object/
H A DELF.h267 /// Elf_Vernaux: This is the structure of auxiliary data in SHT_GNU_verneed
571 typedef Elf_Vernaux_Impl<ELFT> Elf_Vernaux; typedef in class:llvm::object::ELFObjectFile
612 // If the integer is 1, this is an Elf_Vernaux*.
616 VersionMapEntry(const Elf_Vernaux *vernaux)
624 const Elf_Vernaux *getVernaux() const {
625 return isVernaux() ? (const Elf_Vernaux*)getPointer() : NULL;
866 // Iterate through the versions needed section, and place each Elf_Vernaux
886 if (paux + sizeof(Elf_Vernaux) > sec_end)
889 const Elf_Vernaux *vna = reinterpret_cast<const Elf_Vernaux *>(pau
[all...]

Completed in 69 milliseconds