Lines Matching refs:X86PLT
51 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() function in mcld::X86PLT
84 X86PLT::~X86PLT() { in ~X86PLT()
87 void X86PLT::finalizeSectionSize() { in finalizeSectionSize()
93 X86PLT::iterator it = begin(); in finalizeSectionSize()
110 bool X86PLT::hasPLT1() const { in hasPLT1()
114 PLTEntryBase* X86PLT::create() { in create()
121 PLTEntryBase* X86PLT::getPLT0() const { in getPLT0()
138 : X86PLT(pSection, pConfig, 32), m_GOTPLT(pGOTPLT) { in X86_32PLT()
167 X86PLT::iterator it = m_pSectionData->begin(); in applyPLT1()
168 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1()
221 : X86PLT(pSection, pConfig, 64), m_GOTPLT(pGOTPLT) { in X86_64PLT()
250 X86PLT::iterator it = m_pSectionData->begin(); in applyPLT1()
251 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1()