HomeSort by: relevance | last modified time | path
    Searched defs:hex2mem (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/kern/
kgdb_stub.c 198 hex2mem(void *vdst, u_char *src, int maxlen) function
448 p = hex2mem(gdb_regs, buffer + 1, sizeof(gdb_regs));
499 p = hex2mem(buffer, p, sizeof(buffer));
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 569 /* Indicate to caller of mem2hex or hex2mem that there has been an
628 hex2mem (buf, mem, count, may_fault) function
809 hex2mem (ptr, (char *) registers, NUMREGBYTES, 0);
819 hex2mem (ptr, (char *) &registers[regno], 4, 0);
860 hex2mem (ptr, (char *) addr, length, 1);
m68k-stub.c 671 hex2mem (buf, mem, count)
859 hex2mem (ptr, (char *) registers, NUMREGBYTES);
906 hex2mem (ptr, (char *) addr, length);
670 hex2mem (buf, mem, count) function
sparc-stub.c 383 /* Indicate to caller of mem2hex or hex2mem that there has been an
421 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) function
672 hex2mem(ptr, (char *)registers, 16 * 4, 0); /* G & O regs */
673 hex2mem(ptr + 16 * 4 * 2, sp + 0, 16 * 4, 0); /* L & I regs */
674 hex2mem(ptr + 64 * 4 * 2, (char *)&registers[Y],
718 if (hex2mem(ptr, (char *)addr, length, 1))
z80-stub.c 605 static char *hex2mem (byte *mem, const char *buf, unsigned bytes);
764 hex2mem (state, &buffer[1], NUMREGBYTES);
825 p = hex2mem (tmp, p, tlen);
833 hex2mem (addr, p, len);
1118 hex2mem (byte *mem, const char *buf, unsigned bytes) function
m32r-stub.c 163 /* Indicate to caller of mem2hex or hex2mem that there has been an error. */
189 static unsigned char *hex2mem (unsigned char *, unsigned char *, int, int);
348 hex2mem (ptr, (unsigned char *) addr, length, 1);
409 hex2mem (ptr, (unsigned char *) &registers[regno], 4, 0);
446 hex2mem (ptr, (unsigned char *) registers, NUMREGBYTES, 0);
784 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) function
sh-stub.c 200 static char *hex2mem (char *, char *, int);
337 hex2mem (char *buf, char *mem, int count) function
709 hex2mem (ptr, (char *) registers, NUMREGBYTES);
748 hex2mem (ptr, (char *) addr, length);
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 569 /* Indicate to caller of mem2hex or hex2mem that there has been an
628 hex2mem (buf, mem, count, may_fault) function
809 hex2mem (ptr, (char *) registers, NUMREGBYTES, 0);
819 hex2mem (ptr, (char *) &registers[regno], 4, 0);
860 hex2mem (ptr, (char *) addr, length, 1);
m68k-stub.c 671 hex2mem (buf, mem, count)
859 hex2mem (ptr, (char *) registers, NUMREGBYTES);
906 hex2mem (ptr, (char *) addr, length);
670 hex2mem (buf, mem, count) function
sparc-stub.c 383 /* Indicate to caller of mem2hex or hex2mem that there has been an
421 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) function
672 hex2mem(ptr, (char *)registers, 16 * 4, 0); /* G & O regs */
673 hex2mem(ptr + 16 * 4 * 2, sp + 0, 16 * 4, 0); /* L & I regs */
674 hex2mem(ptr + 64 * 4 * 2, (char *)&registers[Y],
718 if (hex2mem(ptr, (char *)addr, length, 1))
z80-stub.c 605 static char *hex2mem (byte *mem, const char *buf, unsigned bytes);
764 hex2mem (state, &buffer[1], NUMREGBYTES);
825 p = hex2mem (tmp, p, tlen);
833 hex2mem (addr, p, len);
1118 hex2mem (byte *mem, const char *buf, unsigned bytes) function
m32r-stub.c 163 /* Indicate to caller of mem2hex or hex2mem that there has been an error. */
189 static unsigned char *hex2mem (unsigned char *, unsigned char *, int, int);
348 hex2mem (ptr, (unsigned char *) addr, length, 1);
409 hex2mem (ptr, (unsigned char *) &registers[regno], 4, 0);
446 hex2mem (ptr, (unsigned char *) registers, NUMREGBYTES, 0);
784 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) function
sh-stub.c 200 static char *hex2mem (char *, char *, int);
337 hex2mem (char *buf, char *mem, int count) function
709 hex2mem (ptr, (char *) registers, NUMREGBYTES);
748 hex2mem (ptr, (char *) addr, length);

Completed in 33 milliseconds