HomeSort by: relevance | last modified time | path
    Searched defs:SIM_DESC (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
sim_callbacks.h 105 /* TODO: Untangle this SIM_DESC forward decl someday. */
106 typedef struct sim_state *SIM_DESC;
107 void sim_io_error (SIM_DESC sd,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
sim_callbacks.h 105 /* TODO: Untangle this SIM_DESC forward decl someday. */
106 typedef struct sim_state *SIM_DESC;
107 void sim_io_error (SIM_DESC sd,
  /src/external/gpl3/binutils/dist/include/sim/
sim.h 34 typedef struct sim_state *SIM_DESC;
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
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,
163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC sd, bool verbose)
    [all...]
  /src/external/gpl3/binutils.old/dist/include/sim/
sim.h 34 typedef struct sim_state *SIM_DESC;
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
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,
163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC sd, bool verbose)
    [all...]
  /src/external/gpl3/gdb.old/dist/include/sim/
sim.h 34 typedef struct sim_state *SIM_DESC;
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
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,
163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC sd, bool verbose)
    [all...]
  /src/external/gpl3/gdb/dist/include/sim/
sim.h 34 typedef struct sim_state *SIM_DESC;
97 SIM_DESC sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *callback,
109 void sim_close (SIM_DESC sd, int quitting);
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,
163 uint64_t sim_read (SIM_DESC sd, uint64_t addr, void *buf, uint64_t length);
170 uint64_t sim_write (SIM_DESC sd, uint64_t addr, const void *buf, uint64_t length);
182 int sim_fetch_register (SIM_DESC sd, int regno, void *buf, int length);
196 int sim_store_register (SIM_DESC sd, int regno, const void *buf, int length);
203 void sim_info (SIM_DESC sd, bool verbose)
    [all...]

Completed in 24 milliseconds