Searched refs:const_sect_iterator (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h39 typedef SectionTable::const_iterator const_sect_iterator; typedef in class:mcld::LDContext
63 const_sect_iterator sectBegin() const
66 const_sect_iterator sectEnd() const
H A DELFSegment.h30 typedef std::vector<LDSection*>::const_iterator const_sect_iterator; typedef in class:mcld::ELFSegment
50 const_sect_iterator sectBegin() const
53 const_sect_iterator sectEnd() const
H A DLayout.h46 typedef SectionOrder::const_iterator const_sect_iterator; typedef in class:mcld::Layout
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp75 LDContext::const_sect_iterator sect, sectEnd = pInput.context()->sectEnd();
97 LDContext::const_sect_iterator sect, sectEnd = pOutput.context()->sectEnd();
/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp52 const_sect_iterator sect_iter, sect_end = sectEnd();
H A DELFWriter.cpp332 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd();
374 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd();

Completed in 66 milliseconds