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

  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 30 m_Info(0),
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 117 { return m_Info; }
175 { m_Info = pInfo; }
191 size_t m_Info;
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 37 m_Info(pInfo),
46 m_Info.setNamePool(m_StrSymPool);
522 m_Backend.scanRelocation(*relocation, pSym, *this, m_Info,
523 m_Info.output());
534 static_cast<Relocation*>(frag)->apply(*m_Backend.getRelocFactory(), m_Info);
542 m_Info.output().memArea()->clean();
543 MemoryRegion* region = m_Info.output().memArea()->request(0,
544 m_Info.output().memArea()->size());
583 m_Info.output().memArea()->sync();
589 return m_Layout.layout(m_Info.output(), m_Backend)
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 185 { return m_Info; }
188 { return m_Info; }
260 MCLDInfo& m_Info;

Completed in 1693 milliseconds