Searched refs:mem2hex (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/common/ |
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()
|
/external/u-boot/lib/efi_loader/ |
D | efi_variable.c | 91 static char *mem2hex(char *hexstr, const u8 *mem, int count) in mem2hex() function 315 s = mem2hex(s, data, data_size); in efi_set_variable()
|