taglinefilesource code
aout_hdr332ibcs/binfmt_coff.cCOFF_AOUTHDR *aout_hdr =  /* Pointer to a.out header */
aout_hdr334ibcs/binfmt_coff.cshort int aout_magic = COFF_SHORT (aout_hdr->magic); /* id */
aout_hdr350ibcs/binfmt_coff.cstart_addr = (unsigned int) COFF_LONG (aout_hdr->entry);