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

1 2 3 4 5

  /src/external/gpl3/binutils/dist/include/sim/
callback.h 71 typedef struct host_callback_struct host_callback;
75 int (*close) (host_callback *,int);
76 int (*get_errno) (host_callback *);
77 int (*isatty) (host_callback *, int);
78 int64_t (*lseek) (host_callback *, int, int64_t, int);
79 int (*open) (host_callback *, const char*, int mode);
80 int (*read) (host_callback *,int, char *, int);
81 int (*read_stdin) ( host_callback *, char *, int);
82 int (*rename) (host_callback *, const char *, const char *);
83 int (*system) (host_callback *, const char *)
70 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
    [all...]
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 71 typedef struct host_callback_struct host_callback;
75 int (*close) (host_callback *,int);
76 int (*get_errno) (host_callback *);
77 int (*isatty) (host_callback *, int);
78 int64_t (*lseek) (host_callback *, int, int64_t, int);
79 int (*open) (host_callback *, const char*, int mode);
80 int (*read) (host_callback *,int, char *, int);
81 int (*read_stdin) ( host_callback *, char *, int);
82 int (*rename) (host_callback *, const char *, const char *);
83 int (*system) (host_callback *, const char *)
70 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
    [all...]
  /src/external/gpl3/gdb/dist/include/sim/
callback.h 71 typedef struct host_callback_struct host_callback;
75 int (*close) (host_callback *,int);
76 int (*get_errno) (host_callback *);
77 int (*isatty) (host_callback *, int);
78 int64_t (*lseek) (host_callback *, int, int64_t, int);
79 int (*open) (host_callback *, const char*, int mode);
80 int (*read) (host_callback *,int, char *, int);
81 int (*read_stdin) ( host_callback *, char *, int);
82 int (*rename) (host_callback *, const char *, const char *);
83 int (*system) (host_callback *, const char *)
70 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
    [all...]
  /src/external/gpl3/gdb.old/dist/include/sim/
callback.h 71 typedef struct host_callback_struct host_callback;
75 int (*close) (host_callback *,int);
76 int (*get_errno) (host_callback *);
77 int (*isatty) (host_callback *, int);
78 int64_t (*lseek) (host_callback *, int, int64_t, int);
79 int (*open) (host_callback *, const char*, int mode);
80 int (*read) (host_callback *,int, char *, int);
81 int (*read_stdin) ( host_callback *, char *, int);
82 int (*rename) (host_callback *, const char *, const char *);
83 int (*system) (host_callback *, const char *)
70 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
load.h 28 void rx_load (bfd *, host_callback *callback);
load.c 36 xprintf (host_callback *callback, const char *fmt, ...)
85 rx_load (bfd *prog, host_callback *callback)
  /src/external/gpl3/gdb.old/dist/sim/rx/
load.h 28 void rx_load (bfd *, host_callback *callback);
  /src/external/gpl3/gdb/dist/sim/rl78/
load.h 28 void rl78_load (bfd *, host_callback *callbacks, const char * const simname);
load.c 41 xprintf (host_callback *callback, const char *fmt, ...)
66 rl78_load (bfd *prog, host_callback *callbacks, const char * const simname)
  /src/external/gpl3/gdb.old/dist/sim/rl78/
load.h 28 void rl78_load (bfd *, host_callback *callbacks, const char * const simname);
  /src/external/gpl3/gdb/dist/sim/common/
