Searched refs:X86_32GOT (Results 1 – 6 of 6) sorted by relevance
21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) { in X86_32GOT() function in mcld::X86_32GOT24 X86_32GOT::~X86_32GOT() { in ~X86_32GOT()27 X86_32GOTEntry* X86_32GOT::create() { in create()
32 class X86_32GOT : public GOT {34 explicit X86_32GOT(LDSection& pSection);36 ~X86_32GOT();
166 X86_32GOT& getGOT();168 const X86_32GOT& getGOT() const;192 X86_32GOT* m_pGOT;
26 class X86_32GOTPLT : public X86_32GOT {
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) : X86_32GOT(pSection) { in X86_32GOTPLT()
351 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()