Searched refs:MipsGOTPLT (Results 1 – 7 of 7) sorted by relevance
24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { in MipsGOTPLT() function in mcld::MipsGOTPLT30 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion) { in emit()42 Fragment* MipsGOTPLT::create() { in create()46 bool MipsGOTPLT::hasGOT1() const { in hasGOT1()50 uint64_t MipsGOTPLT::getEntryAddr(size_t num) const { in getEntryAddr()54 void MipsGOTPLT::applyAllGOTPLT(uint64_t pltAddr) { in applyAllGOTPLT()
17 class MipsGOTPLT; variable38 void applyAllPLT(MipsGOTPLT& pGOTPLT);
23 class MipsGOTPLT : public GOT {25 explicit MipsGOTPLT(LDSection& pSection);
100 MipsGOTPLT& getGOTPLT();101 const MipsGOTPLT& getGOTPLT() const;239 MipsGOTPLT* m_pGOTPLT; // .got.plt
10 MipsGOTPLT.cpp \
100 void MipsPLT::applyAllPLT(MipsGOTPLT& pGOTPLT) { in applyAllPLT()
518 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() { in getGOTPLT()523 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const { in getGOTPLT()1274 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()1319 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()