Home
last modified time | relevance | path

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

/arch/mips/boot/
Decoff.h10 unsigned short f_opthdr; /* sizeof(optional hdr) */ member
Delf2ecoff.c226 f->f_opthdr = swab16(f->f_opthdr); in convert_ecoff_filehdr()
443 efh.f_opthdr = sizeof eah; in main()
/arch/alpha/include/uapi/asm/
Da.out.h22 __u16 f_opthdr, f_flags; member
/arch/powerpc/boot/
Dhack-coff.c56 aoutsz = get_16be(fhdr.f_opthdr); in main()
Drs6000.h18 char f_opthdr[2]; /* sizeof(optional hdr) */ member
/arch/alpha/boot/tools/
Dobjstrip.c205 if (aout->fh.f_opthdr != sizeof(aout->ah)) { in main()