taglinefilesource code
aout_size128fs/binfmt_coff.cshort int aout_size = 0;  /* Size of the a.out header area       */
aout_size163fs/binfmt_coff.caout_size = COFF_SHORT (coff_hdr->f_opthdr);  /* Size of opt. headr */
aout_size219fs/binfmt_coff.caout_size + COFF_FILHSZ, /* Offset in the file   */
aout_size312fs/binfmt_coff.cif (aout_size == 0) {
aout_size325fs/binfmt_coff.cif (aout_size < COFF_AOUTSZ) {