Home
last modified time | relevance | path

Searched refs:highhex (Results 1 – 6 of 6) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsh-stub.c283 char highhex(int x) in highhex() function
326 *buf++ = highhex (ch); in mem2hex()
499 putDebugChar (highhex(checksum)); in putpacket()
665 remcomOutBuffer[1] = highhex(sigval); in gdb_handle_exception()
698 remcomOutBuffer[1] = highhex (sigval); in gdb_handle_exception()
/dports/devel/gdb/gdb-11.1/gdb/stubs/
H A Dsh-stub.c283 char highhex(int x) in highhex() function
326 *buf++ = highhex (ch); in mem2hex()
499 putDebugChar (highhex(checksum)); in putpacket()
665 remcomOutBuffer[1] = highhex(sigval); in gdb_handle_exception()
698 remcomOutBuffer[1] = highhex (sigval); in gdb_handle_exception()
/dports/devel/gdb761/gdb-7.6.1/gdb/stubs/
H A Dsh-stub.c283 char highhex(int x) in highhex() function
326 *buf++ = highhex (ch); in mem2hex()
499 putDebugChar (highhex(checksum)); in putpacket()
665 remcomOutBuffer[1] = highhex(sigval); in gdb_handle_exception()
698 remcomOutBuffer[1] = highhex (sigval); in gdb_handle_exception()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsh-stub.c283 char highhex(int x) in highhex() function
326 *buf++ = highhex (ch); in mem2hex()
499 putDebugChar (highhex(checksum)); in putpacket()
665 remcomOutBuffer[1] = highhex(sigval); in gdb_handle_exception()
698 remcomOutBuffer[1] = highhex (sigval); in gdb_handle_exception()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsh-stub.c283 char highhex(int x) in highhex() function
326 *buf++ = highhex (ch); in mem2hex()
499 putDebugChar (highhex(checksum)); in putpacket()
665 remcomOutBuffer[1] = highhex(sigval); in gdb_handle_exception()
698 remcomOutBuffer[1] = highhex (sigval); in gdb_handle_exception()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libdb/
H A Ddebug.c33 #define highhex(x) hexchars [((x)>>4)&0xf] macro
402 *ptr++ = highhex(sigval); in gdbstub_report_exception()
404 *ptr++ = highhex(SP_REGNUM); in gdbstub_report_exception()
409 *ptr++ = highhex(PC_REGNUM); in gdbstub_report_exception()