Searched refs:initStdSections (Results 1 – 9 of 9) sorted by relevance
59 virtual void initStdSections(ObjectBuilder& pBuilder,
42 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
58 bool initStdSections();
75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
67 bool initStdSections(ObjectBuilder& pBuilder);
104 bool ObjectLinker::initStdSections() in initStdSections() function in ObjectLinker109 if (!m_LDBackend.initStdSections(builder)) in initStdSections()
92 if (!m_pObjLinker->initStdSections()) in normalize()
67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections() function in ELFFileFormat
171 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) in initStdSections() function in GNULDBackend177 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()185 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()192 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()