Searched refs:initStdSections (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDFileFormat.cpp27 void LDFileFormat::initStdSections(MCLinker& pLinker) function in class:LDFileFormat
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h47 /// initStdSections - initialize standard sections of the output file.
48 bool initStdSections();
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h53 /// initStdSections - initialize all standard sections.
54 void initStdSections(MCLinker& pLinker);
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp333 mDriver->initStdSections();
357 mDriver->initStdSections();
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp326 mDriver->initStdSections();
350 mDriver->initStdSections();
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp284 // FIXME: remove the initStdSections().
285 m_pDriver->initStdSections();
310 // FIXME: remove the initStdSections().
311 m_pDriver->initStdSections();
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp71 /// initStdSections - initialize standard sections
72 bool MCLDDriver::initStdSections() function in class:MCLDDriver
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp94 if (!m_pLDDriver->initStdSections())
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp160 m_pExecFileFormat->initStdSections(pMCLinker);
170 m_pDynObjFileFormat->initStdSections(pMCLinker);

Completed in 120 milliseconds