Home
last modified time | relevance | path

Searched refs:const_sect_iterator (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h36 typedef SectionTable::const_iterator const_sect_iterator; typedef
46 const_sect_iterator sectBegin() const { return m_SectionTable.begin(); } in sectBegin()
49 const_sect_iterator sectEnd() const { return m_SectionTable.end(); } in sectEnd()
78 const_sect_iterator relocSectBegin() const { return m_RelocSections.begin(); } in relocSectBegin()
81 const_sect_iterator relocSectEnd() const { return m_RelocSections.end(); } in relocSectEnd()
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp50 const_sect_iterator sect_iter, sect_end = sectEnd(); in getSection()
DEhFrame.cpp171 for (LDContext::const_sect_iterator ri = ctx.relocSectBegin(), in merge()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp84 LDContext::const_sect_iterator iter = m_pInput->context()->sectBegin(); in TEST_F()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp491 LDContext::const_sect_iterator rs, in setUpReachedSectionsForGC()