Home
last modified time | relevance | path

Searched refs:m_pRelPLT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp41 m_pRelPLT(NULL), in HexagonLDBackend()
52 delete m_pRelPLT; in ~HexagonLDBackend()
149 assert(NULL != m_pRelPLT && ".rel.plt section not exist"); in getRelPLT()
150 return *m_pRelPLT; in getRelPLT()
155 assert(NULL != m_pRelPLT && ".rel.plt section not exist"); in getRelPLT()
156 return *m_pRelPLT; in getRelPLT()
194 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
DHexagonLDBackend.h140 OutputRelocSection* m_pRelPLT; variable
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp42 m_pRelPLT(NULL), in X86GNULDBackend()
70 delete m_pRelPLT; in ~X86GNULDBackend()
102 if (!m_pRelPLT->empty()) { in doPreLayout()
331 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist"); in getRelPLT()
332 return *m_pRelPLT; in getRelPLT()
337 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist"); in getRelPLT()
338 return *m_pRelPLT; in getRelPLT()
593 m_pRelPLT->reserveEntry(); in scanGlobalReloc()
644 m_pRelPLT->reserveEntry(); in scanGlobalReloc()
690 m_pRelPLT->reserveEntry(); in scanGlobalReloc()
[all …]
DX86LDBackend.h212 OutputRelocSection* m_pRelPLT; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp54 m_pRelPLT(NULL), in ARMGNULDBackend()
70 delete m_pRelPLT; in ~ARMGNULDBackend()
109 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()
231 if (!m_pRelPLT->empty()) { in doPreLayout()
235 m_pRelPLT->numOfRelocs() * getRelEntrySize()); in doPreLayout()
537 m_pRelPLT->reserveEntry(); in scanGlobalReloc()
669 m_pRelPLT->reserveEntry(); in scanGlobalReloc()
918 assert(NULL != m_pRelPLT && ".rel.plt section not exist"); in getRelPLT()
919 return *m_pRelPLT; in getRelPLT()
924 assert(NULL != m_pRelPLT && ".rel.plt section not exist"); in getRelPLT()
[all …]
DARMLDBackend.h232 OutputRelocSection* m_pRelPLT; variable