Searched refs:mem2hex (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/common/ |
H A D | kgdb.c | 133 mem2hex(char *mem, char *buf, int count) in mem2hex() function 366 ptr = (char *)mem2hex((char *)&rp->val, ptr, 4); in handle_exception() 412 mem2hex(remcomRegBuffer, remcomOutBuffer, length); in handle_exception() 429 mem2hex((char *)addr, remcomOutBuffer, length); in handle_exception() 559 mem2hex ((char *)s, &buffer[1], count); in kgdb_output_string()
|