Home
last modified time | relevance | path

Searched defs:coff_aouthdr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dcoffhdrfix.c56 struct coff_aouthdr { struct
57 Coff_Half a_magic;
58 Coff_Half a_vstamp;
59 Coff_Word a_tsize;
60 Coff_Word a_dsize;
61 Coff_Word a_bsize;
85 struct coff_aouthdr aout; in main() argument
/netbsd-src/sys/sys/
H A Dexec_coff.h62 struct coff_aouthdr { struct
63 short a_magic;
64 short a_vstamp;
65 long a_tsize;
66 long a_dsize;
67 long a_bsize;
68 long a_entry;
69 long a_tstart;
70 long a_dstart;