Searched defs:memtohex (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dgdbstub.c403 static void memtohex(char *buf, const uint8_t *mem, int len) function
1682 memtohex(buf, mem_buf, len);
1705 memtohex(buf, mem_buf, len);
1731 memtohex(buf, mem_buf, reg_size);
1854 memtohex(buf, mem_buf, len);
2355 memtohex(buf + 1, (uint8_t *)msg, len);

Completed in 46 milliseconds