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

  /src/external/gpl3/gdb/dist/sim/common/
syscall.c 68 /* Utility of cb_syscall to fetch a path name or other string from the target.
72 cb_get_string (host_callback *cb, CB_SYSCALL *sc, char *buf, int buflen,
95 /* Utility of cb_syscall to fetch a path name.
102 get_path (host_callback *cb, CB_SYSCALL *sc, TADDR addr, char **bufp)
135 cb_syscall (host_callback *cb, CB_SYSCALL *sc) function
  /src/external/gpl3/gdb.old/dist/sim/common/
syscall.c 68 /* Utility of cb_syscall to fetch a path name or other string from the target.
72 cb_get_string (host_callback *cb, CB_SYSCALL *sc, char *buf, int buflen,
95 /* Utility of cb_syscall to fetch a path name.
102 get_path (host_callback *cb, CB_SYSCALL *sc, TADDR addr, char **bufp)
135 cb_syscall (host_callback *cb, CB_SYSCALL *sc) function
  /src/external/gpl3/binutils/dist/include/sim/
callback.h 254 typedef struct cb_syscall {
278 int (*read_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
281 int (*write_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
287 } CB_SYSCALL;
292 /* Macro to initialize CB_SYSCALL. Called first, before filling in
352 int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
355 CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
251 typedef struct cb_syscall { struct
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 254 typedef struct cb_syscall {
278 int (*read_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
281 int (*write_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
287 } CB_SYSCALL;
292 /* Macro to initialize CB_SYSCALL. Called first, before filling in
352 int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
355 CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
251 typedef struct cb_syscall { struct
  /src/external/gpl3/gdb/dist/include/sim/
callback.h 254 typedef struct cb_syscall {
278 int (*read_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
281 int (*write_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
287 } CB_SYSCALL;
292 /* Macro to initialize CB_SYSCALL. Called first, before filling in
352 int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
355 CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
251 typedef struct cb_syscall { struct
  /src/external/gpl3/gdb.old/dist/include/sim/
callback.h 254 typedef struct cb_syscall {
278 int (*read_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
281 int (*write_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/,
287 } CB_SYSCALL;
292 /* Macro to initialize CB_SYSCALL. Called first, before filling in
352 int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
355 CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
251 typedef struct cb_syscall { struct

Completed in 26 milliseconds