Home
last modified time | relevance | path

Searched refs:m_pGOTPLT (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp330 m_pGOTPLT(NULL) { in X86_32GNULDBackend()
335 delete m_pGOTPLT; in ~X86_32GNULDBackend()
384 assert(m_pGOTPLT != NULL); in getGOTPLT()
385 return *m_pGOTPLT; in getGOTPLT()
390 return *m_pGOTPLT; in getGOTPLT()
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
515 m_pGOTPLT(NULL) { in X86_64GNULDBackend()
520 delete m_pGOTPLT; in ~X86_64GNULDBackend()
542 return *m_pGOTPLT; in getGOTPLT()
547 return *m_pGOTPLT; in getGOTPLT()
[all …]
H A DX86LDBackend.h193 X86_32GOTPLT* m_pGOTPLT; variable
235 X86_64GOTPLT* m_pGOTPLT; variable
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp58 m_pGOTPLT(NULL), in AArch64GNULDBackend()
69 if (m_pGOT == m_pGOTPLT) { in ~AArch64GNULDBackend()
75 if (m_pGOTPLT != NULL) in ~AArch64GNULDBackend()
76 delete m_pGOTPLT; in ~AArch64GNULDBackend()
101 m_pGOTPLT = m_pGOT; in initTargetSections()
106 m_pGOTPLT = new AArch64GOT(gotplt); in initTargetSections()
107 m_pGOTPLT->createGOT0(); in initTargetSections()
248 assert(m_pGOTPLT != NULL); in doPostLayout()
253 m_pGOTPLT->applyGOT0(0); in doPostLayout()
552 return *m_pGOTPLT; in getGOTPLT()
[all …]
H A DAArch64LDBackend.h153 AArch64GOT* m_pGOTPLT; variable
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp49 m_pGOTPLT(NULL), in HexagonLDBackend()
270 assert(m_pGOTPLT != NULL); in getGOTPLT()
271 return *m_pGOTPLT; in getGOTPLT()
275 assert(m_pGOTPLT != NULL); in getGOTPLT()
276 return *m_pGOTPLT; in getGOTPLT()
295 m_pGOTPLT->finalizeSectionSize(); in setGOTSectionSize()
296 defineGOTSymbol(pBuilder, *(m_pGOTPLT->begin())); in setGOTSectionSize()
351 assert(m_pGOTPLT != NULL && in emitGOTPLTSectionData()
354 m_pGOTPLT->applyAllGOTPLT(*m_pPLT); in emitGOTPLTSectionData()
362 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData()
[all …]
H A DHexagonLDBackend.h175 HexagonGOTPLT* m_pGOTPLT; variable
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp55 m_pGOTPLT(NULL), in MipsGNULDBackend()
199 if (m_pGOTPLT->hasGOT1()) { in doPreLayout()
200 m_pGOTPLT->finalizeSectionSize(); in doPreLayout()
240 m_pPLT->applyAllPLT(*m_pGOTPLT); in doPostLayout()
275 return m_pGOTPLT->emit(pRegion); in emitSectionData()
519 assert(m_pGOTPLT != NULL); in getGOTPLT()
520 return *m_pGOTPLT; in getGOTPLT()
524 assert(m_pGOTPLT != NULL); in getGOTPLT()
525 return *m_pGOTPLT; in getGOTPLT()
1274 m_pGOTPLT = new MipsGOTPLT(gotplt); in initTargetSections()
[all …]
H A DMipsLDBackend.h239 MipsGOTPLT* m_pGOTPLT; // .got.plt variable