Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp299 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent, in ARMRelocator() function in mcld::ARMRelocator
304 ARMRelocator::~ARMRelocator() { in ~ARMRelocator()
782 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) { in none()
787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32()
824 ARMRelocator::Result rel32(Relocation& pReloc, ARMRelocator& pParent) { in rel32()
856 ARMRelocator::Result gotoff32(Relocation& pReloc, ARMRelocator& pParent) { in gotoff32()
869 ARMRelocator::Result got_brel(Relocation& pReloc, ARMRelocator& pParent) { in got_brel()
887 ARMRelocator::Result got_prel(Relocation& pReloc, ARMRelocator& pParent) { in got_prel()
987 ARMRelocator::Result call(Relocation& pReloc, ARMRelocator& pParent) { in call()
1337 ARMRelocator::Result prel31(Relocation& pReloc, ARMRelocator& pParent) { in prel31()
[all …]
H A DARMRelocator.h23 class ARMRelocator : public Relocator {
61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
62 ~ARMRelocator();
H A DARMRelocationFunctions.h13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
H A DAndroid.bp23 "ARMRelocator.cpp",
H A DARMLDBackend.cpp268 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator()
853 ARMRelocator::ReservePLT) != 0x0) { in doRelax()