Searched refs:host_callback (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/include/gdb/ |
| H A D | callback.h | 74 typedef struct host_callback_struct host_callback; typedef 78 int (*close) PARAMS ((host_callback *,int)); 79 int (*get_errno) PARAMS ((host_callback *)); 80 int (*isatty) PARAMS ((host_callback *, int)); 81 int (*lseek) PARAMS ((host_callback *, int, long , int)); 82 int (*open) PARAMS ((host_callback *, const char*, int mode)); 83 int (*read) PARAMS ((host_callback *,int, char *, int)); 84 int (*read_stdin) PARAMS (( host_callback *, char *, int)); 85 int (*rename) PARAMS ((host_callback *, const char *, const char *)); 86 int (*system) PARAMS ((host_callback *, const char *)); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-sim.c | 57 static int gdb_os_write_stdout (host_callback *, const char *, int); 59 static void gdb_os_flush_stdout (host_callback *); 61 static int gdb_os_write_stderr (host_callback *, const char *, int); 63 static void gdb_os_flush_stderr (host_callback *); 65 static int gdb_os_poll_quit (host_callback *); 68 static void gdb_os_printf_filtered (host_callback *, const char *, ...); 70 static void gdb_os_vprintf_filtered (host_callback *, const char *, va_list); 72 static void gdb_os_evprintf_filtered (host_callback *, const char *, va_list); 74 static void gdb_os_error (host_callback *, const char *, ...); 150 static host_callback gdb_callback; [all …]
|
| H A D | remote-rdp.c | 63 static host_callback *callback = &default_callback;
|
| H A D | ChangeLog-1996 | 2423 the host_callback* arg.
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | ChangeLog | 788 (host_callback): Pass stat struct pointer to stat,fstat. 801 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map, 1002 * callback.h (host_callback): New member `error'.
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | ChangeLog | 840 (host_callback): Pass stat struct pointer to stat,fstat. 853 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map, 1054 * callback.h (host_callback): New member `error'.
|
| H A D | ChangeLog-9103 | 1439 (host_callback): Pass stat struct pointer to stat,fstat. 1452 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map, 1649 * callback.h (host_callback): New member `error'.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | ChangeLog-9103 | 1384 (host_callback): Pass stat struct pointer to stat,fstat. 1397 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map, 1594 * callback.h (host_callback): New member `error'.
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | ChangeLog-9103 | 1384 (host_callback): Pass stat struct pointer to stat,fstat. 1397 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map, 1594 * callback.h (host_callback): New member `error'.
|