Searched refs:hex2bin (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote.c | 179 static int hex2bin (const char *hex, char *bin, int count); 1837 result = hex2bin (bufp, display_buf, n); in remote_threads_extra_info() 2097 end = hex2bin (tmp, msg, strlen (tmp) / 2); in remote_check_symbols() 2340 hex2bin (const char *hex, char *bin, int count) in hex2bin() function 2902 fieldsize = hex2bin (p, regs, register_size (current_gdbarch, reg->regnum)); in remote_wait() 3090 fieldsize = hex2bin (p, regs, register_size (current_gdbarch, reg->regnum)); in remote_async_wait() 3776 if ((i = hex2bin (p, myaddr, todo)) < todo) in remote_read_bytes() 4934 i = hex2bin (buf2, readbuf, len); in remote_xfer_partial()
|
| H A D | ChangeLog-2001 | 5400 Add fieldsize (return value of hex2bin) to string pointer p. 5444 Add fieldsize (return value of hex2bin) to string pointer p. 5527 * remote.c (hex2bin): Make first argument const. 5680 * remote.c (bin2hex, hex2bin): New functions. Factor out these 5684 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
|