Searched refs:gx_convert_int_to_ascii (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_main.c | 95 gx_convert_int_to_ascii((char *)&gregs, rbuf, sz); in gx_read_guest_regs() 125 gx_convert_int_to_ascii(buf1, remote_buf, strlen(buf1)); in _do_qRcmd_req() 213 gx_convert_int_to_ascii(xbuf, remote_buf, len); in process_m_request() 314 rbuf = gx_convert_int_to_ascii(regsp->ebp, rbuf, 4); 319 rbuf = gx_convert_int_to_ascii(regsp->esp, rbuf, 4); 324 rbuf = gx_convert_int_to_ascii(regsp->eip, rbuf, 4); 335 rbuf = gx_convert_int_to_ascii(regsp->ebp, rbuf, 4); 340 rbuf = gx_convert_int_to_ascii(regsp->esp, rbuf, 4); 345 rbuf = gx_convert_int_to_ascii(regsp->eip, rbuf, 4);
|
A D | gx.h | 27 void gx_convert_int_to_ascii (char *from, char *to, int n);
|
A D | gx_utils.c | 60 gx_convert_int_to_ascii(char *from, char *to, int n) in gx_convert_int_to_ascii() function
|
Completed in 6 milliseconds