Lines Matching refs:hex2mem
217 static char *hex2mem(const char *buf, void *_mem, int count);
724 static char *hex2mem(const char *buf, void *_mem, int count) in hex2mem() function
1688 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1691 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4); in gdbstub()
1693 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1695 ptr = hex2mem(ptr, &__debug_frame->gr29, 4); in gdbstub()
1696 ptr = hex2mem(ptr, &__debug_frame->gr30, 4); in gdbstub()
1698 ptr = hex2mem(ptr, &__debug_frame->gr31, 4); in gdbstub()
1700 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1704 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4); in gdbstub()
1711 ptr = hex2mem(ptr, &__debug_frame->pc, 4); in gdbstub()
1712 ptr = hex2mem(ptr, &__debug_frame->psr, 4); in gdbstub()
1713 ptr = hex2mem(ptr, &__debug_frame->ccr, 4); in gdbstub()
1714 ptr = hex2mem(ptr, &__debug_frame->cccr,4); in gdbstub()
1717 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1719 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1721 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1723 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1725 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1728 ptr = hex2mem(ptr, &__debug_frame->lr, 4); in gdbstub()
1729 ptr = hex2mem(ptr, &__debug_frame->lcr, 4); in gdbstub()
1731 ptr = hex2mem(ptr, &__debug_frame->iacc0, 8); in gdbstub()
1733 ptr = hex2mem(ptr, &__debug_user_context->f.fsr[0], 4); in gdbstub()
1736 ptr = hex2mem(ptr, &__debug_user_context->f.acc[loop], 4); in gdbstub()
1738 ptr = hex2mem(ptr, &__debug_user_context->f.accg, 8); in gdbstub()
1741 ptr = hex2mem(ptr, &__debug_user_context->f.msr[loop], 4); in gdbstub()
1743 ptr = hex2mem(ptr, &__debug_frame->gner0, 4); in gdbstub()
1744 ptr = hex2mem(ptr, &__debug_frame->gner1, 4); in gdbstub()
1746 ptr = hex2mem(ptr, &__debug_user_context->f.fner[0], 4); in gdbstub()
1747 ptr = hex2mem(ptr, &__debug_user_context->f.fner[1], 4); in gdbstub()
1778 if (hex2mem(ptr, (char *)addr, length)) { in gdbstub()