Home
last modified time | relevance | path

Searched refs:m_pDynObjFileFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp62 m_pDynObjFileFormat(NULL), in GNULDBackend()
97 delete m_pDynObjFileFormat; in ~GNULDBackend()
169 if (NULL == m_pDynObjFileFormat) in initStdSections()
170 m_pDynObjFileFormat = new ELFDynObjFileFormat(); in initStdSections()
171 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()
681 assert(NULL != m_pDynObjFileFormat); in getOutputFormat()
682 return m_pDynObjFileFormat; in getOutputFormat()
700 assert(NULL != m_pDynObjFileFormat); in getOutputFormat()
701 return m_pDynObjFileFormat; in getOutputFormat()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h455 ELFDynObjFileFormat* m_pDynObjFileFormat; variable