Searched refs:X86PLT (Results 1 – 7 of 7) sorted by relevance
57 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() function in X86PLT94 X86PLT::~X86PLT() in ~X86PLT()98 void X86PLT::finalizeSectionSize() in finalizeSectionSize()105 X86PLT::iterator it = begin(); in finalizeSectionSize()122 bool X86PLT::hasPLT1() const in hasPLT1()127 PLTEntryBase* X86PLT::create() in create()135 PLTEntryBase* X86PLT::getPLT0() const in getPLT0()153 : X86PLT(pSection, pConfig, 32), in X86_32PLT()185 X86PLT::iterator it = m_pSectionData->begin(); in applyPLT1()186 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1()[all …]
108 class X86PLT : public PLT111 X86PLT(LDSection& pSection,114 ~X86PLT();149 class X86_32PLT : public X86PLT170 class X86_64PLT : public X86PLT
18 class X86PLT; variable38 void applyAllGOTPLT(const X86PLT& pPLT);56 void applyAllGOTPLT(const X86PLT& pPLT);
39 X86PLT& getPLT();41 const X86PLT& getPLT() const;141 X86PLT* m_pPLT;
46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) in applyAllGOTPLT()85 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) in applyAllGOTPLT()
12 X86PLT.cpp \
185 X86PLT::iterator it = m_pPLT->begin(); in emitSectionData()193 X86PLT::iterator ie = m_pPLT->end(); in emitSectionData()217 X86PLT& X86GNULDBackend::getPLT() in getPLT()223 const X86PLT& X86GNULDBackend::getPLT() const in getPLT()