Searched refs:MipsPLT (Results 1 – 5 of 5) sorted by relevance
64 MipsPLT::MipsPLT(LDSection& pSection) in MipsPLT() function in mcld::MipsPLT71 void MipsPLT::finalizeSectionSize() in finalizeSectionSize()85 bool MipsPLT::hasPLT1() const in hasPLT1()90 uint64_t MipsPLT::emit(MemoryRegion& pRegion) in emit()109 void MipsPLT::reserveEntry(size_t pNum) in reserveEntry()119 Fragment* MipsPLT::consume() in consume()127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) in applyAllPLT()
25 class MipsPLT : public PLT28 MipsPLT(LDSection& pSection);
96 MipsPLT& getPLT();97 const MipsPLT& getPLT() const;219 MipsPLT* m_pPLT; // .plt
14 MipsPLT.cpp \
435 MipsPLT& MipsGNULDBackend::getPLT() in getPLT()441 const MipsPLT& MipsGNULDBackend::getPLT() const in getPLT()932 m_pPLT = new MipsPLT(plt); in initTargetSections()981 m_pPLT = new MipsPLT(plt); in initTargetSections()