Home | History | Annotate | Download | only in aout2hux

Lines Matching defs:exec_info

54 struct exec_info {
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)
543 struct exec_info inf1, inf2;