Searched refs:MipsGOTPLT (Results 1 – 7 of 7) sorted by relevance
23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) in MipsGOTPLT() function in mcld::MipsGOTPLT32 void MipsGOTPLT::reserve(size_t pNum) in reserve()38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) in emit()51 Fragment* MipsGOTPLT::consume() in consume()59 bool MipsGOTPLT::hasGOT1() const in hasGOT1()64 uint64_t MipsGOTPLT::getEntryAddr(size_t num) const in getEntryAddr()69 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) in applyAllGOTPLT()
17 class MipsGOTPLT; variable37 void applyAllPLT(MipsGOTPLT& pGOTPLT);
23 class MipsGOTPLT : public GOT26 MipsGOTPLT(LDSection &pSection);
99 MipsGOTPLT& getGOTPLT();100 const MipsGOTPLT& getGOTPLT() const;220 MipsGOTPLT* m_pGOTPLT; // .got.plt
10 MipsGOTPLT.cpp \
127 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) in applyAllPLT()
447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() in getGOTPLT()453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const in getGOTPLT()928 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()977 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()