Searched refs:X86PLT (Results 1 – 7 of 7) sorted by relevance
51 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() function in mcld::X86PLT84 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()[all …]
98 class X86PLT : public PLT {100 X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size);101 ~X86PLT();136 class X86_32PLT : public X86PLT {156 class X86_64PLT : public X86PLT {
19 class X86PLT; variable37 void applyAllGOTPLT(const X86PLT& pPLT);54 void applyAllGOTPLT(const X86PLT& pPLT);
39 X86PLT& getPLT();41 const X86PLT& getPLT() const;138 X86PLT* m_pPLT;
41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
10 X86PLT.cpp \
174 X86PLT::iterator it = m_pPLT->begin(); in emitSectionData()182 X86PLT::iterator ie = m_pPLT->end(); in emitSectionData()202 X86PLT& X86GNULDBackend::getPLT() { in getPLT()207 const X86PLT& X86GNULDBackend::getPLT() const { in getPLT()