Searched refs:m_pDynObjFileFormat (Results 1 – 2 of 2) sorted by relevance
68 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()
462 ELFDynObjFileFormat* m_pDynObjFileFormat; variable