| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| gnu-unwind.h | 109 gregset_t *gregset = &uctxp->uc_mcontext.gregs; local 110 usp = (*gregset)[REG_UESP]; 112 fs->regs.reg[0].loc.offset = (unsigned long)&(*gregset)[REG_EAX] - usp; 113 fs->regs.reg[1].loc.offset = (unsigned long)&(*gregset)[REG_ECX] - usp; 114 fs->regs.reg[2].loc.offset = (unsigned long)&(*gregset)[REG_EDX] - usp; 115 fs->regs.reg[3].loc.offset = (unsigned long)&(*gregset)[REG_EBX] - usp; 116 fs->regs.reg[5].loc.offset = (unsigned long)&(*gregset)[REG_EBP] - usp; 117 fs->regs.reg[6].loc.offset = (unsigned long)&(*gregset)[REG_ESI] - usp; 118 fs->regs.reg[7].loc.offset = (unsigned long)&(*gregset)[REG_EDI] - usp; 119 fs->regs.reg[8].loc.offset = (unsigned long)&(*gregset)[REG_EIP] - usp [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| gnu-unwind.h | 208 gregset_t *gregset = &uctxp->uc_mcontext.gregs; local 209 usp = (*gregset)[REG_UESP]; 211 fs->regs.reg[0].loc.offset = (unsigned long)&(*gregset)[REG_EAX] - usp; 212 fs->regs.reg[1].loc.offset = (unsigned long)&(*gregset)[REG_ECX] - usp; 213 fs->regs.reg[2].loc.offset = (unsigned long)&(*gregset)[REG_EDX] - usp; 214 fs->regs.reg[3].loc.offset = (unsigned long)&(*gregset)[REG_EBX] - usp; 215 fs->regs.reg[5].loc.offset = (unsigned long)&(*gregset)[REG_EBP] - usp; 216 fs->regs.reg[6].loc.offset = (unsigned long)&(*gregset)[REG_ESI] - usp; 217 fs->regs.reg[7].loc.offset = (unsigned long)&(*gregset)[REG_EDI] - usp; 218 fs->regs.reg[8].loc.offset = (unsigned long)&(*gregset)[REG_EIP] - usp [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-fbsd-nat.c | 103 const struct regset *gregset = find_gregset (gdbarch); local 105 if (fetch_register_set<struct reg> (regcache, regnum, PT_GETREGS, gregset)) 175 const struct regset *gregset = find_gregset (gdbarch); local 178 gregset))
|
| arm-netbsd-tdep.c | 56 const arm_nbsd_reg *gregset = static_cast<const arm_nbsd_reg *>(gregs); local 62 regcache->raw_supply (i, (char *) &gregset->reg[i]); 65 regcache->raw_supply (ARM_SP_REGNUM, (char *) &gregset->sp); 68 regcache->raw_supply (ARM_LR_REGNUM, (char *) &gregset->lr); 75 uint32_t r_pc = gdbarch_addr_bits_remove (regcache->arch (), gregset->pc); 82 regcache->raw_supply (ARM_PS_REGNUM, (char *) &gregset->cpsr); 84 regcache->raw_supply (ARM_PS_REGNUM, (char *) &gregset->pc);
|
| sparc-tdep.h | 75 const struct regset *gregset = nullptr; member in struct:sparc_gdbarch_tdep
|
| sol-thread.c | 109 #include "gregset.h" 479 prgregset_t gregset; 481 gdb_gregset_t *gregset_p = &gregset; 504 val = p_td_thr_getgregs (&thandle, gregset); 533 prgregset_t gregset; 554 val = p_td_thr_getgregs (&thandle, gregset); 564 fill_gregset (regcache, (gdb_gregset_t *) &gregset, regnum); 567 val = p_td_thr_setgregs (&thandle, gregset); 847 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 854 fill_gregset (regcache, (gdb_gregset_t *) gregset, -1) 476 prgregset_t gregset; local 530 prgregset_t gregset; local [all...] |
| ppc-linux-nat.c | 45 #include "gregset.h" 1129 gdb_gregset_t gregset; local 1131 if (ptrace (PTRACE_GETREGS, tid, 0, (void *) &gregset) < 0) 1141 supply_gregset (regcache, (const gdb_gregset_t *) &gregset); 1681 gdb_gregset_t gregset; local 1683 if (ptrace (PTRACE_GETREGS, tid, 0, (void *) &gregset) < 0) 1693 fill_gregset (regcache, &gregset, regno); 1695 if (ptrace (PTRACE_SETREGS, tid, 0, (void *) &gregset) < 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-fbsd-nat.c | 103 const struct regset *gregset = find_gregset (gdbarch); local 105 if (fetch_register_set<struct reg> (regcache, regnum, PT_GETREGS, gregset)) 175 const struct regset *gregset = find_gregset (gdbarch); local 178 gregset))
|
| arm-netbsd-tdep.c | 56 const arm_nbsd_reg *gregset = static_cast<const arm_nbsd_reg *>(gregs); local 62 regcache->raw_supply (i, (char *) &gregset->reg[i]); 65 regcache->raw_supply (ARM_SP_REGNUM, (char *) &gregset->sp); 68 regcache->raw_supply (ARM_LR_REGNUM, (char *) &gregset->lr); 75 uint32_t r_pc = gdbarch_addr_bits_remove (regcache->arch (), gregset->pc); 82 regcache->raw_supply (ARM_PS_REGNUM, (char *) &gregset->cpsr); 84 regcache->raw_supply (ARM_PS_REGNUM, (char *) &gregset->pc);
|
| sparc-tdep.h | 75 const struct regset *gregset = nullptr; member in struct:sparc_gdbarch_tdep
|
| sol-thread.c | 109 #include "gregset.h" 479 prgregset_t gregset; 481 gdb_gregset_t *gregset_p = &gregset; 504 val = p_td_thr_getgregs (&thandle, gregset); 533 prgregset_t gregset; 554 val = p_td_thr_getgregs (&thandle, gregset); 564 fill_gregset (regcache, (gdb_gregset_t *) &gregset, regnum); 567 val = p_td_thr_setgregs (&thandle, gregset); 848 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 855 fill_gregset (regcache, (gdb_gregset_t *) gregset, -1) 476 prgregset_t gregset; local 530 prgregset_t gregset; local [all...] |
| ppc-linux-nat.c | 45 #include "gregset.h" 1129 gdb_gregset_t gregset; local 1131 if (ptrace (PTRACE_GETREGS, tid, 0, (void *) &gregset) < 0) 1141 supply_gregset (regcache, (const gdb_gregset_t *) &gregset); 1681 gdb_gregset_t gregset; local 1683 if (ptrace (PTRACE_GETREGS, tid, 0, (void *) &gregset) < 0) 1693 fill_gregset (regcache, &gregset, regno); 1695 if (ptrace (PTRACE_SETREGS, tid, 0, (void *) &gregset) < 0)
|