Searched refs:initStdSections (Results 1 – 9 of 9) sorted by relevance
58 virtual void initStdSections(ObjectBuilder& pBuilder,
38 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
44 bool initStdSections();
79 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
64 bool initStdSections(ObjectBuilder& pBuilder);
89 if (!m_pObjLinker->initStdSections()) in normalize()
66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, in initStdSections() function in mcld::ELFFileFormat
105 bool ObjectLinker::initStdSections() { in initStdSections() function in mcld::ObjectLinker109 if (!m_LDBackend.initStdSections(builder)) in initStdSections()
181 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) { in initStdSections() function in mcld::GNULDBackend186 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()194 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()201 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()