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 X86_32GOTEntry* X86_32GOT::create() in create()
DX86GOT.h34 class X86_32GOT : public GOT
37 X86_32GOT(LDSection& pSection);
39 ~X86_32GOT();
DX86LDBackend.h170 X86_32GOT& getGOT();
172 const X86_32GOT& getGOT() const;
196 X86_32GOT* m_pGOT;
DX86GOTPLT.h26 class X86_32GOTPLT : public X86_32GOT
DX86GOTPLT.cpp24 : X86_32GOT(pSection) in X86_32GOTPLT()
DX86LDBackend.cpp380 m_pGOT = new X86_32GOT(got); in initTargetSections()
403 X86_32GOT& X86_32GNULDBackend::getGOT() in getGOT()
409 const X86_32GOT& X86_32GNULDBackend::getGOT() const in getGOT()
519 for (X86_32GOT::iterator it = m_pGOT->begin(), in emitGOTSectionData()