Searched refs:hexToInt (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Di386-stub.c716 hexToInt (char **ptr, int *intValue) function
816 if (hexToInt (&ptr, &regno) && *ptr++ == '=')
831 if (hexToInt (&ptr, &addr))
833 if (hexToInt (&ptr, &length))
854 if (hexToInt (&ptr, &addr))
856 if (hexToInt (&ptr, &length))
886 if (hexToInt (&ptr, &addr))
H A Dsparc-stub.c524 hexToInt(char **ptr, int *intValue) function
697 if (hexToInt(&ptr, &addr)
699 && hexToInt(&ptr, &length))
713 if (hexToInt(&ptr, &addr)
715 && hexToInt(&ptr, &length)
730 if (hexToInt(&ptr, &addr))

Completed in 97 milliseconds