Home
last modified time | relevance | path

Searched refs:hex2mem (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDsparc-stub.c421 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) in hex2mem() function
672 hex2mem(ptr, (char *)registers, 16 * 4, 0); /* G & O regs */ in handle_exception()
673 hex2mem(ptr + 16 * 4 * 2, sp + 0, 16 * 4, 0); /* L & I regs */ in handle_exception()
674 hex2mem(ptr + 64 * 4 * 2, (char *)&registers[Y], in handle_exception()
718 if (hex2mem(ptr, (char *)addr, length, 1)) in handle_exception()
HDi386-stub.c628 hex2mem (buf, mem, count, may_fault) in hex2mem() function
809 hex2mem (ptr, (char *) registers, NUMREGBYTES, 0); in handle_exception()
819 hex2mem (ptr, (char *) &registers[regno], 4, 0); in handle_exception()
860 hex2mem (ptr, (char *) addr, length, 1); in handle_exception()