HomeSort by relevance Sort by last modified time
    Searched refs:m_pExecFileFormat (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 526 ELFExecFileFormat* m_pExecFileFormat;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 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;
    [all...]

Completed in 154 milliseconds