Searched refs:gdbarch_ecoff_reg_to_regnum_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h365 typedef int (gdbarch_ecoff_reg_to_regnum_ftype) (struct gdbarch *gdbarch, int ecoff_regnr); typedef
367 extern void set_gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_ecoff_reg_to_regnum_ftype *ecoff_reg_to_regnum);
H A Dgdbarch.c202 gdbarch_ecoff_reg_to_regnum_ftype *ecoff_reg_to_regnum;
2264 gdbarch_ecoff_reg_to_regnum_ftype ecoff_reg_to_regnum)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h274 typedef int (gdbarch_ecoff_reg_to_regnum_ftype) (struct gdbarch *gdbarch, int ecoff_regnr); typedef
276 extern void set_gdbarch_ecoff_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_ecoff_reg_to_regnum_ftype *ecoff_reg_to_regnum);
H A Dgdbarch.c92 gdbarch_ecoff_reg_to_regnum_ftype *ecoff_reg_to_regnum = no_op_reg_to_regnum;
2102 gdbarch_ecoff_reg_to_regnum_ftype ecoff_reg_to_regnum)

Completed in 271 milliseconds