Home
last modified time | relevance | path

Searched refs:sds_write_bytes (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-sds.c50 static int sds_write_bytes (CORE_ADDR, char *, int);
540 sds_write_bytes (CORE_ADDR memaddr, char *myaddr, int len) in sds_write_bytes() function
647 res = sds_write_bytes (memaddr, myaddr, len); in sds_xfer_memory()
H A DChangeLog-20001043 (sds_xfer_memory): Changed to call sds_write_bytes() and