Home
last modified time | relevance | path

Searched refs:m_pRelaPLT (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp61 m_pRelaPLT(NULL), in AArch64GNULDBackend()
82 if (m_pRelaPLT != NULL) in ~AArch64GNULDBackend()
83 delete m_pRelaPLT; in ~AArch64GNULDBackend()
117 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()
225 if (!m_pRelaPLT->empty()) { in doPreLayout()
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in doPreLayout()
581 assert(m_pRelaPLT != NULL && ".rela.plt section not exist"); in getRelaPLT()
582 return *m_pRelaPLT; in getRelaPLT()
586 assert(m_pRelaPLT != NULL && ".rela.plt section not exist"); in getRelaPLT()
587 return *m_pRelaPLT; in getRelaPLT()
DAArch64LDBackend.h158 OutputRelocSection* m_pRelaPLT; variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp52 m_pRelaPLT(NULL), in HexagonLDBackend()
63 delete m_pRelaPLT; in ~HexagonLDBackend()
107 if (!m_pRelaPLT->empty()) { in doPreLayout()
260 assert(m_pRelaPLT != NULL && ".rela.plt section not exist"); in getRelaPLT()
261 return *m_pRelaPLT; in getRelaPLT()
265 assert(m_pRelaPLT != NULL && ".rela.plt section not exist"); in getRelaPLT()
266 return *m_pRelaPLT; in getRelaPLT()
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in setRelaPLTSize()
423 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()
DHexagonLDBackend.h180 OutputRelocSection* m_pRelaPLT; variable