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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h453 typedef int (gdbarch_register_sim_regno_ftype) (struct gdbarch *gdbarch, int reg_nr); typedef
455 extern void set_gdbarch_register_sim_regno (struct gdbarch *gdbarch, gdbarch_register_sim_regno_ftype *register_sim_regno);
H A Dgdbarch.c216 gdbarch_register_sim_regno_ftype *register_sim_regno;
2530 gdbarch_register_sim_regno_ftype register_sim_regno)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h366 typedef int (gdbarch_register_sim_regno_ftype) (struct gdbarch *gdbarch, int reg_nr); typedef
368 extern void set_gdbarch_register_sim_regno (struct gdbarch *gdbarch, gdbarch_register_sim_regno_ftype *register_sim_regno);
H A Dgdbarch.c106 gdbarch_register_sim_regno_ftype *register_sim_regno = legacy_register_sim_regno;
2365 gdbarch_register_sim_regno_ftype register_sim_regno)

Completed in 273 milliseconds