Searched defs:ecoff32_filehdr (Results 1 – 1 of 1) sorted by relevance
51 struct ecoff32_filehdr { struct52 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??? */