Searched refs:fromhex (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c184 fromhex (int a) function
208 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
226 addr = addr | (fromhex (ch) & 0x0f);
471 c1 = fromhex (readchar ());
472 c2 = fromhex (readchar ());
540 nib1 = fromhex (*from++);
541 nib2 = fromhex (*from++);
660 *mem_addr_ptr |= fromhex (ch) & 0x0f;
668 *len_ptr |= fromhex (c
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c183 static int fromhex (int a);
1983 text_addr = (text_addr << 4) + fromhex (*ptr++);
1992 data_addr = (data_addr << 4) + fromhex (*ptr++);
2001 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
2369 fromhex (int a)
2394 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
2875 char c = fromhex (p[0]) * 16 + fromhex (p[1]);
3015 (((fromhex (bu
2363 fromhex (int a) function
[all...]
H A Dremote-sds.c95 static int fromhex (int);
270 fromhex (int a)
1111 buf[len++] = fromhex (p[0]) * 16 + fromhex (p[1]);
269 fromhex (int a) function
H A Dmonitor.c255 fromhex (int a) function
914 val += fromhex (*p++);
1924 val = fromhex (c) * 16 + fromhex (*(p + 1));

Completed in 176 milliseconds