Searched refs:m_pDynObjFileFormat (Results 1 – 2 of 2) sorted by relevance
82 m_pDynObjFileFormat(NULL), in GNULDBackend()120 delete m_pDynObjFileFormat; in ~GNULDBackend()184 if (m_pDynObjFileFormat == NULL) in initStdSections()185 m_pDynObjFileFormat = new ELFDynObjFileFormat(); in initStdSections()186 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()665 assert(m_pDynObjFileFormat != NULL); in getOutputFormat()666 return m_pDynObjFileFormat; in getOutputFormat()683 assert(m_pDynObjFileFormat != NULL); in getOutputFormat()684 return m_pDynObjFileFormat; in getOutputFormat()
517 ELFDynObjFileFormat* m_pDynObjFileFormat; variable