Searched refs:mem2hex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c182 static unsigned char *mem2hex(const void *mem, char *buf, int count,
755 mem2hex(p, outbuf + qty, 2, 0);
758 mem2hex(gdbstub_cr, outbuf + qty, 2, 0);
795 unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) function
1250 ptr = mem2hex(trans_buffer, ptr, length, 0);
1273 ptr = mem2hex(title, ptr, sizeof(title) - 1, 0);
1284 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
1291 ptr = mem2hex(tbcberr, ptr, sizeof(tbcberr) - 1, 0);
1310 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
1331 ptr = mem2hex(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c217 static unsigned char *mem2hex(const void *mem, char *buf, int count, int may_fault);
626 mem2hex(p, outbuf + qty, 2, 0);
661 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) function
712 } /* end mem2hex() */
1473 ptr = mem2hex(title, ptr, sizeof(title) - 1,0);
1492 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
1509 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0);
1517 ptr = mem2hex(&__debug_frame->fp, ptr, 4, 0);
1525 ptr = mem2hex(&__debug_frame->sp, ptr, 4, 0);
1585 ptr = mem2hex(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dkgdb.c196 static char *mem2hex (char *buf, unsigned char *mem, int count);
590 mem2hex(char *buf, unsigned char *mem, int count) function
751 mem2hex(&remcomOutBuffer[1], (unsigned char *)str, length);
794 ptr = mem2hex(ptr, (unsigned char *)&reg_cont,
861 mem2hex ((unsigned char *)remcomOutBuffer, (unsigned char *)&reg_g, sizeof(registers));
863 mem2hex(remcomOutBuffer, (char *)&reg, sizeof(registers));
939 mem2hex(remcomOutBuffer, addr, length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb.c315 static char *mem2hex(char *buf, unsigned char *mem, int count);
569 mem2hex(char *buf, unsigned char *mem, int count) function
592 /* Same as mem2hex, but puts it in network byte order. */
761 mem2hex(&output_buffer[1], (unsigned char *)str, len);
896 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[PC]);
902 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[R8]);
908 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[SP]);
915 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[ERP]);
1212 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers));
1214 /* -1 because of the null termination that mem2hex add
[all...]

Completed in 150 milliseconds