aout_m68k
open_aout(const char *fn, struct aout_m68k *hdr, struct exec_info *inf)
inf->text_off = sizeof(struct aout_m68k);
inf->data_off = sizeof(struct aout_m68k) + inf->text_size;
struct aout_m68k u_aout;
if (fread(hdra, sizeof(struct aout_m68k), 1, fp) != 1) {
sizeof(struct elf_m68k_hdr) - sizeof(struct aout_m68k),
static int open_aout(const char *fn, struct aout_m68k *hdr,