Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp68 m_pDynObjFileFormat(NULL), in GNULDBackend()
103 delete m_pDynObjFileFormat; in ~GNULDBackend()
175 if (NULL == m_pDynObjFileFormat) in initStdSections()
176 m_pDynObjFileFormat = new ELFDynObjFileFormat(); in initStdSections()
177 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()
687 assert(NULL != m_pDynObjFileFormat); in getOutputFormat()
688 return m_pDynObjFileFormat; in getOutputFormat()
706 assert(NULL != m_pDynObjFileFormat); in getOutputFormat()
707 return m_pDynObjFileFormat; in getOutputFormat()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h462 ELFDynObjFileFormat* m_pDynObjFileFormat; variable