Home
last modified time | relevance | path

Searched refs:initStdSections (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h58 virtual void initStdSections(ObjectBuilder& pBuilder,
DELFFileFormat.h38 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h44 bool initStdSections();
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h79 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
DGNULDBackend.h64 bool initStdSections(ObjectBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp89 if (!m_pObjLinker->initStdSections()) in normalize()
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, in initStdSections() function in mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp105 bool ObjectLinker::initStdSections() { in initStdSections() function in mcld::ObjectLinker
109 if (!m_LDBackend.initStdSections(builder)) in initStdSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp181 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) { in initStdSections() function in mcld::GNULDBackend
186 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()
194 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()
201 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()