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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp56 m_pRelaPLT(NULL),
81 if (m_pRelaPLT != NULL)
82 delete m_pRelaPLT;
120 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
237 if (!m_pRelaPLT->empty()) {
241 m_pRelaPLT->numOfRelocs() * getRelaEntrySize());
417 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
418 return *m_pRelaPLT;
423 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
424 return *m_pRelaPLT;
[all...]
H A DAArch64LDBackend.h153 OutputRelocSection* m_pRelaPLT; member in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp51 m_pRelaPLT(NULL),
63 delete m_pRelaPLT;
110 if (!m_pRelaPLT->empty()) {
277 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
278 return *m_pRelaPLT;
283 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
284 return *m_pRelaPLT;
310 (m_pRelaPLT->numOfRelocs() * getRelaEntrySize());
455 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
H A DHexagonLDBackend.h187 OutputRelocSection* m_pRelaPLT; member in class:mcld::HexagonLDBackend

Completed in 247 milliseconds