Searched refs:f_nscns (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A Decoff.h6 unsigned short f_nscns; /* number of sections */ member in struct:filehdr
59 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + 7) & 0xfffffff8) : \
60 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
H A Delf2ecoff.c221 f->f_nscns = swab16(f->f_nscns);
435 efh.f_nscns = nosecs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Da.out.h11 * The filhdr's "f_nscns" field contains the
18 __u16 f_magic, f_nscns; member in struct:filehdr
89 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dhack-coff.c59 nsect = get_16be(fhdr.f_nscns);
H A Drs6000.h7 char f_nscns[2]; /* number of sections */ member in struct:external_filehdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Drs6000.h7 char f_nscns[2]; /* number of sections */ member in struct:external_filehdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoff.h58 char f_nscns[2]; /* number of sections */ member in struct:COFF_filehdr

Completed in 86 milliseconds