Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dcoffhdrfix.c46 struct coff_filehdr { struct
47 Coff_Half f_magic;
48 Coff_Half f_nscns;
49 Coff_Word f_timdat;
50 Coff_Word f_symptr;
51 Coff_Word f_nsyms;
52 Coff_Half f_opthdr;
53 Coff_Half f_flags;
/netbsd-src/sys/sys/
H A Dexec_coff.h38 struct coff_filehdr { struct
39 u_short f_magic; /* magic number */
40 u_short f_nscns; /* # of sections */
41 long f_timdat; /* timestamp */
42 long f_symptr; /* file offset of symbol table */
43 long f_nsyms; /* # of symbol table entries */
44 u_short f_opthdr; /* size of optional header */
45 u_short f_flags; /* flags */