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

  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 63 m_pExecFileFormat(NULL),
98 delete m_pExecFileFormat;
177 if (NULL == m_pExecFileFormat)
178 m_pExecFileFormat = new ELFExecFileFormat();
179 m_pExecFileFormat->initStdSections(pBuilder,
685 assert(NULL != m_pExecFileFormat);
686 return m_pExecFileFormat;
704 assert(NULL != m_pExecFileFormat);
705 return m_pExecFileFormat;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 456 ELFExecFileFormat* m_pExecFileFormat;

Completed in 26 milliseconds