Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp51 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()
[all …]
DX86PLT.h98 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 {
DX86GOTPLT.h19 class X86PLT; variable
37 void applyAllGOTPLT(const X86PLT& pPLT);
54 void applyAllGOTPLT(const X86PLT& pPLT);
DX86LDBackend.h39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
138 X86PLT* m_pPLT;
DX86GOTPLT.cpp41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
DAndroid.mk10 X86PLT.cpp \
DX86LDBackend.cpp174 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()