Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/
H A Di386-stub.c716 hexToInt (char **ptr, int *intValue) in hexToInt() function
816 if (hexToInt (&ptr, &regno) && *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 Dsparc-stub.c524 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 DChangeLog-19922563 before returning to the user. (hexToInt): Fix overzealous cleanup.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19922563 before returning to the user. (hexToInt): Fix overzealous cleanup.