Searched refs:X86_64Relocator (Results 1 – 4 of 4) sorted by relevance
1111 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_64Relocator1237 Relocator::Result X86_64Relocator::applyRelocation(Relocation& pRelocation) { in applyRelocation()[all …]
184 class X86_64Relocator : public X86Relocator {191 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
81 X86_64Relocator& pParent);
525 m_pRelocator = new X86_64Relocator(*this, config()); in initRelocator()