HomeSort by: relevance | last modified time | path
    Searched refs:sim_load (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-hload.c 30 /* Generic implementation of sim_load that works with simulators
34 sim_load (SIM_DESC sd, const char *prog_name, struct bfd *prog_bfd, int from_tty) function
nrun.c 129 if (sim_load (sd, name, prog_bfd, 0) == SIM_RC_FAIL)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-hload.c 30 /* Generic implementation of sim_load that works with simulators
34 sim_load (SIM_DESC sd, const char *prog_name, struct bfd *prog_bfd, int from_tty) function
nrun.c 129 if (sim_load (sd, name, prog_bfd, 0) == SIM_RC_FAIL)
  /src/external/gpl3/binutils/dist/include/sim/
sim.h 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
  /src/external/gpl3/binutils.old/dist/include/sim/
sim.h 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
  /src/external/gpl3/gdb/dist/include/sim/
sim.h 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
  /src/external/gpl3/gdb.old/dist/include/sim/
sim.h 135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
  /src/external/gpl3/gdb/dist/sim/ppc/
sim_calls.c 93 sim_load (SIM_DESC sd, const char *prog, bfd *abfd, int from_tty) function
95 TRACE(trace_gdb, ("sim_load(prog=%s, from_tty=%d) called\n",
100 TRACE(trace_gdb, ("sim_load() - first time, create the simulator\n"));
  /src/external/gpl3/gdb/dist/sim/rl78/
gdb-if.c 177 sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty) function
  /src/external/gpl3/gdb.old/dist/sim/ppc/
sim_calls.c 93 sim_load (SIM_DESC sd, const char *prog, bfd *abfd, int from_tty) function
95 TRACE(trace_gdb, ("sim_load(prog=%s, from_tty=%d) called\n",
100 TRACE(trace_gdb, ("sim_load() - first time, create the simulator\n"));
  /src/external/gpl3/gdb.old/dist/sim/rl78/
gdb-if.c 177 sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty) function
  /src/external/gpl3/gdb/dist/sim/erc32/
interf.c 290 sim_load(SIM_DESC sd, const char *prog, bfd *abfd, int from_tty) function
  /src/external/gpl3/gdb/dist/sim/m32c/
gdb-if.c 135 sim_load (SIM_DESC sd, const char *prog, struct bfd * abfd, int from_tty) function
  /src/external/gpl3/gdb/dist/sim/rx/
gdb-if.c 199 sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty) function
  /src/external/gpl3/gdb.old/dist/sim/erc32/
interf.c 290 sim_load(SIM_DESC sd, const char *prog, bfd *abfd, int from_tty) function
  /src/external/gpl3/gdb.old/dist/sim/m32c/
gdb-if.c 135 sim_load (SIM_DESC sd, const char *prog, struct bfd * abfd, int from_tty) function
  /src/external/gpl3/gdb.old/dist/sim/rx/
gdb-if.c 199 sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty) function
  /src/external/gpl3/gdb/dist/gdb/
remote-sim.c 597 if (sim_load (sim_data->gdbsim_desc, prog, NULL, fromtty) == SIM_RC_FAIL)
  /src/external/gpl3/gdb.old/dist/gdb/
remote-sim.c 597 if (sim_load (sim_data->gdbsim_desc, prog, NULL, fromtty) == SIM_RC_FAIL)
  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 4607 /* FIXME: Much of the code in sim_load can be moved to sim_open.
4783 /* FIXME: Much of the code in sim_load can be moved here. */
4791 sim_load (SIM_DESC sd, const char *prog, bfd *abfd, int from_tty) function
4849 sim_io_printf (sd, "sim_load: bad memory size.\n");
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 4607 /* FIXME: Much of the code in sim_load can be moved to sim_open.
4783 /* FIXME: Much of the code in sim_load can be moved here. */
4791 sim_load (SIM_DESC sd, const char *prog, bfd *abfd, int from_tty) function
4849 sim_io_printf (sd, "sim_load: bad memory size.\n");

Completed in 38 milliseconds