Searched refs:sim_load (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-hload.c27 /* Generic implementation of sim_load that works with simulators
31 sim_load (sd, prog_name, prog_bfd, from_tty) function
H A Dnrun.c121 if (sim_load (sd, name, prog_bfd, 0) == SIM_RC_FAIL)
H A Drun.c227 examine/set registers before calling sim_load [which is the other
245 if (sim_load (sd, name, abfd, 0) == SIM_RC_FAIL)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/gdb/
H A Dremote-sim.h144 SIM_RC sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/gdb/
H A Dremote-sim.h144 SIM_RC sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim_calls.c101 sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty) function
103 TRACE(trace_gdb, ("sim_load(prog=%s, from_tty=%d) called\n",
108 TRACE(trace_gdb, ("sim_load() - first time, create the simulator\n"));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dgdb-if.c195 sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/erc32/
H A Dinterf.c288 sim_load(sd, prog, abfd, from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dgdb-if.c132 sim_load (SIM_DESC sd, char *prog, struct bfd * abfd, int from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Dwrapper.c880 sim_load (sd, prog, abfd, from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dinterp.c901 sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-sim.c591 if (sim_load (sim_data->gdbsim_desc, prog, NULL, fromtty) == SIM_RC_FAIL)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dsim-if.c333 /* Helper for sim_load (needed just for ELF files): like sim_write,
343 /* Replacement for ../common/sim-hload.c:sim_load, so we can treat ELF
347 sim_load (SIM_DESC sd, char *prog_name, struct bfd *prog_bfd,
673 overwritten by a sim_analyze_program call in sim_load. Let's
346 sim_load (SIM_DESC sd, char *prog_name, struct bfd *prog_bfd, function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dinterp.c1479 sim_load (sd, prog, abfd, from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c1796 sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c1559 sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c1240 sim_load (sd, prog, abfd, from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A Dinterp.c1933 sim_load (sd, prog, abfd, from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c2699 sim_load (sd, prog, abfd, from_tty) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c4877 /* FIXME: Much of the code in sim_load can be moved to sim_open.
4973 /* FIXME: Much of the code in sim_load can be moved here. */
4990 sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty) function
5054 "sim_load: bad memory size.\n");

Completed in 226 milliseconds