Searched refs:X86_64Relocator (Results 1 – 4 of 4) sorted by relevance
1156 X86_64Relocator& pParent);1175 X86_64Relocator::X86_64Relocator(X86_64GNULDBackend& pParent, in X86_64Relocator() function in X86_64Relocator1181 X86_64Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation()1193 const char* X86_64Relocator::getName(Relocation::Type pType) const in getName()1198 Relocator::Size X86_64Relocator::getSize(Relocation::Type pType) const in getSize()1203 void X86_64Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc()1267 void X86_64Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc()1418 X86_64Relocator& pParent) in helper_DynRel()1437 const X86_64Relocator& pFactory) in helper_use_relative_reloc()1450 X86_64Relocator& pParent) in helper_get_GOT_and_init()[all …]
189 class X86_64Relocator : public X86Relocator196 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);
466 m_pRelocator = new X86_64Relocator(*this, config()); in initRelocator()