Searched refs:MipsRelocator (Results 1 – 5 of 5) sorted by relevance
91 MipsRelocator& pParent) { in helper_PLT_init()111 MipsRelocator& pParent) { in helper_get_PLT_address()124 MipsRelocator& pParent);141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent, in MipsRelocator() function in mcld::MipsRelocator149 Relocator::Result MipsRelocator::applyRelocation(Relocation& pReloc) { in applyRelocation()179 const char* MipsRelocator::getName(Relocation::Type pType) const { in getName()183 void MipsRelocator::scanRelocation(Relocation& pReloc, in scanRelocation()222 bool MipsRelocator::initializeScan(Input& pInput) { in initializeScan()228 bool MipsRelocator::finalizeScan(Input& pInput) { in finalizeScan()234 bool MipsRelocator::initializeApply(Input& pInput) { in initializeApply()[all …]
26 class MipsRelocator : public Relocator {39 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);200 class Mips32Relocator : public MipsRelocator {215 class Mips64Relocator : public MipsRelocator {
16 "MipsRelocator.cpp",
13 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \14 MipsRelocator& pParent);
280 if (!(pInfo.reserved() & MipsRelocator::ReserveGot)) { in reserveGlobalEntry()282 pInfo.setReserved(pInfo.reserved() | MipsRelocator::ReserveGot); in reserveGlobalEntry()