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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 52 m_pGOT(NULL),
68 if (m_pGOT == m_pGOTPLT) {
69 if (m_pGOT != NULL)
70 delete m_pGOT;
72 if (m_pGOT != NULL)
73 delete m_pGOT;
97 m_pGOT = new AArch64GOT(got);
102 m_pGOT->createGOT0();
103 m_pGOTPLT = m_pGOT;
205 m_pGOT->hasGOT1() |
    [all...]
AArch64LDBackend.h 147 AArch64GOT* m_pGOT;
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 355 m_pGOT (NULL),
361 delete m_pGOT;
380 m_pGOT = new X86_32GOT(got);
405 assert(NULL != m_pGOT);
406 return *m_pGOT;
411 assert(NULL != m_pGOT);
412 return *m_pGOT;
505 if (!m_pGOT->empty())
506 m_pGOT->finalizeSectionSize();
511 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!")
    [all...]
X86LDBackend.h 196 X86_32GOT* m_pGOT;
239 X86_64GOT* m_pGOT;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 46 m_pGOT(NULL),
179 m_pGOT->hasGOT1() ||
181 m_pGOT->finalizeScanning(*m_pRelDyn);
182 m_pGOT->finalizeSectionSize();
270 return m_pGOT->emit(pRegion);
296 const MipsGOT& m_pGOT;
299 : m_pGOT(pGOT)
305 return m_pGOT.dynSymOrderCompare(X, Y);
324 DynsymGOTCompare(*m_pGOT));
425 assert(NULL != m_pGOT);
    [all...]
MipsLDBackend.h 218 MipsGOT* m_pGOT; // .got
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 57 m_pGOT(NULL),
74 delete m_pGOT;
111 m_pGOT = new ARMGOT(got);
115 m_pPLT = new ARMPLT(plt, *m_pGOT);
234 m_pGOT->hasGOT1() ||
236 m_pGOT->finalizeSectionSize();
278 // Since we already have the size of GOT, m_pGOT should not be NULL.
279 assert(NULL != m_pGOT);
281 m_pGOT->applyGOT0(file_format->getDynamic().addr());
284 m_pGOT->applyGOT0(0)
    [all...]
ARMLDBackend.h 168 ARMGOT* m_pGOT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 47 m_pGOT(NULL),
60 delete m_pGOT;
241 assert(NULL != m_pGOT);
242 return *m_pGOT;
247 assert(NULL != m_pGOT);
248 return *m_pGOT;
324 if (!m_pGOT->empty())
325 m_pGOT->finalizeSectionSize();
331 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!")
    [all...]
HexagonLDBackend.h 181 HexagonGOT* m_pGOT;

Completed in 276 milliseconds