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.h39 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h45 /// initStdSections - initialize standard sections of the output file.
46 bool initStdSections();
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
H A DGNULDBackend.h64 /// initStdSections - initialize standard sections of the output file.
65 bool initStdSections(ObjectBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp91 if (!m_pObjLinker->initStdSections())
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) function in class:ELFFileFormat
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp101 /// initStdSections - initialize standard sections
102 bool ObjectLinker::initStdSections() function in class:ObjectLinker
107 if (!m_LDBackend.initStdSections(builder))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp191 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) function in class:GNULDBackend
197 m_pDynObjFileFormat->initStdSections(pBuilder,
205 m_pExecFileFormat->initStdSections(pBuilder,
212 m_pObjectFileFormat->initStdSections(pBuilder,

Completed in 270 milliseconds