OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdbstub_to_hex_buf
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/core/
gdbstub.c
104
static void
gdbstub_to_hex_buf
( char *dst, char *src, int lenbytes ) {
function
199
gdbstub_to_hex_buf
( stub->payload, ( char * ) stub->regs, GDBMACH_SIZEOF_REGS );
220
gdbstub_to_hex_buf
( stub->payload, ( char * ) args [ 0 ], args [ 1 ] );
/external/syslinux/com32/gdbstub/
gdbstub.c
276
static void
gdbstub_to_hex_buf
(char *dst, char *src, int lenbytes)
function
381
gdbstub_to_hex_buf
(stub->payload, (char *)stub->regs, GDBMACH_SIZEOF_REGS);
406
gdbstub_to_hex_buf
(stub->payload, (char *)args[0], args[1]);
Completed in 34 milliseconds