Searched refs:hex2mem (Results 1 - 25 of 26) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dgdb-stub.c184 static const char *hex2mem(const char *buf, void *_mem, int count,
854 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) function
1432 ptr = hex2mem(ptr, &regs->d0, 4, 0);
1433 ptr = hex2mem(ptr, &regs->d1, 4, 0);
1434 ptr = hex2mem(ptr, &regs->d2, 4, 0);
1435 ptr = hex2mem(ptr, &regs->d3, 4, 0);
1436 ptr = hex2mem(ptr, &regs->a0, 4, 0);
1437 ptr = hex2mem(ptr, &regs->a1, 4, 0);
1438 ptr = hex2mem(ptr, &regs->a2, 4, 0);
1439 ptr = hex2mem(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c184 static const char *hex2mem(const char *buf, void *_mem, int count,
854 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) function
1432 ptr = hex2mem(ptr, &regs->d0, 4, 0);
1433 ptr = hex2mem(ptr, &regs->d1, 4, 0);
1434 ptr = hex2mem(ptr, &regs->d2, 4, 0);
1435 ptr = hex2mem(ptr, &regs->d3, 4, 0);
1436 ptr = hex2mem(ptr, &regs->a0, 4, 0);
1437 ptr = hex2mem(ptr, &regs->a1, 4, 0);
1438 ptr = hex2mem(ptr, &regs->a2, 4, 0);
1439 ptr = hex2mem(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c218 static char *hex2mem(const char *buf, void *_mem, int count);
719 static char *hex2mem(const char *buf, void *_mem, int count) function
782 } /* end hex2mem() */
1664 ptr = hex2mem(ptr, &temp, 4);
1667 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4);
1669 ptr = hex2mem(ptr, &temp, 4);
1671 ptr = hex2mem(ptr, &__debug_frame->gr29, 4);
1672 ptr = hex2mem(ptr, &__debug_frame->gr30, 4);
1674 ptr = hex2mem(ptr, &__debug_frame->gr31, 4);
1676 ptr = hex2mem(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c218 static char *hex2mem(const char *buf, void *_mem, int count);
719 static char *hex2mem(const char *buf, void *_mem, int count) function
782 } /* end hex2mem() */
1664 ptr = hex2mem(ptr, &temp, 4);
1667 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4);
1669 ptr = hex2mem(ptr, &temp, 4);
1671 ptr = hex2mem(ptr, &__debug_frame->gr29, 4);
1672 ptr = hex2mem(ptr, &__debug_frame->gr30, 4);
1674 ptr = hex2mem(ptr, &__debug_frame->gr31, 4);
1676 ptr = hex2mem(pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dsparc-stub.c383 /* 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))
H A Di386-stub.c569 /* 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);
H A Dm68k-stub.c671 hex2mem (buf, mem, count)
859 hex2mem (ptr, (char *) registers, NUMREGBYTES);
906 hex2mem (ptr, (char *) addr, length);
670 hex2mem (buf, mem, count) function
H A Dsh-stub.c200 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);
H A Dm32r-stub.c163 /* 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dsparc-stub.c383 /* 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))
H A Di386-stub.c569 /* 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);
H A Dm68k-stub.c671 hex2mem (buf, mem, count)
859 hex2mem (ptr, (char *) registers, NUMREGBYTES);
906 hex2mem (ptr, (char *) addr, length);
670 hex2mem (buf, mem, count) function
H A Dsh-stub.c200 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);
H A Dm32r-stub.c163 /* 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dsparc-stub.c383 /* 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))
H A Di386-stub.c569 /* 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);
H A Dm68k-stub.c671 hex2mem (buf, mem, count)
859 hex2mem (ptr, (char *) registers, NUMREGBYTES);
906 hex2mem (ptr, (char *) addr, length);
670 hex2mem (buf, mem, count) function
H A Dsh-stub.c200 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);
H A Dm32r-stub.c163 /* 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c201 static unsigned char *hex2mem (unsigned char *mem, char *buf, int count);
471 hex2mem ((unsigned char *)current_reg + regno * sizeof(unsigned int),
481 hex2mem ((unsigned char *)&(current_reg->ccr) + (regno-CCR) * sizeof(unsigned short),
486 hex2mem ((unsigned char *)&(current_reg->ibr) + (regno-IBR) * sizeof(unsigned int),
506 hex2mem ((unsigned char *)&val, valptr, sizeof(unsigned int));
617 hex2mem (unsigned char *mem, char *buf, int count) function
874 hex2mem ((unsigned char *)&reg_g, &remcomInBuffer[1], sizeof(registers));
882 hex2mem((char *)&reg, &remcomInBuffer[1], sizeof(registers));
963 hex2mem(addr, dataptr + 1, length);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dkgdb.c201 static unsigned char *hex2mem (unsigned char *mem, char *buf, int count);
471 hex2mem ((unsigned char *)current_reg + regno * sizeof(unsigned int),
481 hex2mem ((unsigned char *)&(current_reg->ccr) + (regno-CCR) * sizeof(unsigned short),
486 hex2mem ((unsigned char *)&(current_reg->ibr) + (regno-IBR) * sizeof(unsigned int),
506 hex2mem ((unsigned char *)&val, valptr, sizeof(unsigned int));
617 hex2mem (unsigned char *mem, char *buf, int count) function
874 hex2mem ((unsigned char *)&reg_g, &remcomInBuffer[1], sizeof(registers));
882 hex2mem((char *)&reg, &remcomInBuffer[1], sizeof(registers));
963 hex2mem(addr, dataptr + 1, length);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c320 static unsigned char *hex2mem(unsigned char *mem, char *buf, int count);
468 hex2mem((unsigned char *)&reg.r0 + (regno - R0) * sizeof(unsigned int),
478 hex2mem((unsigned char *)&reg.pid, val, sizeof(unsigned int));
482 hex2mem((unsigned char *)&reg.srs, val, sizeof(unsigned char));
486 hex2mem((unsigned char *)&reg.exs + (regno - EXS) * sizeof(unsigned int),
495 hex2mem((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int), val, sizeof(unsigned int));
614 hex2mem(unsigned char *mem, char *buf, int count) function
1226 hex2mem((char *)&reg, &input_buffer[1], sizeof(registers));
1228 hex2mem((char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)),
1309 hex2mem(add
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb.c320 static unsigned char *hex2mem(unsigned char *mem, char *buf, int count);
468 hex2mem((unsigned char *)&reg.r0 + (regno - R0) * sizeof(unsigned int),
478 hex2mem((unsigned char *)&reg.pid, val, sizeof(unsigned int));
482 hex2mem((unsigned char *)&reg.srs, val, sizeof(unsigned char));
486 hex2mem((unsigned char *)&reg.exs + (regno - EXS) * sizeof(unsigned int),
495 hex2mem((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int), val, sizeof(unsigned int));
614 hex2mem(unsigned char *mem, char *buf, int count) function
1226 hex2mem((char *)&reg, &input_buffer[1], sizeof(registers));
1228 hex2mem((char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)),
1309 hex2mem(add
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2602 hex2mem( char *buf, unsigned char *mem, long count, long may_fault ) function
2738 hex2mem( request,
2822 if ( hex2mem( request, (unsigned char*) addr, len, 1 ) )
2908 hex2mem( request, (unsigned char *) &gdb_signo, 2, 0 );
2941 hex2mem( request, (unsigned char *) &gdb_signo, 2, 0 );
3187 hex2mem(*request, &t_expr->expr[0], length, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2602 hex2mem( char *buf, unsigned char *mem, long count, long may_fault ) function
2738 hex2mem( request,
2822 if ( hex2mem( request, (unsigned char*) addr, len, 1 ) )
2908 hex2mem( request, (unsigned char *) &gdb_signo, 2, 0 );
2941 hex2mem( request, (unsigned char *) &gdb_signo, 2, 0 );
3187 hex2mem(*request, &t_expr->expr[0], length, 0);

Completed in 385 milliseconds

12