Searched refs:xfer_memory (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | exec.c | 450 xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write, in xfer_memory() function 704 exec_ops.to_xfer_memory = xfer_memory; in init_exec_ops()
|
| D | corelow.c | 627 core_ops.to_xfer_memory = xfer_memory; in init_core_ops()
|
| D | target.h | 557 extern int xfer_memory (CORE_ADDR, char *, int, int,
|
| D | target.c | 899 return xfer_memory (memaddr, myaddr, len, 0, attrib, ¤t_target); in do_xfer_memory()
|