Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:m_pGOTPLT

49       m_pGOTPLT(NULL),
270 assert(m_pGOTPLT != NULL);
271 return *m_pGOTPLT;
275 assert(m_pGOTPLT != NULL);
276 return *m_pGOTPLT;
293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
295 m_pGOTPLT->finalizeSectionSize();
296 defineGOTSymbol(pBuilder, *(m_pGOTPLT->begin()));
351 assert(m_pGOTPLT != NULL &&
352 "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
353 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
354 m_pGOTPLT->applyAllGOTPLT(*m_pPLT);
362 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
414 m_pGOTPLT = new HexagonGOTPLT(gotplt);
418 m_pPLT = new HexagonPLT(plt, *m_pGOTPLT, config());