Searched refs:m_pExecFileFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h526 ELFExecFileFormat* m_pExecFileFormat; member in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp84 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;

Completed in 20 milliseconds