Home
last modified time | relevance | path

Searched refs:X86_64Relocator (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1156 X86_64Relocator& pParent);
1175 X86_64Relocator::X86_64Relocator(X86_64GNULDBackend& pParent, in X86_64Relocator() function in X86_64Relocator
1181 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 …]
DX86Relocator.h189 class X86_64Relocator : public X86Relocator
196 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
DX86RelocationFunctions.h78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);
DX86LDBackend.cpp466 m_pRelocator = new X86_64Relocator(*this, config()); in initRelocator()