Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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))
/openbmc/linux/arch/powerpc/boot/
H A Dhack-coff.c55 nsect = get_16be(fhdr.f_nscns); in main()
H A Drs6000.h15 char f_nscns[2]; /* number of sections */ member
/openbmc/linux/include/uapi/linux/
H A Dcoff.h62 char f_nscns[2]; /* number of sections */ member