Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp84 m_pExecFileFormat(NULL), in GNULDBackend()
123 delete m_pExecFileFormat; in ~GNULDBackend()
203 if (NULL == m_pExecFileFormat) in initStdSections()
204 m_pExecFileFormat = new ELFExecFileFormat(); in initStdSections()
205 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()
713 assert(NULL != m_pExecFileFormat); in getOutputFormat()
714 return m_pExecFileFormat; in getOutputFormat()
732 assert(NULL != m_pExecFileFormat); in getOutputFormat()
733 return m_pExecFileFormat; in getOutputFormat()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h526 ELFExecFileFormat* m_pExecFileFormat; variable