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.cpp103 /// initStdSections - initialize standard sections
104 bool ObjectLinker::initStdSections() function in class:ObjectLinker
109 if (!m_LDBackend.initStdSections(builder))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp171 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) function in class:GNULDBackend
177 m_pDynObjFileFormat->initStdSections(pBuilder,
185 m_pExecFileFormat->initStdSections(pBuilder,
192 m_pObjectFileFormat->initStdSections(pBuilder,

Completed in 69 milliseconds