Searched defs:initStdSections (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) function in class:ELFFileFormat
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp101 /// initStdSections - initialize standard sections
102 bool ObjectLinker::initStdSections() function in class:ObjectLinker
107 if (!m_LDBackend.initStdSections(builder))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp191 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) function in class:GNULDBackend
197 m_pDynObjFileFormat->initStdSections(pBuilder,
205 m_pExecFileFormat->initStdSections(pBuilder,
212 m_pObjectFileFormat->initStdSections(pBuilder,

Completed in 116 milliseconds