Home
last modified time | relevance | path

Searched refs:m_pPLT (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp59 m_pPLT(NULL), in AArch64GNULDBackend()
78 if (m_pPLT != NULL) in ~AArch64GNULDBackend()
79 delete m_pPLT; in ~AArch64GNULDBackend()
112 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT); in initTargetSections()
211 if (m_pPLT->hasPLT1()) in doPreLayout()
212 m_pPLT->finalizeSectionSize(); in doPreLayout()
240 assert(m_pPLT != NULL); in doPostLayout()
241 m_pPLT->applyPLT0(); in doPostLayout()
242 m_pPLT->applyPLT1(); in doPostLayout()
275 uint64_t result = m_pPLT->emit(pRegion); in emitSectionData()
[all …]
DAArch64LDBackend.h154 AArch64PLT* m_pPLT; variable
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp41 m_pPLT(NULL), in X86GNULDBackend()
66 delete m_pPLT; in ~X86GNULDBackend()
93 if (m_pPLT->hasPLT1()) in doPreLayout()
94 m_pPLT->finalizeSectionSize(); in doPreLayout()
172 m_pPLT->applyPLT0(); in emitSectionData()
173 m_pPLT->applyPLT1(); in emitSectionData()
174 X86PLT::iterator it = m_pPLT->begin(); in emitSectionData()
182 X86PLT::iterator ie = m_pPLT->end(); in emitSectionData()
203 assert(m_pPLT != NULL && "PLT section not exist"); in getPLT()
204 return *m_pPLT; in getPLT()
[all …]
DX86LDBackend.h138 X86PLT* m_pPLT; variable
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp54 m_pPLT(NULL), in MipsGNULDBackend()
68 delete m_pPLT; in ~MipsGNULDBackend()
205 if (m_pPLT->hasPLT1()) in doPreLayout()
206 m_pPLT->finalizeSectionSize(); in doPreLayout()
235 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr()); in doPostLayout()
239 assert(m_pPLT != NULL && "doPostLayout failed, m_pPLT is NULL!"); in doPostLayout()
240 m_pPLT->applyAllPLT(*m_pGOTPLT); in doPostLayout()
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0); in doPostLayout()
271 return m_pPLT->emit(pRegion); in emitSectionData()
509 assert(m_pPLT != NULL); in getPLT()
[all …]
DMipsLDBackend.h238 MipsPLT* m_pPLT; // .plt variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp50 m_pPLT(NULL), in HexagonLDBackend()
61 delete m_pPLT; in ~HexagonLDBackend()
96 if (m_pPLT->hasPLT1()) in doPreLayout()
97 m_pPLT->finalizeSectionSize(); in doPreLayout()
150 m_pPLT->applyPLT0(); in emitSectionData()
151 m_pPLT->applyPLT1(); in emitSectionData()
152 HexagonPLT::iterator it = m_pPLT->begin(); in emitSectionData()
160 HexagonPLT::iterator ie = m_pPLT->end(); in emitSectionData()
240 assert(m_pPLT != NULL && "PLT section not exist"); in getPLT()
241 return *m_pPLT; in getPLT()
[all …]
DHexagonLDBackend.h176 HexagonPLT* m_pPLT; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp126 m_pPLT(NULL), in ARMGNULDBackend()
142 delete m_pPLT; in ~ARMGNULDBackend()
183 m_pPLT = new ARMPLT(plt, *m_pGOT); in initTargetSections()
301 if (m_pPLT->hasPLT1()) in doPreLayout()
302 m_pPLT->finalizeSectionSize(); in doPreLayout()
332 assert(m_pPLT != NULL); in doPostLayout()
333 m_pPLT->applyPLT0(); in doPostLayout()
334 m_pPLT->applyPLT1(); in doPostLayout()
396 uint64_t result = m_pPLT->emit(pRegion); in emitSectionData()
648 assert(m_pPLT != NULL && "PLT section not exist"); in getPLT()
[all …]
DARMLDBackend.h183 ARMPLT* m_pPLT; variable