Searched refs:MipsPLT (Results 1 – 5 of 5) sorted by relevance
58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { in MipsPLT() function in mcld::MipsPLT62 void MipsPLT::finalizeSectionSize() { in finalizeSectionSize()74 bool MipsPLT::hasPLT1() const { in hasPLT1()78 uint64_t MipsPLT::emit(MemoryRegion& pRegion) { in emit()96 PLTEntryBase* MipsPLT::create() { in create()100 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) { in applyAllPLT()
25 class MipsPLT : public PLT {27 explicit MipsPLT(LDSection& pSection);
97 MipsPLT& getPLT();98 const MipsPLT& getPLT() const;238 MipsPLT* m_pPLT; // .plt
13 MipsPLT.cpp \
508 MipsPLT& MipsGNULDBackend::getPLT() { in getPLT()513 const MipsPLT& MipsGNULDBackend::getPLT() const { in getPLT()1278 m_pPLT = new MipsPLT(plt); in initTargetSections()1323 m_pPLT = new MipsPLT(plt); in initTargetSections()