Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/stubs/
HDi386-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()
HDsparc-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()
HDm32r-stub.c190 static int hexToInt (unsigned char **, int *);
327 if (hexToInt (&ptr, &addr)) in handle_exception()
339 if (hexToInt (&ptr, &addr)) in handle_exception()
341 if (hexToInt (&ptr, &length)) in handle_exception()
368 if (hexToInt (&ptr, &addr)) in handle_exception()
370 if (hexToInt (&ptr, &length)) in handle_exception()
404 if (hexToInt (&ptr, &regno) && *ptr++ == '=') in handle_exception()
453 if (hexToInt (&ptr, &addr)) in handle_exception()
523 if (hexToInt (&ptr, (int *) &start) && in handle_exception()
524 *ptr++ == ',' && hexToInt (&ptr, (int *) &len)) in handle_exception()
[all …]
HDm68k-stub.c788 hexToInt (char **ptr, int *intValue) in hexToInt() function
869 if (hexToInt (&ptr, &addr)) in handle_exception()
871 if (hexToInt (&ptr, &length)) in handle_exception()
900 if (hexToInt (&ptr, &addr)) in handle_exception()
902 if (hexToInt (&ptr, &length)) in handle_exception()
931 if (hexToInt (&ptr, &addr)) in handle_exception()
HDsh-stub.c201 static int hexToInt (char **, int *);
355 hexToInt (char **ptr, int *intValue) in hexToInt() function
719 if (hexToInt (&ptr, &addr)) in gdb_handle_exception()
721 if (hexToInt (&ptr, &length)) in gdb_handle_exception()
743 if (hexToInt (&ptr, &addr)) in gdb_handle_exception()
745 if (hexToInt (&ptr, &length)) in gdb_handle_exception()
769 if (hexToInt (&ptr, &addr)) in gdb_handle_exception()
/dragonfly/sys/cpu/x86_64/misc/
HDx86_64-gdbstub.c384 hexToInt(char **ptr, int *intValue) in hexToInt() function
567 if (hexToInt (&ptr, &regno) in gdb_handle_exception()
586 && hexToInt (&ptr, &length)) in gdb_handle_exception()
604 && hexToInt(&ptr, &length) in gdb_handle_exception()