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.cpp1111 X86_64Relocator& pParent) { in helper_DynRel_init()
1127 const X86_64Relocator& pFactory) { in helper_use_relative_reloc()
1137 X86_64Relocator& pParent) { in helper_GOT_init()
1166 static Relocator::Address helper_GOT_ORG(X86_64Relocator& pParent) { in helper_GOT_ORG()
1171 X86_64Relocator& pParent) { in helper_get_GOT_address()
1178 X86_64Relocator& pParent) { in helper_get_PLT_address()
1185 X86_64Relocator& pParent) { in helper_PLT_init()
1215 X86_64Relocator& pParent);
1232 X86_64Relocator::X86_64Relocator(X86_64GNULDBackend& pParent, in X86_64Relocator() function in mcld::X86_64Relocator
1237 Relocator::Result X86_64Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()
[all …]
DX86Relocator.h184 class X86_64Relocator : public X86Relocator {
191 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
DX86RelocationFunctions.h81 X86_64Relocator& pParent);
DX86LDBackend.cpp525 m_pRelocator = new X86_64Relocator(*this, config()); in initRelocator()