OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GDBMACH_SIZEOF_REGS
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/arch/x86_64/include/
gdbmach.h
24
GDBMACH_SIZEOF_REGS
= GDBMACH_NREGS * sizeof ( gdbreg_t )
/external/syslinux/gpxe/src/arch/i386/include/
gdbmach.h
37
GDBMACH_SIZEOF_REGS
= GDBMACH_NREGS * sizeof ( gdbreg_t )
/external/syslinux/com32/gdbstub/
gdbstub.c
59
GDBMACH_SIZEOF_REGS
= GDBMACH_NREGS * sizeof(gdbreg_t)
381
gdbstub_to_hex_buf(stub->payload, (char *)stub->regs,
GDBMACH_SIZEOF_REGS
);
382
stub->len =
GDBMACH_SIZEOF_REGS
* 2;
388
if (stub->len != 1 +
GDBMACH_SIZEOF_REGS
* 2) {
393
GDBMACH_SIZEOF_REGS
);
Completed in 80 milliseconds