Searched refs:X86_32GOTPLT (Results 1 – 6 of 6) sorted by relevance
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) in X86_32GOTPLT() function in mcld::X86_32GOTPLT31 X86_32GOTPLT::~X86_32GOTPLT() in ~X86_32GOTPLT()35 bool X86_32GOTPLT::hasGOT1() const in hasGOT1()40 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0()46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) in applyAllGOTPLT()
26 class X86_32GOTPLT : public X86_32GOT29 X86_32GOTPLT(LDSection &pSection);31 ~X86_32GOTPLT();
56 class X86_32GOTPLT; variable153 X86_32GOTPLT& pGOTPLT,161 X86_32GOTPLT& m_GOTPLT;
174 X86_32GOTPLT& getGOTPLT();176 const X86_32GOTPLT& getGOTPLT() const;197 X86_32GOTPLT* m_pGOTPLT;
384 m_pGOTPLT = new X86_32GOTPLT(gotplt); in initTargetSections()415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() in getGOTPLT()421 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const in getGOTPLT()542 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), in emitGOTPLTSectionData()
151 X86_32GOTPLT& pGOTPLT, in X86_32PLT()