Home
last modified time | relevance | path

Searched refs:ARMRelocator (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp61 const ARMRelocator& pFactory) { in helper_use_relative_reloc()
75 ARMRelocator& pParent) { in helper_get_GOT_address()
83 ARMRelocator& pParent) { in helper_GOT_init()
94 got_entry->setValue(ARMRelocator::SymVal); in helper_GOT_init()
100 got_entry->setValue(ARMRelocator::SymVal); in helper_GOT_init()
114 static Relocator::Address helper_GOT_ORG(ARMRelocator& pParent) { in helper_GOT_ORG()
119 ARMRelocator& pParent) { in helper_get_PLT_address()
125 static ARMPLT1& helper_PLT_init(Relocation& pReloc, ARMRelocator& pParent) { in helper_PLT_init()
153 ARMRelocator& pParent) { in helper_DynRel_init()
283 ARMRelocator& pParent);
[all …]
DARMRelocator.h23 class ARMRelocator : public Relocator {
61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
62 ~ARMRelocator();
DARMRelocationFunctions.h13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
DAndroid.bp23 "ARMRelocator.cpp",
DARMLDBackend.cpp268 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator()
853 ARMRelocator::ReservePLT) != 0x0) { in doRelax()