Searched refs:initDynObjSections (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h88 virtual bool initDynObjSections(MCLinker&) = 0;
H A DGNULDBackend.h99 /// initDynObjSections - initialize sections of the output shared object.
100 bool initDynObjSections(MCLinker& pMCLinker);
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp91 if (!m_LDBackend.initDynObjSections(*m_pLinker))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp164 bool GNULDBackend::initDynObjSections(MCLinker& pMCLinker) function in class:GNULDBackend

Completed in 170 milliseconds