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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c3013 /* Unles there is a gdbarch_overlay_update function,
3024 gdbarch_overlay_update (gdbarch, osect);
3361 gdbarch_overlay_update (gdbarch, NULL);
3373 entry point is via a function pointer "gdbarch_overlay_update",
H A Dgdbarch.h1109 extern void gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect);
H A Dgdbarch.c4081 gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect) function
4086 fprintf_unfiltered (gdb_stdlog, "gdbarch_overlay_update called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c2998 /* Unles there is a gdbarch_overlay_update function,
3009 gdbarch_overlay_update (gdbarch, osect);
3346 gdbarch_overlay_update (gdbarch, NULL);
3358 entry point is via a function pointer "gdbarch_overlay_update",
H A Dgdbarch-gen.h1132 extern void gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect);
H A Dgdbarch.c4190 gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect) function
4195 gdb_printf (gdb_stdlog, "gdbarch_overlay_update called\n");

Completed in 211 milliseconds