Home
last modified time | relevance | path

Searched refs:load_routine (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.h104 void (*load_routine) (struct serial *desc, char *file, member
H A Dremote-hms.c123 hms_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_hms_cmds()
H A Dremote-est.c152 est_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_est_cmds()
H A Dabug-rom.c148 abug_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_abug_cmds()
H A Dcpu32bug-rom.c146 cpu32bug_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_cpu32bug_cmds()
H A Ddbug-rom.c144 dbug_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_dbug_cmds()
H A Dppcbug-rom.c171 OPS->load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_ppc_cmds()
H A Drom68k-rom.c230 rom68k_cmds.load_routine = NULL; in init_rom68k_cmds()
H A Dm32r-rom.c324 m32r_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_m32r_cmds()
384 mon2000_cmds.load_routine = NULL; /* load_routine (defaults to SRECs) */ in init_mon2000_cmds()
H A Dsh3-rom.c232 sh3_cmds.load_routine = sh3_load; /* load_routine */ in init_sh3_cmds()
H A Dmonitor.c2141 if (current_monitor->load_routine) in monitor_load()
2142 current_monitor->load_routine (monitor_desc, file, hashmark); in monitor_load()
H A DChangeLog-19952977 support. Call target_ops->load_routine, default to
2980 * monitor.h (monitor_ops): Add load_routine to provide monitor
2985 * rom68k-rom.c remote-est.c: Fix copyrights, add load_routine