Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h59 virtual void initStdSections(ObjectBuilder& pBuilder,
DELFFileFormat.h42 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h58 bool initStdSections();
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
DGNULDBackend.h67 bool initStdSections(ObjectBuilder& pBuilder);
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp104 bool ObjectLinker::initStdSections() in initStdSections() function in ObjectLinker
109 if (!m_LDBackend.initStdSections(builder)) in initStdSections()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp92 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/Target/
DGNULDBackend.cpp171 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) in initStdSections() function in GNULDBackend
177 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()
185 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()
192 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()