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.cpp56 m_pRelaPLT(NULL), in AArch64GNULDBackend()
81 if (m_pRelaPLT != NULL) in ~AArch64GNULDBackend()
82 delete m_pRelaPLT; in ~AArch64GNULDBackend()
120 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()
237 if (!m_pRelaPLT->empty()) { in doPreLayout()
241 m_pRelaPLT->numOfRelocs() * getRelaEntrySize()); in doPreLayout()
417 assert(NULL != m_pRelaPLT && ".rela.plt section not exist"); in getRelaPLT()
418 return *m_pRelaPLT; in getRelaPLT()
423 assert(NULL != m_pRelaPLT && ".rela.plt section not exist"); in getRelaPLT()
424 return *m_pRelaPLT; in getRelaPLT()
DAArch64LDBackend.h153 OutputRelocSection* m_pRelaPLT; variable
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp51 m_pRelaPLT(NULL), in HexagonLDBackend()
63 delete m_pRelaPLT; in ~HexagonLDBackend()
110 if (!m_pRelaPLT->empty()) { in doPreLayout()
277 assert(NULL != m_pRelaPLT && ".rela.plt section not exist"); in getRelaPLT()
278 return *m_pRelaPLT; in getRelaPLT()
283 assert(NULL != m_pRelaPLT && ".rela.plt section not exist"); in getRelaPLT()
284 return *m_pRelaPLT; in getRelaPLT()
310 (m_pRelaPLT->numOfRelocs() * getRelaEntrySize()); in setRelaPLTSize()
455 m_pRelaPLT = new OutputRelocSection(pModule, relaplt); in initTargetSections()
DHexagonLDBackend.h187 OutputRelocSection* m_pRelaPLT; variable