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.h39 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h46 bool initStdSections();
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
DGNULDBackend.h65 bool initStdSections(ObjectBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp91 if (!m_pObjLinker->initStdSections()) in normalize()
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections() function in ELFFileFormat
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp102 bool ObjectLinker::initStdSections() in initStdSections() function in ObjectLinker
107 if (!m_LDBackend.initStdSections(builder)) in initStdSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp191 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) in initStdSections() function in GNULDBackend
197 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()
205 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()
212 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()