tag | line | file | source code |
---|---|---|---|
aout_size | 128 | fs/binfmt_coff.c | short int aout_size = 0; /* Size of the a.out header area */ |
aout_size | 163 | fs/binfmt_coff.c | aout_size = COFF_SHORT (coff_hdr->f_opthdr); /* Size of opt. headr */ |
aout_size | 219 | fs/binfmt_coff.c | aout_size + COFF_FILHSZ, /* Offset in the file */ |
aout_size | 312 | fs/binfmt_coff.c | if (aout_size == 0) { |
aout_size | 325 | fs/binfmt_coff.c | if (aout_size < COFF_AOUTSZ) { |