HomeSort by: relevance | last modified time | path
    Searched defs:gregs (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
alpha-bsd-nat.c 59 struct reg gregs; local
62 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1)
65 alphabsd_supply_reg (regcache, (char *) &gregs, regno);
93 struct reg gregs; local
95 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1)
98 alphabsd_fill_reg (regcache, (char *) &gregs, regno);
101 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1)
arm-none-tdep.c 56 const gdb_byte *gregs = (const gdb_byte *) gregs_buf; local
60 regcache->raw_supply (regno, gregs + ARM_INT_REGISTER_SIZE * regno);
66 gregs + ARM_INT_REGISTER_SIZE
70 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
78 = extract_unsigned_integer (gregs + ARM_INT_REGISTER_SIZE
101 gdb_byte *gregs = (gdb_byte *) gregs_buf; local
106 gregs + ARM_INT_REGISTER_SIZE * regno);
112 gregs + ARM_INT_REGISTER_SIZE
116 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
121 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM)
    [all...]
csky-linux-tdep.c 73 const gdb_byte *gregs = (const gdb_byte *) regs ; local
82 regcache->raw_supply (csky_gregset_offset[i], gregs + 4 * i);
94 gdb_byte *gregs = (gdb_byte *) gregs_buf ; local
104 gregs + 4 + csky_gregset_offset[regno]);
arm-linux-tdep.c 485 const gdb_byte *gregs = (const gdb_byte *) gregs_buf; local
492 regcache->raw_supply (regno, gregs + ARM_INT_REGISTER_SIZE * regno);
498 gregs + ARM_INT_REGISTER_SIZE * ARM_CPSR_GREGNUM);
501 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
507 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM,
521 gdb_byte *gregs = (gdb_byte *) gregs_buf; local
527 gregs + ARM_INT_REGISTER_SIZE * regno);
533 gregs + ARM_INT_REGISTER_SIZE * ARM_CPSR_GREGNUM);
536 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
541 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
alpha-bsd-nat.c 59 struct reg gregs; local
62 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1)
65 alphabsd_supply_reg (regcache, (char *) &gregs, regno);
93 struct reg gregs; local
95 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1)
98 alphabsd_fill_reg (regcache, (char *) &gregs, regno);
101 (PTRACE_TYPE_ARG3) &gregs, lwp) == -1)
arm-none-tdep.c 56 const gdb_byte *gregs = (const gdb_byte *) gregs_buf; local
60 regcache->raw_supply (regno, gregs + ARM_INT_REGISTER_SIZE * regno);
66 gregs + ARM_INT_REGISTER_SIZE
70 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
78 = extract_unsigned_integer (gregs + ARM_INT_REGISTER_SIZE
101 gdb_byte *gregs = (gdb_byte *) gregs_buf; local
106 gregs + ARM_INT_REGISTER_SIZE * regno);
112 gregs + ARM_INT_REGISTER_SIZE
116 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
121 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM)
    [all...]
csky-linux-tdep.c 74 const gdb_byte *gregs = (const gdb_byte *) regs ; local
83 regcache->raw_supply (csky_gregset_offset[i], gregs + 4 * i);
95 gdb_byte *gregs = (gdb_byte *) gregs_buf ; local
105 gregs + 4 + csky_gregset_offset[regno]);
arm-linux-tdep.c 486 const gdb_byte *gregs = (const gdb_byte *) gregs_buf; local
493 regcache->raw_supply (regno, gregs + ARM_INT_REGISTER_SIZE * regno);
499 gregs + ARM_INT_REGISTER_SIZE * ARM_CPSR_GREGNUM);
502 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
508 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM,
522 gdb_byte *gregs = (gdb_byte *) gregs_buf; local
528 gregs + ARM_INT_REGISTER_SIZE * regno);
534 gregs + ARM_INT_REGISTER_SIZE * ARM_CPSR_GREGNUM);
537 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM);
542 gregs + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM)
    [all...]
  /src/sys/arch/usermode/usermode/
kgdb_machdep.c 106 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local
108 gdb_regs[ 0] = gregs[_REG_RAX];
109 gdb_regs[ 1] = gregs[_REG_RBX];
110 gdb_regs[ 2] = gregs[_REG_RCX];
111 gdb_regs[ 3] = gregs[_REG_RDX];
112 gdb_regs[ 4] = gregs[_REG_RSI];
113 gdb_regs[ 5] = gregs[_REG_RDI];
114 gdb_regs[ 6] = gregs[_REG_RBP];
115 gdb_regs[ 7] = gregs[_REG_RSP];
116 gdb_regs[ 8] = gregs[_REG_R8]
162 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
linux-unwind.h 112 greg_t *gregs; local
118 gregs = uc->uc_mcontext.gregs;
119 cfa = gregs[15];
128 fs->regs.reg[i].loc.offset = (long) &gregs[i] - cfa;
133 fs->regs.reg[24].loc.offset = (long) &gregs[16] - cfa;
  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
