Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dexec_ecoff.h51 struct ecoff32_filehdr { struct
52 ecoff32_ushort f_magic; /* magic number */
53 ecoff32_ushort f_nscns; /* # of sections */
54 ecoff32_uint f_timdat; /* time and date stamp */
55 ecoff32_ulong f_symptr; /* file offset of symbol table */
56 ecoff32_uint f_nsyms; /* # of symbol table entries */
57 ecoff32_ushort f_opthdr; /* sizeof the optional header */
58 ecoff32_ushort f_flags; /* flags??? */