Home
last modified time | relevance | path

Searched refs:GDBMACH_SIZEOF_REGS (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/gdbstub/
Dgdbstub.c59 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof(gdbreg_t) enumerator
381 gdbstub_to_hex_buf(stub->payload, (char *)stub->regs, GDBMACH_SIZEOF_REGS); in gdbstub_read_regs()
382 stub->len = GDBMACH_SIZEOF_REGS * 2; in gdbstub_read_regs()
388 if (stub->len != 1 + GDBMACH_SIZEOF_REGS * 2) { in gdbstub_write_regs()
393 GDBMACH_SIZEOF_REGS); in gdbstub_write_regs()
/external/syslinux/gpxe/src/core/
Dgdbstub.c199 gdbstub_to_hex_buf ( stub->payload, ( char * ) stub->regs, GDBMACH_SIZEOF_REGS ); in gdbstub_read_regs()
200 stub->len = GDBMACH_SIZEOF_REGS * 2; in gdbstub_read_regs()
205 if ( stub->len != 1 + GDBMACH_SIZEOF_REGS * 2 ) { in gdbstub_write_regs()
209 gdbstub_from_hex_buf ( ( char * ) stub->regs, &stub->payload [ 1 ], GDBMACH_SIZEOF_REGS ); in gdbstub_write_regs()
/external/syslinux/gpxe/src/arch/x86_64/include/
Dgdbmach.h24 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof ( gdbreg_t ) enumerator
/external/syslinux/gpxe/src/arch/i386/include/
Dgdbmach.h37 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof ( gdbreg_t ) enumerator