Searched refs:this_base (Results 1 - 25 of 29) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dframe-base.h63 frame_this_base_ftype *this_base; member in struct:frame_base
H A Dtrad-frame.c28 CORE_ADDR this_base; member in struct:trad_frame_cache
210 CORE_ADDR this_base)
212 this_trad_cache->this_base = this_base;
218 return this_trad_cache->this_base;
209 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
H A Dtrad-frame.h41 CORE_ADDR this_base);
H A Dm68hc11-tdep.c783 ULONGEST this_base;
803 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &this_base);
804 if (this_base == 0)
819 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base);
820 prev_sp = this_base + info->sp_offset + 2;
821 this_base += STACK_CORRECTION;
827 prev_sp = this_base + info->size + 2;
829 this_base += STACK_CORRECTION;
854 info->base = this_base;
864 info->saved_regs[i].addr += this_base;
782 ULONGEST this_base; local
[all...]
H A Dm32r-tdep.c519 ULONGEST this_base; local
607 this_base = frame_unwind_register_unsigned (next_frame, M32R_FP_REGNUM);
610 prev_sp = this_base + info->size;
616 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM);
617 prev_sp = this_base + info->size;
622 info->base = this_base;
H A Dfrv-tdep.c933 ULONGEST this_base; local
941 frame_unwind_unsigned_register (next_frame, fp_regnum, &this_base);
943 frame_unwind_unsigned_register (next_frame, sp_regnum, &this_base);
947 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i];
949 info->prev_sp = this_base - fp_offset + framesize;
950 info->base = this_base;
954 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset;
1008 ULONGEST this_base; local
H A Davr-tdep.c842 ULONGEST this_base; local
869 frame_unwind_unsigned_register (next_frame, AVR_FP_REGNUM, &this_base);
871 this_base += (high_base << 8);
875 prev_sp = this_base + info->size;
881 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base);
882 prev_sp = this_base + info->size;
889 info->base = avr_make_saddr (this_base);
H A Dcris-tdep.c1325 ULONGEST this_base; local
1330 &this_base);
1331 info->base = this_base;
1340 ULONGEST this_base; local
1345 &this_base);
1346 info->base = this_base;
1393 ULONGEST this_base; local
1417 &this_base);
1418 info->base = this_base;
1419 info->prev_sp = this_base;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dframe-base.h63 frame_this_base_ftype *this_base; member in struct:frame_base
H A Dtrad-frame.c28 CORE_ADDR this_base; member in struct:trad_frame_cache
210 CORE_ADDR this_base)
212 this_trad_cache->this_base = this_base;
218 return this_trad_cache->this_base;
209 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
H A Dtrad-frame.h41 CORE_ADDR this_base);
H A Dm68hc11-tdep.c783 ULONGEST this_base;
803 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &this_base);
804 if (this_base == 0)
819 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base);
820 prev_sp = this_base + info->sp_offset + 2;
821 this_base += STACK_CORRECTION;
827 prev_sp = this_base + info->size + 2;
829 this_base += STACK_CORRECTION;
854 info->base = this_base;
864 info->saved_regs[i].addr += this_base;
782 ULONGEST this_base; local
[all...]
H A Dm32r-tdep.c519 ULONGEST this_base; local
607 this_base = frame_unwind_register_unsigned (next_frame, M32R_FP_REGNUM);
610 prev_sp = this_base + info->size;
616 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM);
617 prev_sp = this_base + info->size;
622 info->base = this_base;
H A Dfrv-tdep.c933 ULONGEST this_base; local
941 frame_unwind_unsigned_register (next_frame, fp_regnum, &this_base);
943 frame_unwind_unsigned_register (next_frame, sp_regnum, &this_base);
947 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i];
949 info->prev_sp = this_base - fp_offset + framesize;
950 info->base = this_base;
954 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset;
1008 ULONGEST this_base; local
H A Davr-tdep.c842 ULONGEST this_base; local
869 frame_unwind_unsigned_register (next_frame, AVR_FP_REGNUM, &this_base);
871 this_base += (high_base << 8);
875 prev_sp = this_base + info->size;
881 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base);
882 prev_sp = this_base + info->size;
889 info->base = avr_make_saddr (this_base);
H A Dcris-tdep.c1325 ULONGEST this_base; local
1330 &this_base);
1331 info->base = this_base;
1340 ULONGEST this_base; local
1345 &this_base);
1346 info->base = this_base;
1393 ULONGEST this_base; local
1417 &this_base);
1418 info->base = this_base;
1419 info->prev_sp = this_base;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dframe-base.h63 frame_this_base_ftype *this_base; member in struct:frame_base
H A Dtrad-frame.c28 CORE_ADDR this_base; member in struct:trad_frame_cache
210 CORE_ADDR this_base)
212 this_trad_cache->this_base = this_base;
218 return this_trad_cache->this_base;
209 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
H A Dtrad-frame.h41 CORE_ADDR this_base);
H A Dm68hc11-tdep.c783 ULONGEST this_base;
803 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &this_base);
804 if (this_base == 0)
819 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base);
820 prev_sp = this_base + info->sp_offset + 2;
821 this_base += STACK_CORRECTION;
827 prev_sp = this_base + info->size + 2;
829 this_base += STACK_CORRECTION;
854 info->base = this_base;
864 info->saved_regs[i].addr += this_base;
782 ULONGEST this_base; local
[all...]
H A Dm32r-tdep.c519 ULONGEST this_base; local
607 this_base = frame_unwind_register_unsigned (next_frame, M32R_FP_REGNUM);
610 prev_sp = this_base + info->size;
616 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM);
617 prev_sp = this_base + info->size;
622 info->base = this_base;
H A Dfrv-tdep.c933 ULONGEST this_base; local
941 frame_unwind_unsigned_register (next_frame, fp_regnum, &this_base);
943 frame_unwind_unsigned_register (next_frame, sp_regnum, &this_base);
947 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i];
949 info->prev_sp = this_base - fp_offset + framesize;
950 info->base = this_base;
954 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset;
1008 ULONGEST this_base; local
H A Davr-tdep.c842 ULONGEST this_base; local
869 frame_unwind_unsigned_register (next_frame, AVR_FP_REGNUM, &this_base);
871 this_base += (high_base << 8);
875 prev_sp = this_base + info->size;
881 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base);
882 prev_sp = this_base + info->size;
889 info->base = avr_make_saddr (this_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dchmc.c349 u64 this_base; local
353 this_base = ent->phys_addr;
354 this_end = this_base + ent->reg_size;
355 if (base < this_base || base >= this_end)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dchmc.c349 u64 this_base; local
353 this_base = ent->phys_addr;
354 this_end = this_base + ent->reg_size;
355 if (base < this_base || base >= this_end)

Completed in 337 milliseconds

12