Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsparc-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()
H A Di386-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()
H A Dm68k-stub.c670 hex2mem (buf, mem, count) in hex2mem() function
858 hex2mem (ptr, (char *) registers, NUMREGBYTES); in handle_exception()
905 hex2mem (ptr, (char *) addr, length); in handle_exception()
H A Dm32r-stub.c189 static unsigned char *hex2mem (unsigned char *, unsigned char *, int, int);
348 hex2mem (ptr, (unsigned char *) addr, length, 1); in handle_exception()
409 hex2mem (ptr, (unsigned char *) &registers[regno], 4, 0); in handle_exception()
446 hex2mem (ptr, (unsigned char *) registers, NUMREGBYTES, 0); in handle_exception()
784 hex2mem (unsigned char *buf, unsigned char *mem, int count, int may_fault) in hex2mem() function
H A Dsh-stub.c200 static char *hex2mem (char *, char *, int);
337 hex2mem (char *buf, char *mem, int count) in hex2mem() function
709 hex2mem (ptr, (char *) registers, NUMREGBYTES); in gdb_handle_exception()
748 hex2mem (ptr, (char *) addr, length); in gdb_handle_exception()
/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c333 hex2mem (char *buf, vm_offset_t mem, int count) in hex2mem() function
557 hex2mem (&remcomInBuffer[1], (vm_offset_t)&registers, NUMREGBYTES); in gdb_handle_exception()
572 hex2mem (ptr, (vm_offset_t)&registers + regno * 8, 8); in gdb_handle_exception()
607 if (hex2mem(ptr, (vm_offset_t) addr, length) == NULL) in gdb_handle_exception()