Searched defs:host_callback_struct (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/include/gdb/ |
H A D | callback.h | 76 struct host_callback_struct struct 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 …]
|