Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2758 hexToInt( &request, in handle_request()
2851 hexToInt(&request, &addr); in handle_request()
2878 hexToInt(&request, &addr); in handle_request()
3132 hexToInt(request, &regnum); in handle_format()
3145 hexToInt(request, &m.offset); in handle_format()
3148 hexToInt(request, &m.size); in handle_format()
3171 hexToInt(request, &length); in handle_format()
3424 if (!hexToInt (&request, &pc)) in handle_trace_set()
3707 if (hexToInt (&cmd, &startmem) &&
3709 hexToInt (&cmd, &len))
[all …]
/openbsd/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/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()