Searched refs:ARMRelocator (Results 1 – 5 of 5) sorted by relevance
65 const ARMRelocator& pFactory) in helper_use_relative_reloc()83 ARMRelocator& pParent) in helper_get_GOT_address()93 ARMRelocator& pParent) in helper_GOT_init()105 got_entry->setValue(ARMRelocator::SymVal); in helper_GOT_init()112 got_entry->setValue(ARMRelocator::SymVal); in helper_GOT_init()128 Relocator::Address helper_GOT_ORG(ARMRelocator& pParent) in helper_GOT_ORG()135 ARMRelocator& pParent) in helper_get_PLT_address()143 ARMPLT1& helper_PLT_init(Relocation& pReloc, ARMRelocator& pParent) in helper_PLT_init()173 ARMRelocator& pParent) in helper_DynRel_init()323 ARMRelocator& pParent);[all …]
23 class ARMRelocator : public Relocator65 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);66 ~ARMRelocator();
11 static ARMRelocator::Result Name (Relocation& pEntry, \12 ARMRelocator& pParent);
13 ARMRelocator.cpp \
204 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator()644 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) { in doRelax()