Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Da.out.h12 * The filhdr's "f_nscns" field contains the
19 __u16 f_magic, f_nscns; member
90 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Da.out.h12 * The filhdr's "f_nscns" field contains the
19 __u16 f_magic, f_nscns; member
90 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcoff.h62 char f_nscns[2]; /* number of sections */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcoff.h62 char f_nscns[2]; /* number of sections */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcoff.h32 char f_nscns[2]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcoff.h32 char f_nscns[2]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcoff.h27 char f_nscns[2]; member

Completed in 9 milliseconds