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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 41 m_pPLT(NULL),
66 delete m_pPLT;
93 if (m_pPLT->hasPLT1())
94 m_pPLT->finalizeSectionSize();
172 m_pPLT->applyPLT0();
173 m_pPLT->applyPLT1();
174 X86PLT::iterator it = m_pPLT->begin();
182 X86PLT::iterator ie = m_pPLT->end();
203 assert(m_pPLT != NULL && "PLT section not exist");
204 return *m_pPLT;
    [all...]
X86LDBackend.h 138 X86PLT* m_pPLT;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 59 m_pPLT(NULL),
78 if (m_pPLT != NULL)
79 delete m_pPLT;
112 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT);
211 if (m_pPLT->hasPLT1())
212 m_pPLT->finalizeSectionSize();
240 assert(m_pPLT != NULL);
241 m_pPLT->applyPLT0();
242 m_pPLT->applyPLT1();
275 uint64_t result = m_pPLT->emit(pRegion)
    [all...]
AArch64LDBackend.h 154 AArch64PLT* m_pPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 50 m_pPLT(NULL),
61 delete m_pPLT;
96 if (m_pPLT->hasPLT1())
97 m_pPLT->finalizeSectionSize();
150 m_pPLT->applyPLT0();
151 m_pPLT->applyPLT1();
152 HexagonPLT::iterator it = m_pPLT->begin();
160 HexagonPLT::iterator ie = m_pPLT->end();
240 assert(m_pPLT != NULL && "PLT section not exist");
241 return *m_pPLT;
    [all...]
HexagonLDBackend.h 176 HexagonPLT* m_pPLT;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 54 m_pPLT(NULL),
68 delete m_pPLT;
205 if (m_pPLT->hasPLT1())
206 m_pPLT->finalizeSectionSize();
235 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr());
239 assert(m_pPLT != NULL && "doPostLayout failed, m_pPLT is NULL!");
240 m_pPLT->applyAllPLT(*m_pGOTPLT);
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0)
    [all...]
MipsLDBackend.h 238 MipsPLT* m_pPLT; // .plt
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 126 m_pPLT(NULL),
142 delete m_pPLT;
183 m_pPLT = new ARMPLT(plt, *m_pGOT);
301 if (m_pPLT->hasPLT1())
302 m_pPLT->finalizeSectionSize();
330 // Since we already have the size of LDSection PLT, m_pPLT should not be
332 assert(m_pPLT != NULL);
333 m_pPLT->applyPLT0();
334 m_pPLT->applyPLT1();
396 uint64_t result = m_pPLT->emit(pRegion)
    [all...]
ARMLDBackend.h 183 ARMPLT* m_pPLT;

Completed in 1031 milliseconds