Searched refs:hexToInt (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/stubs/ |
| HD | 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()
|
| HD | 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()
|
| HD | m32r-stub.c | 190 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, ®no) && *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 …]
|
| HD | m68k-stub.c | 788 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()
|
| HD | sh-stub.c | 201 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/ |
| HD | x86_64-gdbstub.c | 384 hexToInt(char **ptr, int *intValue) in hexToInt() function 567 if (hexToInt (&ptr, ®no) in gdb_handle_exception() 586 && hexToInt (&ptr, &length)) in gdb_handle_exception() 604 && hexToInt(&ptr, &length) in gdb_handle_exception()
|