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

/external/llvm/include/llvm/Object/
H A DELF.h202 /// Elf_Verdef: This is the structure of entries in the SHT_GNU_verdef section
427 typedef Elf_Verdef_Impl<target_endianness, is64Bits> Elf_Verdef; typedef in class:llvm::object::ELFObjectFile
471 // If the integer is 0, this is an Elf_Verdef*.
474 VersionMapEntry(const Elf_Verdef *verdef)
481 const Elf_Verdef *getVerdef() const {
482 return isVerdef() ? (const Elf_Verdef*)getPointer() : NULL;
626 // Iterate through the version definitions, and place each Elf_Verdef
638 if (p + sizeof(Elf_Verdef) > sec_end)
641 const Elf_Verdef *vd = reinterpret_cast<const Elf_Verdef *>(
[all...]

Completed in 53 milliseconds