Searched refs:pmon_makeb64 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | remote-mips.c | 121 static int pmon_makeb64 (unsigned long v, char *p, int n, int *chksum); 2805 pmon_makeb64 (unsigned long v, char *p, int n, int *chksum) in pmon_makeb64() function 2854 count = pmon_makeb64 (*amount, (*buff + 2), 12, chksum); in pmon_zeroset() 2867 count = pmon_makeb64 (*value, (*buff + 2), 12, NULL); in pmon_checkset() 2910 count = pmon_makeb64 (inbuf[*inptr], &p[2], 12, csum); in pmon_make_fastrec() 2935 count = pmon_makeb64 (value, p, 24, csum); in pmon_make_fastrec() 3149 reclen = pmon_makeb64 (s->vma, &buffer[2], 36, &csum); in pmon_load_fast()
|