Home
last modified time | relevance | path

Searched refs:convert_ascii_to_int (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dserver.c478 convert_ascii_to_int (own_buf + 1, &sig, 1); in main()
489 convert_ascii_to_int (own_buf + 1, &sig, 1); in main()
H A Dserver.h139 void convert_ascii_to_int (char *from, char *to, int n);
H A Dregcache.c164 convert_ascii_to_int (buf, registers, len / 2); in registers_from_string()
H A Dremote-utils.c564 convert_ascii_to_int (char *from, char *to, int n) in convert_ascii_to_int() function
721 convert_ascii_to_int (&from[i++], to, *len_ptr); in decode_M_packet()