Searched refs:initStdSections (Results 1 – 9 of 9) sorted by relevance
58 virtual void initStdSections(ObjectBuilder& pBuilder,
39 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
46 bool initStdSections();
75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
65 bool initStdSections(ObjectBuilder& pBuilder);
91 if (!m_pObjLinker->initStdSections()) in normalize()
67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections() function in ELFFileFormat
102 bool ObjectLinker::initStdSections() in initStdSections() function in ObjectLinker107 if (!m_LDBackend.initStdSections(builder)) in initStdSections()
191 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) in initStdSections() function in GNULDBackend197 m_pDynObjFileFormat->initStdSections(pBuilder, in initStdSections()205 m_pExecFileFormat->initStdSections(pBuilder, in initStdSections()212 m_pObjectFileFormat->initStdSections(pBuilder, in initStdSections()