Searched refs:X86_64GOTPLT (Results 1 – 6 of 6) sorted by relevance
57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) { in X86_64GOTPLT() function in mcld::X86_64GOTPLT62 X86_64GOTPLT::~X86_64GOTPLT() { in ~X86_64GOTPLT()65 bool X86_64GOTPLT::hasGOT1() const { in hasGOT1()69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0()74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
43 class X86_64GOTPLT : public X86_64GOT {45 explicit X86_64GOTPLT(LDSection& pSection);47 ~X86_64GOTPLT();
212 X86_64GOTPLT& getGOTPLT();214 const X86_64GOTPLT& getGOTPLT() const;235 X86_64GOTPLT* m_pGOTPLT;
159 X86_64GOTPLT& pGOTPLT,167 X86_64GOTPLT& m_GOTPLT;
540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() { in getGOTPLT()545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const { in getGOTPLT()622 m_pGOTPLT = new X86_64GOTPLT(gotplt); in initTargetSections()685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
219 X86_64GOTPLT& pGOTPLT, in X86_64PLT()