Home
last modified time | relevance | path

Searched refs:X86PLT (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp57 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() function in X86PLT
94 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 …]
DX86PLT.h108 class X86PLT : public PLT
111 X86PLT(LDSection& pSection,
114 ~X86PLT();
149 class X86_32PLT : public X86PLT
170 class X86_64PLT : public X86PLT
DX86GOTPLT.h18 class X86PLT; variable
38 void applyAllGOTPLT(const X86PLT& pPLT);
56 void applyAllGOTPLT(const X86PLT& pPLT);
DX86LDBackend.h39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
141 X86PLT* m_pPLT;
DX86GOTPLT.cpp46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) in applyAllGOTPLT()
85 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) in applyAllGOTPLT()
DAndroid.mk12 X86PLT.cpp \
DX86LDBackend.cpp185 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()