Searched refs:r0_offset (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-linux.c35 int r0_offset = 0; local
42 r0_offset = ARM_UCONTEXT_SIGCONTEXT + ARM_SIGCONTEXT_R0;
44 r0_offset = ARM_SIGCONTEXT_R0;
49 r0_offset = ARM_OLD_RT_SIGFRAME_UCONTEXT;
51 r0_offset = ARM_NEW_RT_SIGFRAME_UCONTEXT;
53 r0_offset += ARM_UCONTEXT_SIGCONTEXT + ARM_SIGCONTEXT_R0;
56 pc_offset = r0_offset + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM;
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-linux.c35 int r0_offset = 0; local
42 r0_offset = ARM_UCONTEXT_SIGCONTEXT + ARM_SIGCONTEXT_R0;
44 r0_offset = ARM_SIGCONTEXT_R0;
49 r0_offset = ARM_OLD_RT_SIGFRAME_UCONTEXT;
51 r0_offset = ARM_NEW_RT_SIGFRAME_UCONTEXT;
53 r0_offset += ARM_UCONTEXT_SIGCONTEXT + ARM_SIGCONTEXT_R0;
56 pc_offset = r0_offset + ARM_INT_REGISTER_SIZE * ARM_PC_REGNUM;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-obsd-nat.c198 ppcobsd_reg_offsets.r0_offset = offsetof (struct reg, gpr);
H A Dppc-nbsd-tdep.c217 ppcnbsd_reg_offsets.r0_offset = 0;
H A Dppc-tdep.h87 int r0_offset; member in struct:ppc_reg_offsets
H A Dppc-obsd-tdep.c281 ppcobsd_reg_offsets.r0_offset = 0;
H A Drs6000-tdep.c457 return (offsets->r0_offset
520 for (i = tdep->ppc_gp0_regnum, offset = offsets->r0_offset;
610 for (i = tdep->ppc_gp0_regnum, offset = offsets->r0_offset;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-obsd-nat.c198 ppcobsd_reg_offsets.r0_offset = offsetof (struct reg, gpr);
H A Dppc-netbsd-tdep.c220 ppcnbsd_reg_offsets.r0_offset = 0;
H A Dppc-tdep.h87 int r0_offset; member in struct:ppc_reg_offsets
H A Dppc-obsd-tdep.c282 ppcobsd_reg_offsets.r0_offset = 0;
H A Drs6000-tdep.c474 return (offsets->r0_offset
537 for (i = tdep->ppc_gp0_regnum, offset = offsets->r0_offset;
626 for (i = tdep->ppc_gp0_regnum, offset = offsets->r0_offset;

Completed in 302 milliseconds