Searched refs:m_pRelaDyn (Results 1 – 4 of 4) sorted by relevance
60 m_pRelaDyn(NULL), in AArch64GNULDBackend()80 if (m_pRelaDyn != NULL) in ~AArch64GNULDBackend()81 delete m_pRelaDyn; in ~AArch64GNULDBackend()121 m_pRelaDyn = new OutputRelocSection(pModule, reladyn); in initTargetSections()216 if (!m_pRelaDyn->empty()) { in doPreLayout()220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in doPreLayout()571 assert(m_pRelaDyn != NULL && ".rela.dyn section not exist"); in getRelaDyn()572 return *m_pRelaDyn; in getRelaDyn()576 assert(m_pRelaDyn != NULL && ".rela.dyn section not exist"); in getRelaDyn()577 return *m_pRelaDyn; in getRelaDyn()
156 OutputRelocSection* m_pRelaDyn; variable
51 m_pRelaDyn(NULL), in HexagonLDBackend()62 delete m_pRelaDyn; in ~HexagonLDBackend()100 if (!m_pRelaDyn->empty()) { in doPreLayout()250 assert(m_pRelaDyn != NULL && ".rela.dyn section not exist"); in getRelaDyn()251 return *m_pRelaDyn; in getRelaDyn()255 assert(m_pRelaDyn != NULL && ".rela.dyn section not exist"); in getRelaDyn()256 return *m_pRelaDyn; in getRelaDyn()281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in setRelaDynSize()427 m_pRelaDyn = new OutputRelocSection(pModule, reladyn); in initTargetSections()
178 OutputRelocSection* m_pRelaDyn; variable