Searched refs:ARMRelocator (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMRelocator.cpp | 299 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 D | ARMRelocator.h | 23 class ARMRelocator : public Relocator { 61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig); 62 ~ARMRelocator();
|
H A D | ARMRelocationFunctions.h | 13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
|
H A D | Android.bp | 23 "ARMRelocator.cpp",
|
H A D | ARMLDBackend.cpp | 268 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator() 853 ARMRelocator::ReservePLT) != 0x0) { in doRelax()
|