Lines Matching refs:hex_byte_pack
800 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
808 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
809 buf = hex_byte_pack(buf, ch[1]); in mem2hex()
817 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
818 buf = hex_byte_pack(buf, ch[1]); in mem2hex()
819 buf = hex_byte_pack(buf, ch[2]); in mem2hex()
820 buf = hex_byte_pack(buf, ch[3]); in mem2hex()
828 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
829 buf = hex_byte_pack(buf, ch[1]); in mem2hex()
837 buf = hex_byte_pack(buf, ch[0]); in mem2hex()
1275 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1277 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1279 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1281 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1293 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1295 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1297 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1299 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1301 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1303 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1305 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1307 ptr = hex_byte_pack(ptr, hx); in gdbstub()
1323 ptr = hex_byte_pack(ptr, sigval); in gdbstub()
1328 ptr = hex_byte_pack(ptr, GDB_REGID_PC); in gdbstub()
1336 ptr = hex_byte_pack(ptr, GDB_REGID_FP); in gdbstub()
1345 ptr = hex_byte_pack(ptr, GDB_REGID_SP); in gdbstub()