| /src/external/gpl3/gdb/dist/gdb/ |
| mips-sde-tdep.c | 126 struct trad_frame_cache *this_trad_cache local 129 trad_frame_get_id (this_trad_cache, this_id); 180 struct trad_frame_cache *this_trad_cache local 183 return trad_frame_get_this_base (this_trad_cache);
|
| trad-frame.c | 41 struct trad_frame_cache *this_trad_cache; local 43 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache); 44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame); 45 this_trad_cache->this_frame = this_frame; 46 return this_trad_cache; 92 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache, 97 this_trad_cache->prev_regs[regnum].set_value (val); 101 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache, 104 this_trad_cache->prev_regs[regnum].set_realreg (realreg); 108 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, [all...] |
| rs6000-aix-tdep.c | 251 struct trad_frame_cache *this_trad_cache; local 256 this_trad_cache = trad_frame_cache_zalloc (this_frame); 257 (*this_cache) = this_trad_cache; 282 trad_frame_set_reg_value (this_trad_cache, gdbarch_pc_regnum (gdbarch), func); 283 trad_frame_set_reg_value (this_trad_cache, gdbarch_sp_regnum (gdbarch), base); 286 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum, 289 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum, 292 trad_frame_set_id (this_trad_cache, frame_id_build (base, func)); 293 trad_frame_set_this_base (this_trad_cache, base); 295 return this_trad_cache; 303 struct trad_frame_cache *this_trad_cache local 312 struct trad_frame_cache *this_trad_cache local [all...] |
| mips-tdep.c | 3787 struct trad_frame_cache *this_trad_cache; local 3793 this_trad_cache = trad_frame_cache_zalloc (this_frame); 3794 (*this_cache) = this_trad_cache; 3797 trad_frame_set_reg_realreg (this_trad_cache, 3807 trad_frame_set_id (this_trad_cache, frame_id_build (stack_addr, start_addr)); 3811 trad_frame_set_this_base (this_trad_cache, stack_addr); 3813 return this_trad_cache; 3820 struct trad_frame_cache *this_trad_cache local 3822 trad_frame_get_id (this_trad_cache, this_id); 3829 struct trad_frame_cache *this_trad_cache local 3874 struct trad_frame_cache *this_trad_cache local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| mips-sde-tdep.c | 126 struct trad_frame_cache *this_trad_cache local 129 trad_frame_get_id (this_trad_cache, this_id); 180 struct trad_frame_cache *this_trad_cache local 183 return trad_frame_get_this_base (this_trad_cache);
|
| trad-frame.c | 41 struct trad_frame_cache *this_trad_cache; local 43 this_trad_cache = FRAME_OBSTACK_ZALLOC (struct trad_frame_cache); 44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame); 45 this_trad_cache->this_frame = this_frame; 46 return this_trad_cache; 92 trad_frame_set_reg_value (struct trad_frame_cache *this_trad_cache, 97 this_trad_cache->prev_regs[regnum].set_value (val); 101 trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache, 104 this_trad_cache->prev_regs[regnum].set_realreg (realreg); 108 trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, [all...] |
| nios2-tdep.c | 2008 struct trad_frame_cache *this_trad_cache; local 2013 this_trad_cache = trad_frame_cache_zalloc (this_frame); 2014 *this_cache = this_trad_cache; 2017 trad_frame_set_reg_realreg (this_trad_cache, 2026 trad_frame_set_id (this_trad_cache, frame_id_build (start_addr, stack_addr)); 2028 trad_frame_set_this_base (this_trad_cache, stack_addr); 2030 return this_trad_cache; 2039 struct trad_frame_cache *this_trad_cache local 2042 trad_frame_get_id (this_trad_cache, this_id); 2051 struct trad_frame_cache *this_trad_cache local [all...] |
| rs6000-aix-tdep.c | 251 struct trad_frame_cache *this_trad_cache; local 256 this_trad_cache = trad_frame_cache_zalloc (this_frame); 257 (*this_cache) = this_trad_cache; 282 trad_frame_set_reg_value (this_trad_cache, gdbarch_pc_regnum (gdbarch), func); 283 trad_frame_set_reg_value (this_trad_cache, gdbarch_sp_regnum (gdbarch), base); 286 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum, 289 trad_frame_set_reg_addr (this_trad_cache, tdep->ppc_lr_regnum, 292 trad_frame_set_id (this_trad_cache, frame_id_build (base, func)); 293 trad_frame_set_this_base (this_trad_cache, base); 295 return this_trad_cache; 303 struct trad_frame_cache *this_trad_cache local 312 struct trad_frame_cache *this_trad_cache local [all...] |
| mips-tdep.c | 3791 struct trad_frame_cache *this_trad_cache; local 3797 this_trad_cache = trad_frame_cache_zalloc (this_frame); 3798 (*this_cache) = this_trad_cache; 3801 trad_frame_set_reg_realreg (this_trad_cache, 3811 trad_frame_set_id (this_trad_cache, frame_id_build (stack_addr, start_addr)); 3815 trad_frame_set_this_base (this_trad_cache, stack_addr); 3817 return this_trad_cache; 3824 struct trad_frame_cache *this_trad_cache local 3826 trad_frame_get_id (this_trad_cache, this_id); 3833 struct trad_frame_cache *this_trad_cache local 3879 struct trad_frame_cache *this_trad_cache local [all...] |