Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp65 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 …]
DARMRelocator.h23 class ARMRelocator : public Relocator
65 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
66 ~ARMRelocator();
DARMRelocationFunctions.h11 static ARMRelocator::Result Name (Relocation& pEntry, \
12 ARMRelocator& pParent);
DAndroid.mk13 ARMRelocator.cpp \
DARMLDBackend.cpp204 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator()
644 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) { in doRelax()