nosecs 281 arch/mips/boot/elf2ecoff.c int nosecs; nosecs 438 arch/mips/boot/elf2ecoff.c nosecs = 6; nosecs 440 arch/mips/boot/elf2ecoff.c nosecs = 3; nosecs 441 arch/mips/boot/elf2ecoff.c efh.f_nscns = nosecs; nosecs 521 arch/mips/boot/elf2ecoff.c for (i = 0; i < nosecs; i++) { nosecs 540 arch/mips/boot/elf2ecoff.c convert_ecoff_esecs(&esecs[0], nosecs); nosecs 541 arch/mips/boot/elf2ecoff.c i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); nosecs 542 arch/mips/boot/elf2ecoff.c if (i != nosecs * sizeof(struct scnhdr)) { nosecs 548 arch/mips/boot/elf2ecoff.c pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15;