Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2628 hexToInt( char **ptr, unsigned long *intValue ) in hexToInt() function
2754 if ( hexToInt( &request, &regno ) && *(request++) == '=' ) in handle_request()
2758 hexToInt( &request, in handle_request()
2775 if ( hexToInt( &request, &addr ) && in handle_request()
2777 hexToInt( &request, &len ) ) in handle_request()
2803 if ( hexToInt( &request, &addr ) && in handle_request()
2805 hexToInt( &request, &len ) && in handle_request()
2814 if ( !hexToInt( &request, &val ) || in handle_request()
2851 hexToInt(&request, &addr); in handle_request()
2878 hexToInt(&request, &addr); in handle_request()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
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()
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()
H A Dm32r-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 …]
H A Dm68k-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()
H A Dsh-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()
H A DChangeLog-19922605 before returning to the user. (hexToInt): Fix overzealous cleanup.
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.c475 hexToInt (char **ptr, int *intValue) in hexToInt() function
652 if (hexToInt(&ptr,&addr)) in handle_exception()
654 if (hexToInt(&ptr,&length)) in handle_exception()
677 if (hexToInt(&ptr,&addr)) in handle_exception()
679 if (hexToInt(&ptr,&length)) in handle_exception()
710 if (hexToInt(&ptr,&addr)) in handle_exception()