Searched refs:host_callback (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/sim/ |
H A D | callback.h | 70 typedef struct host_callback_struct host_callback; typedef 74 int (*close) (host_callback *,int); 75 int (*get_errno) (host_callback *); 76 int (*isatty) (host_callback *, int); 77 int64_t (*lseek) (host_callback *, int, int64_t, int); 78 int (*open) (host_callback *, const char*, int mode); 79 int (*read) (host_callback *,int, char *, int); 80 int (*read_stdin) ( host_callback *, char *, int); 81 int (*rename) (host_callback *, const char *, const char *); 82 int (*system) (host_callback *, const char *); [all …]
|
/netbsd-src/external/gpl3/binutils/dist/include/sim/ |
H A D | callback.h | 70 typedef struct host_callback_struct host_callback; typedef 74 int (*close) (host_callback *,int); 75 int (*get_errno) (host_callback *); 76 int (*isatty) (host_callback *, int); 77 int64_t (*lseek) (host_callback *, int, int64_t, int); 78 int (*open) (host_callback *, const char*, int mode); 79 int (*read) (host_callback *,int, char *, int); 80 int (*read_stdin) ( host_callback *, char *, int); 81 int (*rename) (host_callback *, const char *, const char *); 82 int (*system) (host_callback *, const char *); [all …]
|
/netbsd-src/external/gpl3/gdb/dist/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'.
|
/netbsd-src/external/gpl3/gdb.old/dist/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'.
|
/netbsd-src/external/gpl3/binutils.old/dist/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'.
|
/netbsd-src/external/gpl3/binutils/dist/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'.
|
/netbsd-src/external/gpl3/gcc/dist/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'.
|
/netbsd-src/external/gpl3/gdb/dist/sim/h8300/ |
H A D | ChangeLog-2021 | 1021 (sim_resume): use host_callback instead of printf for syscall
|
/netbsd-src/external/gpl3/gdb/dist/sim/arm/ |
H A D | ChangeLog-2021 | 1138 * armos.c (SWIWrite0): Use generic host_callback mechanism
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1996 | 2421 the host_callback* arg.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1996 | 2421 the host_callback* arg.
|
/netbsd-src/external/gpl3/gdb/dist/sim/common/ |
H A D | ChangeLog-2021 | 3049 host_callback *cb, drop last parameter big_p. Take endianness
|