f_nscns            19 arch/alpha/include/uapi/asm/a.out.h 	__u16 f_magic, f_nscns;
f_nscns            90 arch/alpha/include/uapi/asm/a.out.h    (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
f_nscns            10 arch/mips/boot/ecoff.h 	uint16_t	f_nscns;	/* number of sections */
f_nscns            62 arch/mips/boot/ecoff.h    ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + 7) & 0xfffffff8) : \
f_nscns            63 arch/mips/boot/ecoff.h    ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
f_nscns           224 arch/mips/boot/elf2ecoff.c 	f->f_nscns = swab16(f->f_nscns);
f_nscns           441 arch/mips/boot/elf2ecoff.c 	efh.f_nscns = nosecs;
f_nscns            55 arch/powerpc/boot/hack-coff.c     nsect = get_16be(fhdr.f_nscns);
f_nscns            15 arch/powerpc/boot/rs6000.h 	char f_nscns[2];	/* number of sections		*/
f_nscns            62 include/uapi/linux/coff.h 	char f_nscns[2];	/* number of sections		*/