HomeSort by relevance Sort by last modified time
    Searched refs:initExecSections (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 87 virtual bool initExecSections(MCLinker&) = 0;
GNULDBackend.h 96 /// initExecSections - initialize sections of the output executable file.
97 bool initExecSections(MCLinker& pMCLinker);
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 97 if (!m_LDBackend.initExecSections(*m_pLinker))
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 154 bool GNULDBackend::initExecSections(MCLinker& pMCLinker)
    [all...]

Completed in 2876 milliseconds