Searched refs:ARMRelocator (Results 1 – 5 of 5) sorted by relevance
31 ARMRelocator& pParent);49 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent, in ARMRelocator() function in ARMRelocator55 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 …]
26 class ARMRelocator : public Relocator76 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);77 ~ARMRelocator();
11 static ARMRelocator::Result Name (Relocation& pEntry, \12 ARMRelocator& pParent);
12 ARMRelocator.cpp \
192 m_pRelocator = new ARMRelocator(*this, config()); in initRelocator()553 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) { in doRelax()