Searched refs:m_pExecFileFormat (Results 1 – 2 of 2) sorted by relevance
84 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()
526 ELFExecFileFormat* m_pExecFileFormat; variable