Home
last modified time | relevance | path

Searched defs:coffheader (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/
H A Dencap.h43 struct coffheader struct
46 unsigned short f_magic;
47 unsigned short f_nscns;
48 long f_timdat;
49 long f_symptr;
50 long f_nsyms;
51 unsigned short f_opthdr;
52 unsigned short f_flags;
54 short magic;
55 short vstamp;
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/aout/
H A Dencap.h43 struct coffheader struct
46 unsigned short f_magic;
47 unsigned short f_nscns;
48 long f_timdat;
49 long f_symptr;
50 long f_nsyms;
51 unsigned short f_opthdr;
52 unsigned short f_flags;
54 short magic;
55 short vstamp;
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Daout-encap.c135 struct coffheader coffheader; local