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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 35 typedef SectionTable::const_iterator const_sect_iterator; typedef in class:mcld::LDContext
45 const_sect_iterator sectBegin() const { return m_SectionTable.begin(); }
48 const_sect_iterator sectEnd() const { return m_SectionTable.end(); }
79 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); }
82 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); }
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 54 const_sect_iterator sect_iter, sect_end = sectEnd();
EhFrame.cpp 187 for (LDContext::const_sect_iterator ri = ctx.relocSectBegin(),
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 88 LDContext::const_sect_iterator iter = m_pInput->context()->sectBegin();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 447 LDContext::const_sect_iterator rs,

Completed in 550 milliseconds