Searched refs:X86_32GOTPLT (Results 1 – 6 of 6) sorted by relevance
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) : X86_32GOT(pSection) { in X86_32GOTPLT() function in mcld::X86_32GOTPLT29 X86_32GOTPLT::~X86_32GOTPLT() { in ~X86_32GOTPLT()32 bool X86_32GOTPLT::hasGOT1() const { in hasGOT1()36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0()41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
26 class X86_32GOTPLT : public X86_32GOT {28 explicit X86_32GOTPLT(LDSection& pSection);30 ~X86_32GOTPLT();
52 class X86_32GOTPLT; variable139 X86_32GOTPLT& pGOTPLT,147 X86_32GOTPLT& m_GOTPLT;
170 X86_32GOTPLT& getGOTPLT();172 const X86_32GOTPLT& getGOTPLT() const;193 X86_32GOTPLT* m_pGOTPLT;
355 m_pGOTPLT = new X86_32GOTPLT(gotplt); in initTargetSections()383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() { in getGOTPLT()388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const { in getGOTPLT()500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
136 X86_32GOTPLT& pGOTPLT, in X86_32PLT()