Searched refs:m_pExecFileFormat (Results 1 – 2 of 2) sorted by relevance
69 m_pExecFileFormat(NULL), in GNULDBackend()104 delete m_pExecFileFormat; in ~GNULDBackend()183 if (NULL == m_pExecFileFormat) in initStdSections()184 m_pExecFileFormat = new ELFExecFileFormat(); in initStdSections()185 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()691 assert(NULL != m_pExecFileFormat); in getOutputFormat()692 return m_pExecFileFormat; in getOutputFormat()710 assert(NULL != m_pExecFileFormat); in getOutputFormat()711 return m_pExecFileFormat; in getOutputFormat()
463 ELFExecFileFormat* m_pExecFileFormat; variable