Home | History | Annotate | Download | only in LD

Lines Matching refs:sect

145         ELFSegment::sect_iterator sect, sectEnd = (*seg).end();
146 for (sect = (*seg).begin(); sect != sectEnd; ++sect)
147 writeSection(pOutput, *sect);
152 Module::iterator sect, sectEnd = pModule.end();
153 for (sect = pModule.begin(); sect != sectEnd; ++sect)
154 writeSection(pOutput, *sect);