Home
last modified time | relevance | path

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

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