HomeSort by: relevance | last modified time | path
    Searched refs:aout_m68k (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 70 static int open_aout(const char *fn, struct aout_m68k *hdr,
139 open_aout(const char *fn, struct aout_m68k *hdr, struct exec_info *inf)
165 inf->text_off = sizeof(struct aout_m68k);
166 inf->data_off = sizeof(struct aout_m68k) + inf->text_size;
371 struct aout_m68k u_aout;
386 if (fread(hdra, sizeof(struct aout_m68k), 1, fp) != 1) {
419 sizeof(struct elf_m68k_hdr) - sizeof(struct aout_m68k),
aout68k.h 32 struct aout_m68k { struct

Completed in 12 milliseconds