Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dexec_ecoff.h108 struct ecoff_filehdr { struct
109 u_short f_magic; /* magic number */
110 u_short f_nscns; /* # of sections */
111 u_int f_timdat; /* time and date stamp */
112 u_long f_symptr; /* file offset of symbol table */
113 u_int f_nsyms; /* # of symbol table entries */
114 u_short f_opthdr; /* sizeof the optional header */
115 u_short f_flags; /* flags??? */