Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.cpp21 X86_32GOT::X86_32GOT(LDSection& pSection) in X86_32GOT() function in X86_32GOT
26 X86_32GOT::~X86_32GOT() in ~X86_32GOT()
30 void X86_32GOT::reserve(size_t pNum) in reserve()
37 X86_32GOTEntry* X86_32GOT::consume() in consume()
DX86GOT.h37 class X86_32GOT : public GOT
40 X86_32GOT(LDSection& pSection);
42 ~X86_32GOT();
DX86LDBackend.h237 X86_32GOT& getGOT();
239 const X86_32GOT& getGOT() const;
276 X86_32GOT* m_pGOT;
DX86GOTPLT.h29 class X86_32GOTPLT : public X86_32GOT
DX86GOTPLT.cpp24 : X86_32GOT(pSection) in X86_32GOTPLT()
DX86LDBackend.cpp790 m_pGOT = new X86_32GOT(got); in initTargetSections()
814 X86_32GOT& X86_32GNULDBackend::getGOT() in getGOT()
820 const X86_32GOT& X86_32GNULDBackend::getGOT() const in getGOT()
877 for (X86_32GOT::iterator it = m_pGOT->begin(), in emitGOTSectionData()