Searched refs:X86_32GOT (Results 1 – 6 of 6) sorted by relevance
21 X86_32GOT::X86_32GOT(LDSection& pSection) in X86_32GOT() function in X86_32GOT26 X86_32GOT::~X86_32GOT() in ~X86_32GOT()30 X86_32GOTEntry* X86_32GOT::create() in create()
34 class X86_32GOT : public GOT37 X86_32GOT(LDSection& pSection);39 ~X86_32GOT();
170 X86_32GOT& getGOT();172 const X86_32GOT& getGOT() const;196 X86_32GOT* m_pGOT;
26 class X86_32GOTPLT : public X86_32GOT
24 : X86_32GOT(pSection) in X86_32GOTPLT()
380 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()