tag | line | file | source code |
---|---|---|---|
aout_hdr | 332 | fs/binfmt_coff.c | COFF_AOUTHDR *aout_hdr = /* Pointer to a.out header */ |
aout_hdr | 334 | fs/binfmt_coff.c | short int aout_magic = COFF_SHORT (aout_hdr->magic); /* id */ |
aout_hdr | 350 | fs/binfmt_coff.c | start_addr = (unsigned int) COFF_LONG (aout_hdr->entry); |