Searched refs:remote_fileio_extract_int (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | remote-fileio.c | 321 remote_fileio_extract_int (char **buf, long *retint) in remote_fileio_extract_int() function 577 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_open() 584 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_open() 637 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_close() 668 if (remote_fileio_extract_int (&buf, &target_fd)) in remote_fileio_func_read() 687 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_read() 785 if (remote_fileio_extract_int (&buf, &target_fd)) in remote_fileio_func_write() 804 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_write() 856 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_lseek() 881 if (remote_fileio_extract_int (&buf, &num)) in remote_fileio_func_lseek() [all …]
|