Home
last modified time | relevance | path

Searched refs:gdbstub_to_hex_buf (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/core/
Dgdbstub.c104 static void gdbstub_to_hex_buf ( char *dst, char *src, int lenbytes ) { in gdbstub_to_hex_buf() function
199 gdbstub_to_hex_buf ( stub->payload, ( char * ) stub->regs, GDBMACH_SIZEOF_REGS ); in gdbstub_read_regs()
220 gdbstub_to_hex_buf ( stub->payload, ( char * ) args [ 0 ], args [ 1 ] ); in gdbstub_read_mem()
/external/syslinux/com32/gdbstub/
Dgdbstub.c276 static void gdbstub_to_hex_buf(char *dst, char *src, int lenbytes) in gdbstub_to_hex_buf() function
381 gdbstub_to_hex_buf(stub->payload, (char *)stub->regs, GDBMACH_SIZEOF_REGS); in gdbstub_read_regs()
406 gdbstub_to_hex_buf(stub->payload, (char *)args[0], args[1]); in gdbstub_read_mem()