Searched refs:m_pExecFileFormat (Results 1 – 2 of 2) sorted by relevance
83 m_pExecFileFormat(NULL), in GNULDBackend()121 delete m_pExecFileFormat; in ~GNULDBackend()192 if (m_pExecFileFormat == NULL) in initStdSections()193 m_pExecFileFormat = new ELFExecFileFormat(); in initStdSections()194 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()669 assert(m_pExecFileFormat != NULL); in getOutputFormat()670 return m_pExecFileFormat; in getOutputFormat()687 assert(m_pExecFileFormat != NULL); in getOutputFormat()688 return m_pExecFileFormat; in getOutputFormat()
518 ELFExecFileFormat* m_pExecFileFormat; variable