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 36 typedef SectionTable::const_iterator const_sect_iterator; typedef in class:mcld::LDContext
46 const_sect_iterator sectBegin() const { return m_SectionTable.begin(); }
49 const_sect_iterator sectEnd() const { return m_SectionTable.end(); }
78 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); }
81 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); }
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 50 const_sect_iterator sect_iter, sect_end = sectEnd();
EhFrame.cpp 171 for (LDContext::const_sect_iterator ri = ctx.relocSectBegin(),
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 84 LDContext::const_sect_iterator iter = m_pInput->context()->sectBegin();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 562 LDContext::const_sect_iterator rs,
    [all...]

Completed in 105 milliseconds