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) : X86_32GOT(pSection) { in X86_32GOTPLT() function in mcld::X86_32GOTPLT
29 X86_32GOTPLT::~X86_32GOTPLT() { in ~X86_32GOTPLT()
32 bool X86_32GOTPLT::hasGOT1() const { in hasGOT1()
36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0()
41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
DX86GOTPLT.h26 class X86_32GOTPLT : public X86_32GOT {
28 explicit X86_32GOTPLT(LDSection& pSection);
30 ~X86_32GOTPLT();
DX86PLT.h52 class X86_32GOTPLT; variable
139 X86_32GOTPLT& pGOTPLT,
147 X86_32GOTPLT& m_GOTPLT;
DX86LDBackend.h170 X86_32GOTPLT& getGOTPLT();
172 const X86_32GOTPLT& getGOTPLT() const;
193 X86_32GOTPLT* m_pGOTPLT;
DX86LDBackend.cpp355 m_pGOTPLT = new X86_32GOTPLT(gotplt); in initTargetSections()
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() { in getGOTPLT()
388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const { in getGOTPLT()
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
DX86PLT.cpp136 X86_32GOTPLT& pGOTPLT, in X86_32PLT()