HomeSort by relevance Sort by last modified time
    Searched refs:X86_32GOTPLT (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 23 /** \class X86_32GOTPLT
26 class X86_32GOTPLT : public X86_32GOT
29 X86_32GOTPLT(LDSection &pSection);
31 ~X86_32GOTPLT();
X86GOTPLT.cpp 21 // X86_32GOTPLT
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection)
31 X86_32GOTPLT::~X86_32GOTPLT()
35 bool X86_32GOTPLT::hasGOT1() const
40 void X86_32GOTPLT::applyGOT0(uint64_t pAddress)
46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
X86PLT.h 56 class X86_32GOTPLT;
153 X86_32GOTPLT& pGOTPLT,
161 X86_32GOTPLT& m_GOTPLT;
X86LDBackend.h 174 X86_32GOTPLT& getGOTPLT();
176 const X86_32GOTPLT& getGOTPLT() const;
197 X86_32GOTPLT* m_pGOTPLT;
X86LDBackend.cpp 384 m_pGOTPLT = new X86_32GOTPLT(gotplt);
415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
421 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const
542 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(),
X86PLT.cpp 151 X86_32GOTPLT& pGOTPLT,

Completed in 61 milliseconds