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) : GOT(pSection) { in X86_32GOT() function in mcld::X86_32GOT
24 X86_32GOT::~X86_32GOT() { in ~X86_32GOT()
27 X86_32GOTEntry* X86_32GOT::create() { in create()
DX86GOT.h32 class X86_32GOT : public GOT {
34 explicit X86_32GOT(LDSection& pSection);
36 ~X86_32GOT();
DX86LDBackend.h166 X86_32GOT& getGOT();
168 const X86_32GOT& getGOT() const;
192 X86_32GOT* m_pGOT;
DX86GOTPLT.h26 class X86_32GOTPLT : public X86_32GOT {
DX86GOTPLT.cpp23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) : X86_32GOT(pSection) { in X86_32GOTPLT()
DX86LDBackend.cpp351 m_pGOT = new X86_32GOT(got); in initTargetSections()
373 X86_32GOT& X86_32GNULDBackend::getGOT() { in getGOT()
378 const X86_32GOT& X86_32GNULDBackend::getGOT() const { in getGOT()
477 for (X86_32GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData()