Home | History | Annotate | Download | only in Target

Lines Matching refs:m_pExecFileFormat

84     m_pExecFileFormat(NULL),
123 delete m_pExecFileFormat;
203 if (NULL == m_pExecFileFormat)
204 m_pExecFileFormat = new ELFExecFileFormat();
205 m_pExecFileFormat->initStdSections(pBuilder,
713 assert(NULL != m_pExecFileFormat);
714 return m_pExecFileFormat;
732 assert(NULL != m_pExecFileFormat);
733 return m_pExecFileFormat;