Home
last modified time | relevance | path

Searched refs:remote_read_bytes (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDremote-fileio.c593 retlength = remote_read_bytes (ptrval, pathname, length); in remote_fileio_func_open()
812 retlength = remote_read_bytes (ptrval, buffer, length); in remote_fileio_func_write()
918 retlength = remote_read_bytes (ptrval, oldpath, length); in remote_fileio_func_rename()
932 retlength = remote_read_bytes (ptrval, newpath, length); in remote_fileio_func_rename()
1009 retlength = remote_read_bytes (ptrval, pathname, length); in remote_fileio_func_unlink()
1051 retlength = remote_read_bytes (ptrval, pathname, length); in remote_fileio_func_stat()
1262 retlength = remote_read_bytes (ptrval, cmdline, length); in remote_fileio_func_system()
HDremote.h59 extern int remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len);
HDwince.c714 remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len) in remote_read_bytes() function
1808 res = remote_read_bytes (memaddr, our, len); in child_xfer_memory()
HDremote.c3760 remote_read_bytes (CORE_ADDR memaddr, char *myaddr, int len) in remote_read_bytes() function
3847 res = remote_read_bytes (targ_addr, buffer, targ_len); in remote_xfer_memory()