Home | History | Annotate | Download | only in Mips

Lines Matching refs:sect

367   Module::const_iterator sect, sectEnd = pModule.end();
368 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
370 if (0 != (*sect)->size() || LDFileFormat::StackNote == (*sect)->kind()) {
371 shstrtab += ((*sect)->name().size() + 1);