Home
last modified time | relevance | path

Searched refs:m_pRelDyn (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp40 m_pRelDyn(NULL), in MipsGNULDBackend()
51 delete m_pRelDyn; in ~MipsGNULDBackend()
66 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
125 m_pGOT->finalizeScanning(*m_pRelDyn); in doPreLayout()
133 if (!m_pRelDyn->empty()) { in doPreLayout()
137 m_pRelDyn->numOfRelocs() * getRelEntrySize()); in doPreLayout()
235 assert(NULL != m_pRelDyn); in getRelDyn()
236 return *m_pRelDyn; in getRelDyn()
241 assert(NULL != m_pRelDyn); in getRelDyn()
242 return *m_pRelDyn; in getRelDyn()
DMipsLDBackend.h136 OutputRelocSection* m_pRelDyn; // .rel.dyn variable
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp41 m_pRelDyn(NULL), in X86GNULDBackend()
69 delete m_pRelDyn; in ~X86GNULDBackend()
96 if (!m_pRelDyn->empty()) { in doPreLayout()
226 assert(NULL != m_pRelDyn && ".rel.dyn/.rela.dyn section not exist"); in getRelDyn()
227 return *m_pRelDyn; in getRelDyn()
232 assert(NULL != m_pRelDyn && ".rel.dyn/.rela.dyn section not exist"); in getRelDyn()
233 return *m_pRelDyn; in getRelDyn()
349 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
382 (m_pRelDyn->numOfRelocs() * getRelEntrySize()); in setRelDynSize()
499 (m_pRelDyn->numOfRelocs() * getRelaEntrySize()); in setRelDynSize()
[all …]
DX86LDBackend.h137 OutputRelocSection* m_pRelDyn; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp53 m_pRelDyn(NULL), in ARMGNULDBackend()
69 delete m_pRelDyn; in ~ARMGNULDBackend()
113 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
225 if (!m_pRelDyn->empty()) { in doPreLayout()
229 m_pRelDyn->numOfRelocs() * getRelEntrySize()); in doPreLayout()
470 assert(NULL != m_pRelDyn && ".rel.dyn section not exist"); in getRelDyn()
471 return *m_pRelDyn; in getRelDyn()
476 assert(NULL != m_pRelDyn && ".rel.dyn section not exist"); in getRelDyn()
477 return *m_pRelDyn; in getRelDyn()
DARMLDBackend.h158 OutputRelocSection* m_pRelDyn; variable