Home
last modified time | relevance | path

Searched refs:f_nscns (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/boot/
H A Decoff.h10 uint16_t f_nscns; /* number of sections */ member
62 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + 7) & 0xfffffff8) : \
63 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
H A Delf2ecoff.c224 f->f_nscns = swab16(f->f_nscns); in convert_ecoff_filehdr()
441 efh.f_nscns = nosecs; in main()
/linux/arch/alpha/include/uapi/asm/
H A Da.out.h19 __u16 f_magic, f_nscns; member
90 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/linux/include/uapi/linux/
H A Dcoff.h62 char f_nscns[2]; /* number of sections */ member