Searched refs:hexify (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 650 int hexify (char *hex, const char *bin, int count) in hexify() function 676 hexify (buf, rev, count); in heximage() 678 hexify (buf, bin, count); in heximage() 922 hexify(buf+1, s, len); in monitor_output()
|
D | server.h | 307 int hexify (char *hex, const char *bin, int count);
|
D | server.c | 775 hexify (arg_own_buf, status, strlen(status)); in handle_query()
|