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

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h55 /// initStdSections - initialize all standard section headers.
58 virtual void initStdSections(ObjectBuilder& pBuilder,
H A DELFFileFormat.h38 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h43 /// initStdSections - initialize standard sections of the output file.
44 bool initStdSections();
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h79 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
H A DGNULDBackend.h63 /// initStdSections - initialize standard sections of the output file.
64 bool initStdSections(ObjectBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp89 if (!m_pObjLinker->initStdSections())
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp104 /// initStdSections - initialize standard sections
105 bool ObjectLinker::initStdSections() { function in class:mcld::ObjectLinker
109 if (!m_LDBackend.initStdSections(builder))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp181 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) { function in class:mcld::GNULDBackend
186 m_pDynObjFileFormat->initStdSections(pBuilder,
194 m_pExecFileFormat->initStdSections(pBuilder,
201 m_pObjectFileFormat->initStdSections(pBuilder,

Completed in 4097 milliseconds