Home | History | Annotate | Download | only in Mips

Lines Matching defs:m_pGOT

39     m_pGOT(NULL),
50 delete m_pGOT;
62 m_pGOT = new MipsGOT(got);
123 m_pGOT->hasGOT1() ||
125 m_pGOT->finalizeScanning(*m_pRelDyn);
126 m_pGOT->finalizeSectionSize();
170 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
171 uint64_t result = m_pGOT->emit(pRegion);
190 const MipsGOT& m_pGOT;
193 : m_pGOT(pGOT)
199 return m_pGOT.dynSymOrderCompare(X, Y);
218 DynsymGOTCompare(*m_pGOT));
223 assert(NULL != m_pGOT);
224 return *m_pGOT;
229 assert(NULL != m_pGOT);
230 return *m_pGOT;
260 m_pGpDispSymbol->setValue(m_pGOT->getGPDispAddress());
369 if (!m_pGOT->hasGOT1())
381 FragmentRef::Create(*(m_pGOT->begin()), 0x0),
392 FragmentRef::Create(*(m_pGOT->begin()), 0x0),