Searched refs:pMCLinker (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h97 bool initExecSections(MCLinker& pMCLinker);
100 bool initDynObjSections(MCLinker& pMCLinker);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp154 bool GNULDBackend::initExecSections(MCLinker& pMCLinker) argument
160 m_pExecFileFormat->initStdSections(pMCLinker);
164 bool GNULDBackend::initDynObjSections(MCLinker& pMCLinker) argument
170 m_pDynObjFileFormat->initStdSections(pMCLinker);

Completed in 263 milliseconds