Home
last modified time | relevance | path

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

/sof-2.7.6/src/debug/gdb/
Dgdb.c24 static unsigned char *mem_to_hex(void *mem_,
26 static unsigned char *hex_to_mem(const unsigned char *buf, void *mem_,
440 static unsigned char *mem_to_hex(void *mem_, unsigned char *buf, in mem_to_hex() argument
443 unsigned char *mem = mem_; in mem_to_hex()
462 static unsigned char *hex_to_mem(const unsigned char *buf, void *mem_, in hex_to_mem() argument
465 unsigned char *mem = mem_; in hex_to_mem()