Searched refs:gdbarch_relocate_instruction (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h1101 extern void gdbarch_relocate_instruction (struct gdbarch *gdbarch, CORE_ADDR *to, CORE_ADDR from);
H A Dgdbarch.c4056 gdbarch_relocate_instruction (struct gdbarch *gdbarch, CORE_ADDR *to, CORE_ADDR from) function
4062 fprintf_unfiltered (gdb_stdlog, "gdbarch_relocate_instruction called\n");
H A Dremote.c1159 gdbarch_relocate_instruction (target_gdbarch (), &to, from);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h1124 extern void gdbarch_relocate_instruction (struct gdbarch *gdbarch, CORE_ADDR *to, CORE_ADDR from);
H A Dgdbarch.c4165 gdbarch_relocate_instruction (struct gdbarch *gdbarch, CORE_ADDR *to, CORE_ADDR from) function
4171 gdb_printf (gdb_stdlog, "gdbarch_relocate_instruction called\n");
H A Dremote.c1280 gdbarch_relocate_instruction (target_gdbarch (), &to, from);

Completed in 434 milliseconds