Lines Matching refs:hex_byte_pack
674 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
682 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
683 buf = hex_byte_pack(buf, ch[1]); in mem2hex()
691 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
692 buf = hex_byte_pack(buf, ch[1]); in mem2hex()
693 buf = hex_byte_pack(buf, ch[2]); in mem2hex()
694 buf = hex_byte_pack(buf, ch[3]); in mem2hex()
702 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
703 buf = hex_byte_pack(buf, ch[1]); in mem2hex()
711 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
1500 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1502 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1504 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1506 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1508 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1510 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1512 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1514 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1528 ptr = hex_byte_pack(ptr, sigval); in gdbstub()
1531 ptr = hex_byte_pack(ptr, GDB_REG_PC); in gdbstub()
1539 ptr = hex_byte_pack(ptr, GDB_REG_FP); in gdbstub()
1547 ptr = hex_byte_pack(ptr, GDB_REG_SP); in gdbstub()