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 26 /** \class X86_32GOTPLT
29 class X86_32GOTPLT : public X86_32GOT
32 X86_32GOTPLT(LDSection &pSection);
34 ~X86_32GOTPLT();
X86GOTPLT.cpp 21 // X86_32GOTPLT
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection)
35 X86_32GOTPLT::~X86_32GOTPLT()
39 bool X86_32GOTPLT::hasGOT1() const
44 void X86_32GOTPLT::applyGOT0(uint64_t pAddress)
50 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
X86PLT.h 56 class X86_32GOTPLT;
158 X86_32GOTPLT& pGOTPLT,
166 X86_32GOTPLT& m_GOTPLT;
X86LDBackend.h 241 X86_32GOTPLT& getGOTPLT();
243 const X86_32GOTPLT& getGOTPLT() const;
277 X86_32GOTPLT* m_pGOTPLT;
X86LDBackend.cpp 794 m_pGOTPLT = new X86_32GOTPLT(gotplt);
826 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
832 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const
900 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(),
    [all...]
X86PLT.cpp 172 X86_32GOTPLT& pGOTPLT,

Completed in 190 milliseconds