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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp54 ELFSegment::iterator sect, sectEnd = (*segment)->end(); local
55 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
70 ELFSegment::const_iterator sect, sectEnd = (*segment)->end(); local
71 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
H A DGarbageCollection.cpp200 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
201 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
340 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
341 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
H A DLDContext.cpp44 sect_iterator sect_iter, sect_end = sectEnd();
54 const_sect_iterator sect_iter, sect_end = sectEnd();
H A DELFObjectReader.cpp113 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
114 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
H A DELFObjectWriter.cpp153 ELFSegment::iterator sect, sectEnd = (*seg)->end(); local
154 for (sect = (*seg)->begin(); sect != sectEnd; ++sect)
160 Module::iterator sect, sectEnd = pModule.end(); local
161 for (sect = pModule.begin(); sect != sectEnd; ++sect)
382 Module::const_iterator section, sectEnd = pModule.end(); local
383 for (section = pModule.begin(); section != sectEnd; ++section) {
/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.h48 const_sect_iterator sectEnd() const { return m_SectionTable.end(); } function in class:mcld::LDContext
49 sect_iterator sectEnd() { return m_SectionTable.end(); } function in class:mcld::LDContext
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp308 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
309 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
865 Module::iterator sectIter, sectEnd = m_pModule->end(); local
866 for (sectIter = m_pModule->begin(); sectIter != sectEnd; ++sectIter) {
H A DSectionMap.cpp326 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); local
327 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp748 Module::const_iterator sect, sectEnd = pModule.end(); local
749 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
1921 sectEnd = (*seg)->end(); sect != sectEnd; ++sect) {
1958 Module::iterator sect, sectBegin, sectEnd; local
1960 sectEnd = pModule.end();
1961 for (sect = sectBegin; sect != sectEnd; ++sect) {
2048 ELFSegment::iterator sect, sectEnd = (*seg)->end(); local
2049 for (sect = (*seg)->begin(); sect != sectEnd; ++sect) {
2055 if (sect == sectEnd) {
[all...]

Completed in 52 milliseconds