Searched defs:Elf_Vernaux (Results 1 - 1 of 1) sorted by path

/external/llvm/include/llvm/Object/
H A DELF.h134 typedef Elf_Vernaux_Impl<ELFT> Elf_Vernaux; typedef in class:llvm::object::ELFFile
278 // If the integer is 1, this is an Elf_Vernaux*.
282 VersionMapEntry(const Elf_Vernaux *vernaux)
290 const Elf_Vernaux *getVernaux() const {
291 return isVernaux() ? (const Elf_Vernaux*)getPointer() : nullptr;
458 // Iterate through the versions needed section, and place each Elf_Vernaux
478 if (paux + sizeof(Elf_Vernaux) > sec_end)
481 const Elf_Vernaux *vna = reinterpret_cast<const Elf_Vernaux *>(paux);

Completed in 265 milliseconds