Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp31 ARMRelocator& pParent);
49 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent, in ARMRelocator() function in ARMRelocator
55 ARMRelocator::~ARMRelocator() in ~ARMRelocator()
60 ARMRelocator::applyRelocation(Relocation& pRelocation) in applyRelocation()
70 const char* ARMRelocator::getName(Relocator::Type pType) const in getName()
75 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const in getSize()
80 void ARMRelocator::addCopyReloc(ResolveInfo& pSym) in addCopyReloc()
95 ARMRelocator::defineSymbolforCopyReloc(IRBuilder& pBuilder, in defineSymbolforCopyReloc()
145 void ARMRelocator::checkValidReloc(Relocation& pReloc) const in checkValidReloc()
172 ARMRelocator::scanLocalReloc(Relocation& pReloc, const LDSection& pSection) in scanLocalReloc()
[all …]
DARMRelocator.h26 class ARMRelocator : public Relocator
76 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
77 ~ARMRelocator();
DARMRelocationFunctions.h11 static ARMRelocator::Result Name (Relocation& pEntry, \
12 ARMRelocator& pParent);
DAndroid.mk12 ARMRelocator.cpp \
DARMLDBackend.cpp192 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator()
553 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) { in doRelax()