Home
last modified time | relevance | path

Searched refs:hexify (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c650 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()
Dserver.h307 int hexify (char *hex, const char *bin, int count);
Dserver.c775 hexify (arg_own_buf, status, strlen(status)); in handle_query()