Home
last modified time | relevance | path

Searched refs:m_pObjLinker (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DLinker.cpp39 m_pObjLinker(NULL) { in Linker()
82 m_pObjLinker = new ObjectLinker(*m_pConfig, *m_pBackend); in normalize()
85 if (!m_pObjLinker->initialize(pModule, pBuilder)) in normalize()
89 if (!m_pObjLinker->initStdSections()) in normalize()
98 m_pObjLinker->addUndefinedSymbols(); in normalize()
104 m_pObjLinker->normalize(); in normalize()
159 if (!m_pObjLinker->linkable()) in normalize()
167 assert(m_pObjLinker != NULL); in resolve()
175 m_pObjLinker->readRelocations(); in resolve()
178 m_pObjLinker->dataStrippingOpt(); in resolve()
[all …]
/frameworks/compile/mclinker/include/mcld/
DLinker.h77 ObjectLinker* m_pObjLinker; variable