| /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)
|
| 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...] |
| 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]);
|
| /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)
|
| 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...] |
| 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...] |
| nios2-linux-tdep.c | 62 const gdb_byte *gregs = (const gdb_byte *) gregs_buf; local 70 regcache->raw_supply (regno, gregs + 4 * reg_offsets[regno]); 83 gdb_byte *gregs = (gdb_byte *) gregs_buf; local 90 regcache->raw_collect (regno, gregs + 4 * reg_offsets[regno]);
|
| nios2-linux-tdep.c | 62 const gdb_byte *gregs = (const gdb_byte *) gregs_buf; local 70 regcache->raw_supply (regno, gregs + 4 * reg_offsets[regno]); 83 gdb_byte *gregs = (gdb_byte *) gregs_buf; local 90 regcache->raw_collect (regno, gregs + 4 * reg_offsets[regno]);
|
| /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...] |
| 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;
|
| 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]);
|
| 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;
|
| 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]);
|
| 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/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. */
|
| 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.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. */
|
| 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. */
|