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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 527 ELFObjectFileFormat* m_pObjectFileFormat;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 85 m_pObjectFileFormat(NULL),
124 delete m_pObjectFileFormat;
210 if (NULL == m_pObjectFileFormat)
211 m_pObjectFileFormat = new ELFObjectFileFormat();
212 m_pObjectFileFormat->initStdSections(pBuilder,
716 assert(NULL != m_pObjectFileFormat);
717 return m_pObjectFileFormat;
735 assert(NULL != m_pObjectFileFormat);
736 return m_pObjectFileFormat;
    [all...]

Completed in 91 milliseconds