Searched refs:sectEnd (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp41 iterator sect, sectEnd = end(); local
42 for (sect = begin(); sect != sectEnd; ++sect) {
51 const_iterator sect, sectEnd = end(); local
52 for (sect = begin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h51 const_sect_iterator sectEnd() const { return m_SectionTable.end(); } function in class:mcld::LDContext
52 sect_iterator sectEnd() { return m_SectionTable.end(); } function in class:mcld::LDContext
/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp44 sect_iterator sect_iter, sect_end = sectEnd();
54 const_sect_iterator sect_iter, sect_end = sectEnd();
H A DELFObjectReader.cpp102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
103 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
H A DELFObjectWriter.cpp148 ELFSegment::sect_iterator sect, sectEnd = (*seg).end(); local
149 for (sect = (*seg).begin(); sect != sectEnd; ++sect)
155 Module::iterator sect, sectEnd = pModule.end(); local
156 for (sect = pModule.begin(); sect != sectEnd; ++sect)
368 Module::const_iterator section, sectEnd = pModule.end(); local
369 for (section = pModule.begin(); section != sectEnd; ++section) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp244 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
245 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp200 Module::iterator sectIter, sectEnd = m_Module.end(); local
201 for (sectIter = m_Module.begin(); sectIter != sectEnd; ++sectIter) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp861 Module::const_iterator sect, sectEnd = pModule.end(); local
862 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
1758 sectEnd = (*seg).end(); sect != sectEnd; ++sect) {
2065 sectEnd = (*seg).end(); sect != sectEnd; ++sect) {

Completed in 940 milliseconds