Searched defs:coff_filehdr (Results 1 – 2 of 2) sorted by relevance
46 struct coff_filehdr { struct47 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;
38 struct coff_filehdr { struct39 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 */