Searched refs:m_pObjectFileFormat (Results 1 – 2 of 2) sorted by relevance
84 m_pObjectFileFormat(NULL), in GNULDBackend()122 delete m_pObjectFileFormat; in ~GNULDBackend()199 if (m_pObjectFileFormat == NULL) in initStdSections()200 m_pObjectFileFormat = new ELFObjectFileFormat(); in initStdSections()201 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()672 assert(m_pObjectFileFormat != NULL); in getOutputFormat()673 return m_pObjectFileFormat; in getOutputFormat()690 assert(m_pObjectFileFormat != NULL); in getOutputFormat()691 return m_pObjectFileFormat; in getOutputFormat()
519 ELFObjectFileFormat* m_pObjectFileFormat; variable