Home
last modified time | relevance | path

Searched refs:pmon_makeb64 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c119 static int pmon_makeb64 (unsigned long v, char *p, int n, int *chksum);
2803 pmon_makeb64 (unsigned long v, char *p, int n, int *chksum) in pmon_makeb64() function
2852 count = pmon_makeb64 (*amount, (*buff + 2), 12, chksum); in pmon_zeroset()
2865 count = pmon_makeb64 (*value, (*buff + 2), 12, NULL); in pmon_checkset()
2908 count = pmon_makeb64 (inbuf[*inptr], &p[2], 12, csum); in pmon_make_fastrec()
2933 count = pmon_makeb64 (value, p, 24, csum); in pmon_make_fastrec()
3147 reclen = pmon_makeb64 (s->vma, &buffer[2], 36, &csum); in pmon_load_fast()
H A DChangeLog-19964876 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
H A DChangeLog-19983005 (pmon_makeb64): Ditto.