Searched refs:m_pRelDyn (Results 1 – 6 of 6) sorted by relevance
42 m_pRelDyn(NULL), in X86GNULDBackend()70 delete m_pRelDyn; in ~X86GNULDBackend()103 if (!m_pRelDyn->empty()) { in doPreLayout()231 assert(NULL != m_pRelDyn && ".rel.dyn/.rela.dyn section not exist"); in getRelDyn()232 return *m_pRelDyn; in getRelDyn()237 assert(NULL != m_pRelDyn && ".rel.dyn/.rela.dyn section not exist"); in getRelDyn()238 return *m_pRelDyn; in getRelDyn()398 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()484 (m_pRelDyn->numOfRelocs() * getRelEntrySize()); in setRelDynSize()654 (m_pRelDyn->numOfRelocs() * getRelaEntrySize()); in setRelDynSize()[all …]
143 OutputRelocSection* m_pRelDyn; variable
59 m_pRelDyn(NULL), in ARMGNULDBackend()76 delete m_pRelDyn; in ~ARMGNULDBackend()125 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()246 if (!m_pRelDyn->empty()) { in doPreLayout()250 m_pRelDyn->numOfRelocs() * getRelEntrySize()); in doPreLayout()550 assert(NULL != m_pRelDyn && ".rel.dyn section not exist"); in getRelDyn()551 return *m_pRelDyn; in getRelDyn()556 assert(NULL != m_pRelDyn && ".rel.dyn section not exist"); in getRelDyn()557 return *m_pRelDyn; in getRelDyn()
171 OutputRelocSection* m_pRelDyn; variable
51 m_pRelDyn(NULL), in MipsGNULDBackend()64 delete m_pRelDyn; in ~MipsGNULDBackend()107 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()181 m_pGOT->finalizeScanning(*m_pRelDyn); in doPreLayout()207 if (!m_pRelDyn->empty()) { in doPreLayout()211 m_pRelDyn->numOfRelocs() * getRelEntrySize()); in doPreLayout()473 assert(NULL != m_pRelDyn); in getRelDyn()474 return *m_pRelDyn; in getRelDyn()479 assert(NULL != m_pRelDyn); in getRelDyn()480 return *m_pRelDyn; in getRelDyn()
226 OutputRelocSection* m_pRelDyn; // .rel.dyn variable