Searched refs:decode_address (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_gdbserver/ |
D | server.c | 660 decode_address (&sysno, from, to - from); in handle_set() 685 decode_address (&sig, from, to - from); in handle_set() 741 decode_address (&offset, from, to - from); in handle_query() 744 decode_address (&lm, from, to - from); in handle_query()
|
D | server.h | 306 void decode_address (CORE_ADDR *addrp, const char *start, int len);
|
D | remote-utils.c | 624 void decode_address (CORE_ADDR *addrp, const char *start, int len) in decode_address() function
|