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

/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp39 iterator sect, sectEnd = end(); local
40 for (sect = begin(); sect != sectEnd; ++sect) {
49 const_iterator sect, sectEnd = end(); local
50 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.cpp145 ELFSegment::sect_iterator sect, sectEnd = (*seg).end(); local
146 for (sect = (*seg).begin(); sect != sectEnd; ++sect)
152 Module::iterator sect, sectEnd = pModule.end(); local
153 for (sect = pModule.begin(); sect != sectEnd; ++sect)
365 Module::const_iterator section, sectEnd = pModule.end(); local
366 for (section = pModule.begin(); section != sectEnd; ++section) {
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp196 Module::iterator sectIter, sectEnd = m_Module.end(); local
197 for (sectIter = m_Module.begin(); sectIter != sectEnd; ++sectIter) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp242 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
243 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp876 Module::const_iterator sect, sectEnd = pModule.end(); local
877 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
1758 sectEnd = (*seg).end(); sect != sectEnd; ++sect) {
2062 sectEnd = (*seg).end(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp367 Module::const_iterator sect, sectEnd = pModule.end(); local
368 for (sect = pModule.begin(); sect != sectEnd; ++sect) {

Completed in 264 milliseconds