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 519 ELFObjectFileFormat* m_pObjectFileFormat;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 84 m_pObjectFileFormat(NULL),
122 delete m_pObjectFileFormat;
199 if (m_pObjectFileFormat == NULL)
200 m_pObjectFileFormat = new ELFObjectFileFormat();
201 m_pObjectFileFormat->initStdSections(pBuilder,
672 assert(m_pObjectFileFormat != NULL);
673 return m_pObjectFileFormat;
690 assert(m_pObjectFileFormat != NULL);
691 return m_pObjectFileFormat;
    [all...]

Completed in 39 milliseconds