Searched refs:hexToInt (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/ |
H A D | i386-stub.c | 716 hexToInt (char **ptr, int *intValue) in hexToInt() function 816 if (hexToInt (&ptr, ®no) && *ptr++ == '=') in handle_exception() 831 if (hexToInt (&ptr, &addr)) in handle_exception() 833 if (hexToInt (&ptr, &length)) in handle_exception() 854 if (hexToInt (&ptr, &addr)) in handle_exception() 856 if (hexToInt (&ptr, &length)) in handle_exception() 886 if (hexToInt (&ptr, &addr)) in handle_exception()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/stubs/ |
H A D | sparc-stub.c | 524 hexToInt(char **ptr, int *intValue) in hexToInt() function 697 if (hexToInt(&ptr, &addr) in handle_exception() 699 && hexToInt(&ptr, &length)) in handle_exception() 713 if (hexToInt(&ptr, &addr) in handle_exception() 715 && hexToInt(&ptr, &length) in handle_exception() 730 if (hexToInt(&ptr, &addr)) in handle_exception()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1992 | 2563 before returning to the user. (hexToInt): Fix overzealous cleanup.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1992 | 2563 before returning to the user. (hexToInt): Fix overzealous cleanup.
|