Searched refs:m_pDynObjFileFormat (Results 1 – 2 of 2) sorted by relevance
62 m_pDynObjFileFormat(NULL), in GNULDBackend()97 delete m_pDynObjFileFormat; in ~GNULDBackend()169 if (NULL == m_pDynObjFileFormat) in initStdSections()170 m_pDynObjFileFormat = new ELFDynObjFileFormat(); in initStdSections()171 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()681 assert(NULL != m_pDynObjFileFormat); in getOutputFormat()682 return m_pDynObjFileFormat; in getOutputFormat()700 assert(NULL != m_pDynObjFileFormat); in getOutputFormat()701 return m_pDynObjFileFormat; in getOutputFormat()
455 ELFDynObjFileFormat* m_pDynObjFileFormat; variable