HomeSort by: relevance | last modified time | path
    Searched refs:SIM_RC (Results 1 - 25 of 134) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb/dist/sim/common/
sim-module.h 37 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC);
38 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC);
39 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC);
40 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC);
75 SIM_RC sim_module_install (SIM_DESC);
76 SIM_RC sim_module_install_list (SIM_DESC, MODULE_INSTALL_FN * const[], size_t);
87 SIM_RC sim_pre_argv_init (SIM_DESC sd, const char *myname);
91 SIM_RC sim_post_argv_init (SIM_DESC sd);
94 SIM_RC sim_module_init (SIM_DESC sd);
97 SIM_RC sim_module_suspend (SIM_DESC sd)
    [all...]
sim-options.h 36 typedef SIM_RC (OPTION_HANDLER) (SIM_DESC, sim_cpu *, int, char *, int);
39 #define DECLARE_OPTION_HANDLER(fn) SIM_RC fn (SIM_DESC, sim_cpu *, int, char *, int)
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
138 SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv);
150 SIM_RC sim_args_command (SIM_DESC sd, const char *cmd);
sim-memopt.h 41 SIM_RC sim_memopt_install (SIM_DESC sd);
sim-hload.c 33 SIM_RC
sim-utils.h 50 SIM_RC sim_analyze_program (SIM_DESC sd, const char *prog_name,
sim-module.c 55 SIM_RC
88 SIM_RC
111 SIM_RC
135 SIM_RC
148 SIM_RC
167 SIM_RC
186 SIM_RC
sim-watch.c 83 static SIM_RC
90 SIM_RC status = SIM_RC_FAIL;
168 static SIM_RC
223 static SIM_RC
268 static SIM_RC
347 static SIM_RC
389 SIM_RC
sim-engine.c 197 static SIM_RC
213 SIM_RC sim_install_engine (SIM_DESC sd);
215 SIM_RC
sim-model.c 58 static SIM_RC
104 SIM_RC
209 static SIM_RC
sim-config.h 277 extern SIM_RC sim_config (SIM_DESC sd);
sim-cpu.c 33 SIM_RC
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-module.h 37 typedef SIM_RC (MODULE_INSTALL_FN) (SIM_DESC);
38 typedef SIM_RC (MODULE_INIT_FN) (SIM_DESC);
39 typedef SIM_RC (MODULE_RESUME_FN) (SIM_DESC);
40 typedef SIM_RC (MODULE_SUSPEND_FN) (SIM_DESC);
75 SIM_RC sim_module_install (SIM_DESC);
76 SIM_RC sim_module_install_list (SIM_DESC, MODULE_INSTALL_FN * const[], size_t);
87 SIM_RC sim_pre_argv_init (SIM_DESC sd, const char *myname);
91 SIM_RC sim_post_argv_init (SIM_DESC sd);
94 SIM_RC sim_module_init (SIM_DESC sd);
97 SIM_RC sim_module_suspend (SIM_DESC sd)
    [all...]
sim-options.h 36 typedef SIM_RC (OPTION_HANDLER) (SIM_DESC, sim_cpu *, int, char *, int);
39 #define DECLARE_OPTION_HANDLER(fn) SIM_RC fn (SIM_DESC, sim_cpu *, int, char *, int)
132 SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table);
138 SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv);
150 SIM_RC sim_args_command (SIM_DESC sd, const char *cmd);
sim-memopt.h 41 SIM_RC sim_memopt_install (SIM_DESC sd);
sim-hload.c 33 SIM_RC
sim-utils.h 50 SIM_RC sim_analyze_program (SIM_DESC sd, const char *prog_name,
sim-module.c 55 SIM_RC
88 SIM_RC
111 SIM_RC
135 SIM_RC
148 SIM_RC
167 SIM_RC
186 SIM_RC
sim-watch.c 83 static SIM_RC
90 SIM_RC status = SIM_RC_FAIL;
168 static SIM_RC
223 static SIM_RC
268 static SIM_RC
347 static SIM_RC
389 SIM_RC
sim-engine.c 197 static SIM_RC
213 SIM_RC sim_install_engine (SIM_DESC sd);
215 SIM_RC
sim-model.c 58 static SIM_RC
104 SIM_RC
209 static SIM_RC
sim-config.h 277 extern SIM_RC sim_config (SIM_DESC sd);
  /src/external/gpl3/binutils/dist/include/sim/
sim.h 50 } SIM_RC;
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
  /src/external/gpl3/binutils.old/dist/include/sim/
sim.h 50 } SIM_RC;
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
  /src/external/gpl3/gdb/dist/include/sim/
sim.h 50 } SIM_RC;
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
  /src/external/gpl3/gdb.old/dist/include/sim/
sim.h 50 } SIM_RC;
135 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
155 SIM_RC sim_create_inferior (SIM_DESC sd, struct bfd *abfd,

Completed in 46 milliseconds

1 2 3 4 5 6