sim-syscall.h 42 int sim_syscall_read_mem (host_callback *, struct cb_syscall *, unsigned long,
44 int sim_syscall_write_mem (host_callback *, struct cb_syscall *, unsigned long,
sim-load.c 36 static void eprintf (host_callback *, const char *, ...);
37 static void xprintf (host_callback *, const char *, ...);
39 (host_callback *, unsigned long, time_t, time_t);
55 sim_load_file (SIM_DESC sd, const char *myname, host_callback *callback,
160 xprintf (host_callback *callback, const char *fmt, ...)
172 eprintf (host_callback *callback, const char *fmt, ...)
186 report_transfer_performance (host_callback *callback, unsigned long data_count,
callback.c 60 fdbad (host_callback *p, int fd)
71 fdmap (host_callback *p, int fd)
77 os_close (host_callback *p, int fd)
146 os_poll_quit (host_callback *p)
161 os_get_errno (host_callback *p)
168 os_isatty (host_callback *p, int fd)
182 os_lseek (host_callback *p, int fd, int64_t off, int way)
196 os_open (host_callback *p, const char *name, int flags)
219 os_read (host_callback *p, int fd, char *buf, int len)
273 os_read_stdin (host_callback *p, char *buf, int len
    [all...]
sim-utils.h 65 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
69 host_callback *callback, const char *prog,
sim-syscall.c 35 sim_syscall_read_mem (host_callback *cb ATTRIBUTE_UNUSED, struct cb_syscall *sc,
47 sim_syscall_write_mem (host_callback *cb ATTRIBUTE_UNUSED, struct cb_syscall *sc,
66 host_callback *cb = STATE_CALLBACK (sd);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-syscall.h 42 int sim_syscall_read_mem (host_callback *, struct cb_syscall *, unsigned long,
44 int sim_syscall_write_mem (host_callback *, struct cb_syscall *, unsigned long,
sim-load.c 36 static void eprintf (host_callback *, const char *, ...);
37 static void xprintf (host_callback *, const char *, ...);
39 (host_callback *, unsigned long, time_t, time_t);
55 sim_load_file (SIM_DESC sd, const char *myname, host_callback *callback,
160 xprintf (host_callback *callback, const char *fmt, ...)
172 eprintf (host_callback *callback, const char *fmt, ...)
186 report_transfer_performance (host_callback *callback, unsigned long data_count,
callback.c 60 fdbad (host_callback *p, int fd)
71 fdmap (host_callback *p, int fd)
77 os_close (host_callback *p, int fd)
146 os_poll_quit (host_callback *p)
161 os_get_errno (host_callback *p)
168 os_isatty (host_callback *p, int fd)
182 os_lseek (host_callback *p, int fd, int64_t off, int way)
196 os_open (host_callback *p, const char *name, int flags)
219 os_read (host_callback *p, int fd, char *buf, int len)
273 os_read_stdin (host_callback *p, char *buf, int len
    [all...]
sim-utils.h 65 typedef struct host_callback_struct host_callback; typedef in typeref:struct:host_callback_struct
69 host_callback *callback, const char *prog,
sim-syscall.c 35 sim_syscall_read_mem (host_callback *cb ATTRIBUTE_UNUSED, struct cb_syscall *sc,
47 sim_syscall_write_mem (host_callback *cb ATTRIBUTE_UNUSED, struct cb_syscall *sc,
66 host_callback *cb = STATE_CALLBACK (sd);
  /src/external/gpl3/gdb/dist/gdb/
remote-sim.c 55 static int gdb_os_write_stdout (host_callback *, const char *, int);
57 static void gdb_os_flush_stdout (host_callback *);
59 static int gdb_os_write_stderr (host_callback *, const char *, int);
61 static void gdb_os_flush_stderr (host_callback *);
63 static int gdb_os_poll_quit (host_callback *);
66 static void gdb_os_printf_filtered (host_callback *, const char *, ...);
68 static void gdb_os_vprintf_filtered (host_callback *, const char *, va_list);
70 static void gdb_os_evprintf_filtered (host_callback *, const char *, va_list);
72 static void gdb_os_error (host_callback *, const char *, ...)
194 static host_callback gdb_callback
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote-sim.c 55 static int gdb_os_write_stdout (host_callback *, const char *, int);
57 static void gdb_os_flush_stdout (host_callback *);
59 static int gdb_os_write_stderr (host_callback *, const char *, int);
61 static void gdb_os_flush_stderr (host_callback *);
63 static int gdb_os_poll_quit (host_callback *);
66 static void gdb_os_printf_filtered (host_callback *, const char *, ...);
68 static void gdb_os_vprintf_filtered (host_callback *, const char *, va_list);
70 static void gdb_os_evprintf_filtered (host_callback *, const char *, va_list);
72 static void gdb_os_error (host_callback *, const char *, ...)
194 static host_callback gdb_callback
    [all...]
  /src/external/gpl3/gdb/dist/sim/example-synacor/
interp.c 83 sim_open (SIM_OPEN_KIND kind, host_callback *callback,
165 host_callback *cb = STATE_CALLBACK (sd);
  /src/external/gpl3/gdb/dist/sim/iq2000/
sim-if.c 60 sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd,
140 host_callback *cb = STATE_CALLBACK (sd);
  /src/external/gpl3/gdb/dist/sim/riscv/
interp.c 67 sim_open (SIM_OPEN_KIND kind, host_callback *callback,
148 host_callback *cb = STATE_CALLBACK (sd);

Completed in 36 milliseconds

1 2 3 4 5