Home
last modified time | relevance | path

Searched refs:X86_32GOTPLT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) in X86_32GOTPLT() function in mcld::X86_32GOTPLT
31 X86_32GOTPLT::~X86_32GOTPLT() in ~X86_32GOTPLT()
35 bool X86_32GOTPLT::hasGOT1() const in hasGOT1()
40 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) in applyGOT0()
46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) in applyAllGOTPLT()
DX86GOTPLT.h26 class X86_32GOTPLT : public X86_32GOT
29 X86_32GOTPLT(LDSection &pSection);
31 ~X86_32GOTPLT();
DX86PLT.h56 class X86_32GOTPLT; variable
153 X86_32GOTPLT& pGOTPLT,
161 X86_32GOTPLT& m_GOTPLT;
DX86LDBackend.h174 X86_32GOTPLT& getGOTPLT();
176 const X86_32GOTPLT& getGOTPLT() const;
197 X86_32GOTPLT* m_pGOTPLT;
DX86LDBackend.cpp384 m_pGOTPLT = new X86_32GOTPLT(gotplt); in initTargetSections()
415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() in getGOTPLT()
421 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const in getGOTPLT()
542 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), in emitGOTPLTSectionData()
DX86PLT.cpp151 X86_32GOTPLT& pGOTPLT, in X86_32PLT()