Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) { in X86_64GOTPLT() function in mcld::X86_64GOTPLT
62 X86_64GOTPLT::~X86_64GOTPLT() { in ~X86_64GOTPLT()
65 bool X86_64GOTPLT::hasGOT1() const { in hasGOT1()
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) { in applyGOT0()
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) { in applyAllGOTPLT()
DX86GOTPLT.h43 class X86_64GOTPLT : public X86_64GOT {
45 explicit X86_64GOTPLT(LDSection& pSection);
47 ~X86_64GOTPLT();
DX86LDBackend.h212 X86_64GOTPLT& getGOTPLT();
214 const X86_64GOTPLT& getGOTPLT() const;
235 X86_64GOTPLT* m_pGOTPLT;
DX86PLT.h159 X86_64GOTPLT& pGOTPLT,
167 X86_64GOTPLT& m_GOTPLT;
DX86LDBackend.cpp540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() { in getGOTPLT()
545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const { in getGOTPLT()
622 m_pGOTPLT = new X86_64GOTPLT(gotplt); in initTargetSections()
685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
DX86PLT.cpp219 X86_64GOTPLT& pGOTPLT, in X86_64PLT()