OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x86_64_regmap
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc
228
static const int
x86_64_regmap
[] =
variable
259
#define X86_64_NUM_REGS (sizeof (
x86_64_regmap
) / sizeof (
x86_64_regmap
[0]))
448
if (
x86_64_regmap
[i] != -1)
449
collect_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
472
if (
x86_64_regmap
[i] != -1)
473
supply_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
linux-x86-low.cc
228
static const int
x86_64_regmap
[] =
variable
259
#define X86_64_NUM_REGS (sizeof (
x86_64_regmap
) / sizeof (
x86_64_regmap
[0]))
448
if (
x86_64_regmap
[i] != -1)
449
collect_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
472
if (
x86_64_regmap
[i] != -1)
473
supply_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc
222
static const int
x86_64_regmap
[] =
variable
251
#define X86_64_NUM_REGS (sizeof (
x86_64_regmap
) / sizeof (
x86_64_regmap
[0]))
442
if (
x86_64_regmap
[i] != -1)
443
collect_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
466
if (
x86_64_regmap
[i] != -1)
467
supply_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
linux-x86-low.cc
222
static const int
x86_64_regmap
[] =
variable
251
#define X86_64_NUM_REGS (sizeof (
x86_64_regmap
) / sizeof (
x86_64_regmap
[0]))
442
if (
x86_64_regmap
[i] != -1)
443
collect_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
466
if (
x86_64_regmap
[i] != -1)
467
supply_register (regcache, i, ((char *) buf) +
x86_64_regmap
[i]);
Completed in 50 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026