Searched refs:m_pRelDyn (Results 1 – 6 of 6) sorted by relevance
42 m_pRelDyn(NULL), in X86GNULDBackend()67 delete m_pRelDyn; in ~X86GNULDBackend()97 if (!m_pRelDyn->empty()) { in doPreLayout()213 assert(m_pRelDyn != NULL && ".rel.dyn/.rela.dyn section not exist"); in getRelDyn()214 return *m_pRelDyn; in getRelDyn()218 assert(m_pRelDyn != NULL && ".rel.dyn/.rela.dyn section not exist"); in getRelDyn()219 return *m_pRelDyn; in getRelDyn()369 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in setRelDynSize()602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() * in setRelDynSize()[all …]
140 OutputRelocSection* m_pRelDyn; variable
127 m_pRelDyn(NULL), in ARMGNULDBackend()143 delete m_pRelDyn; in ~ARMGNULDBackend()193 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()306 if (!m_pRelDyn->empty()) { in doPreLayout()310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()658 assert(m_pRelDyn != NULL && ".rel.dyn section not exist"); in getRelDyn()659 return *m_pRelDyn; in getRelDyn()663 assert(m_pRelDyn != NULL && ".rel.dyn section not exist"); in getRelDyn()664 return *m_pRelDyn; in getRelDyn()
185 OutputRelocSection* m_pRelDyn; variable
58 m_pRelDyn(NULL), in MipsGNULDBackend()70 delete m_pRelDyn; in ~MipsGNULDBackend()109 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()193 m_pGOT->finalizeScanning(*m_pRelDyn); in doPreLayout()220 if (!m_pRelDyn->empty()) { in doPreLayout()224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()539 assert(m_pRelDyn != NULL); in getRelDyn()540 return *m_pRelDyn; in getRelDyn()544 assert(m_pRelDyn != NULL); in getRelDyn()545 return *m_pRelDyn; in getRelDyn()
246 OutputRelocSection* m_pRelDyn; // .rel.dyn variable