linux-unwind.h 36 int gregs[32]; member in struct:nios2_mcontext
81 new_cfa = (_Unwind_Ptr)regs->gregs[28];
88 NIOS2_REG (i, gregs[i-1]);
91 in the gregs array. */
92 NIOS2_REG (RA_REGNO, gregs[23]);
93 NIOS2_REG (FP_REGNO, gregs[24]);
94 NIOS2_REG (GP_REGNO, gregs[25]);
95 NIOS2_REG (EA_REGNO, gregs[27]);
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
linux-unwind.h 112 greg_t *gregs; local
118 gregs = uc->uc_mcontext.gregs;
119 cfa = gregs[15];
128 fs->regs.reg[i].loc.offset = (long) &gregs[i] - cfa;
133 fs->regs.reg[24].loc.offset = (long) &gregs[16] - cfa;
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
linux-unwind.h 36 int gregs[32]; member in struct:nios2_mcontext
81 new_cfa = (_Unwind_Ptr)regs->gregs[28];
88 NIOS2_REG (i, gregs[i-1]);
91 in the gregs array. */
92 NIOS2_REG (RA_REGNO, gregs[23]);
93 NIOS2_REG (FP_REGNO, gregs[24]);
94 NIOS2_REG (GP_REGNO, gregs[25]);
95 NIOS2_REG (EA_REGNO, gregs[27]);
  /src/external/gpl3/gdb.old/dist/sim/mcore/
mcore-sim.h 37 int32_t gregs[16]; /* primary registers */ member in struct:mcore_regset
53 /* Used to switch between gregs/alt_gregs based on the control state. */
  /src/external/gpl3/gdb/dist/sim/mcore/
mcore-sim.h 37 int32_t gregs[16]; /* primary registers */ member in struct:mcore_regset
53 /* Used to switch between gregs/alt_gregs based on the control state. */
  /src/external/cddl/osnet/dev/dtrace/amd64/
dtrace_isa.c 330 greg_t *gregs = ucp->uc_mcontext.gregs; local
332 sp = dtrace_fulword(&gregs[REG_FP]);
333 pc = dtrace_fulword(&gregs[REG_PC]);
  /src/external/cddl/osnet/dev/dtrace/i386/
dtrace_isa.c 164 greg_t *gregs = ucp->uc_mcontext.gregs; local
166 sp = dtrace_fulword(&gregs[REG_FP]);
167 pc = dtrace_fulword(&gregs[REG_PC]);
172 greg32_t *gregs = ucp->uc_mcontext.gregs; local
174 sp = dtrace_fuword32(&gregs[EBP]);
175 pc = dtrace_fuword32(&gregs[EIP]);
388 greg_t *gregs = ucp->uc_mcontext.gregs; local
396 greg_t *gregs = ucp->uc_mcontext.gregs; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
unwind-ia64.c 853 int gregs = (code & 0x10) != 0; local
856 if (gregs)
  /src/external/gpl3/binutils.old/dist/binutils/
unwind-ia64.c 853 int gregs = (code & 0x10) != 0; local
856 if (gregs)
  /src/external/gpl3/binutils/dist/bfd/
elf32-s390.c 3853 const void *gregs;
3858 gregs = va_arg (ap, const void *);
3863 memcpy (data + 72, gregs, 144);
3852 const void *gregs; local
elf64-s390.c 4158 const void *gregs;
4163 gregs = va_arg (ap, const void *);
4168 memcpy (data + 112, gregs, 216);
4157 const void *gregs; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 102 /* Raw GREGs as appearing in input. These may be fewer than the number
132 to allocate less room than the maximum number of gregs when we've found
141 /* A signed type, since we may have GREGs pointing slightly before the
205 {"no-merge-gregs", no_argument, NULL, OPTION_NOMERGEGREG},
211 {"linker-allocated-gregs", no_argument, NULL,
711 -no-merge-gregs Do not merge GREG definitions with nearby values.\n"));
713 -linker-allocated-gregs If there's no suitable GREG definition for the\
719 -linker-allocated-gregs."));
2757 struct mmix_symbol_gregs *gregs; local
2789 gregs = *symbol_get_tc (addsy)
3713 struct mmix_symbol_gregs *gregs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-s390.c 3844 const void *gregs;
3849 gregs = va_arg (ap, const void *);
3854 memcpy (data + 72, gregs, 144);
3843 const void *gregs; local
elf64-s390.c 4137 const void *gregs;
4142 gregs = va_arg (ap, const void *);
4147 memcpy (data + 112, gregs, 216);
4136 const void *gregs; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 102 /* Raw GREGs as appearing in input. These may be fewer than the number
132 to allocate less room than the maximum number of gregs when we've found
141 /* A signed type, since we may have GREGs pointing slightly before the
205 {"no-merge-gregs", no_argument, NULL, OPTION_NOMERGEGREG},
211 {"linker-allocated-gregs", no_argument, NULL,
711 -no-merge-gregs Do not merge GREG definitions with nearby values.\n"));
713 -linker-allocated-gregs If there's no suitable GREG definition for the\
719 -linker-allocated-gregs."));
2757 struct mmix_symbol_gregs *gregs; local
2789 gregs = *symbol_get_tc (addsy)
3713 struct mmix_symbol_gregs *gregs; local
    [all...]

Completed in 63 milliseconds

1 2