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

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 54 struct exec_info { struct
71 struct exec_info *inf);
73 struct exec_info *inf);
74 FILE *open_exec(const char *fn, struct exec_info *inf);
75 int check_2_exec_inf(struct exec_info *inf1, struct exec_info *inf2);
139 open_aout(const char *fn, struct aout_m68k *hdr, struct exec_info *inf)
176 open_elf(const char *fn, FILE *fp, struct elf_m68k_hdr *hdr, struct exec_info *inf)
366 open_exec(const char *fn, struct exec_info *inf)
441 check_2_exec_inf(struct exec_info *inf1, struct exec_info *inf2
    [all...]
aout2hux.c 54 struct exec_info { struct
71 struct exec_info *inf);
73 struct exec_info *inf);
74 FILE *open_exec(const char *fn, struct exec_info *inf);
75 int check_2_exec_inf(struct exec_info *inf1, struct exec_info *inf2);
139 open_aout(const char *fn, struct aout_m68k *hdr, struct exec_info *inf)
176 open_elf(const char *fn, FILE *fp, struct elf_m68k_hdr *hdr, struct exec_info *inf)
366 open_exec(const char *fn, struct exec_info *inf)
441 check_2_exec_inf(struct exec_info *inf1, struct exec_info *inf2
    [all...]

Completed in 48 milliseconds