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 518 ELFExecFileFormat* m_pExecFileFormat;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 83 m_pExecFileFormat(NULL),
121 delete m_pExecFileFormat;
192 if (m_pExecFileFormat == NULL)
193 m_pExecFileFormat = new ELFExecFileFormat();
194 m_pExecFileFormat->initStdSections(pBuilder,
669 assert(m_pExecFileFormat != NULL);
670 return m_pExecFileFormat;
687 assert(m_pExecFileFormat != NULL);
688 return m_pExecFileFormat;
    [all...]

Completed in 36 milliseconds