taglinefilesource code
aout_hdr332arch/i386/ibcs/binfmt_coff.cCOFF_AOUTHDR *aout_hdr =  /* Pointer to a.out header */
aout_hdr334arch/i386/ibcs/binfmt_coff.cshort int aout_magic = COFF_SHORT (aout_hdr->magic); /* id */
aout_hdr350arch/i386/ibcs/binfmt_coff.cstart_addr = (unsigned int) COFF_LONG (aout_hdr->entry);