HomeSort by relevance Sort by last modified time
    Searched refs:m_pGOTPLT (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 330 m_pGOTPLT(NULL) {
335 delete m_pGOTPLT;
355 m_pGOTPLT = new X86_32GOTPLT(gotplt);
360 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config());
384 assert(m_pGOTPLT != NULL);
385 return *m_pGOTPLT;
389 assert(m_pGOTPLT != NULL);
390 return *m_pGOTPLT;
457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
459 m_pGOTPLT->finalizeSectionSize()
    [all...]
X86LDBackend.h 193 X86_32GOTPLT* m_pGOTPLT;
235 X86_64GOTPLT* m_pGOTPLT;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 58 m_pGOTPLT(NULL),
69 if (m_pGOT == m_pGOTPLT) {
75 if (m_pGOTPLT != NULL)
76 delete m_pGOTPLT;
99 // set m_pGOTPLT to the same .got
101 m_pGOTPLT = m_pGOT;
106 m_pGOTPLT = new AArch64GOT(gotplt);
107 m_pGOTPLT->createGOT0();
112 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT);
170 FragmentRef::Create(*(m_pGOTPLT->begin()), 0x0)
    [all...]
AArch64LDBackend.h 153 AArch64GOT* m_pGOTPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 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!")
    [all...]
HexagonLDBackend.h 175 HexagonGOTPLT* m_pGOTPLT;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 55 m_pGOTPLT(NULL),
199 if (m_pGOTPLT->hasGOT1()) {
200 m_pGOTPLT->finalizeSectionSize();
234 assert(m_pGOTPLT != NULL && "doPostLayout failed, m_pGOTPLT is NULL!");
235 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr());
240 m_pPLT->applyAllPLT(*m_pGOTPLT);
275 return m_pGOTPLT->emit(pRegion);
519 assert(m_pGOTPLT != NULL);
520 return *m_pGOTPLT;
    [all...]
MipsLDBackend.h 239 MipsGOTPLT* m_pGOTPLT; // .got.plt

Completed in 637 milliseconds