Lines Matching defs:tdep
29 #include "ppc-tdep.h"
30 #include "netbsd-tdep.h"
31 #include "ppc-netbsd-tdep.h"
32 #include "ppc-tdep.h"
108 ppc_gdbarch_tdep *tdep = gdbarch_tdep<ppc_gdbarch_tdep> (gdbarch);
115 addr = base + 0x10 + 2 * tdep->wordsize;
117 addr = base + 0x18 + 2 * tdep->wordsize;
118 for (i = 0; i < ppc_num_gprs; i++, addr += tdep->wordsize)
120 int regnum = i + tdep->ppc_gp0_regnum;
123 trad_frame_set_reg_addr (this_cache, tdep->ppc_lr_regnum, addr);
124 addr += tdep->wordsize;
125 trad_frame_set_reg_addr (this_cache, tdep->ppc_cr_regnum, addr);
126 addr += tdep->wordsize;
127 trad_frame_set_reg_addr (this_cache, tdep->ppc_xer_regnum, addr);
128 addr += tdep->wordsize;
129 trad_frame_set_reg_addr (this_cache, tdep->ppc_ctr_regnum, addr);
130 addr += tdep->wordsize;
133 addr += tdep->wordsize;