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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dframe-base.h65 frame_this_base_ftype *this_base; member in struct:frame_base
H A Dtrad-frame.c30 CORE_ADDR this_base; member in struct:trad_frame_cache
198 CORE_ADDR this_base)
200 this_trad_cache->this_base = this_base;
206 return this_trad_cache->this_base;
197 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
H A Dtrad-frame.h43 CORE_ADDR this_base);
H A Dm68hc11-tdep.c790 ULONGEST this_base;
810 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &this_base);
811 if (this_base == 0)
826 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base);
827 prev_sp = this_base + info->sp_offset + 2;
828 this_base += STACK_CORRECTION;
834 prev_sp = this_base + info->size + 2;
836 this_base += STACK_CORRECTION;
861 info->base = this_base;
868 info->saved_regs[i].addr += this_base;
789 ULONGEST this_base; local
[all...]
H A Dm32r-tdep.c515 ULONGEST this_base; local
603 this_base = frame_unwind_register_unsigned (next_frame, M32R_FP_REGNUM);
606 prev_sp = this_base + info->size;
612 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM);
613 prev_sp = this_base + info->size;
618 info->base = this_base;
H A Dfrv-tdep.c940 ULONGEST this_base; local
948 frame_unwind_unsigned_register (next_frame, fp_regnum, &this_base);
950 frame_unwind_unsigned_register (next_frame, sp_regnum, &this_base);
954 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i];
956 info->prev_sp = this_base - fp_offset + framesize;
957 info->base = this_base;
961 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset;
1015 ULONGEST this_base; local
H A Davr-tdep.c862 ULONGEST this_base; local
889 frame_unwind_unsigned_register (next_frame, AVR_FP_REGNUM, &this_base);
891 this_base += (high_base << 8);
895 prev_sp = this_base + info->size;
901 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base);
902 prev_sp = this_base + info->size;
909 info->base = avr_make_saddr (this_base);
H A Dd10v-tdep.c659 ULONGEST this_base; local
736 frame_unwind_unsigned_register (next_frame, D10V_FP_REGNUM, &this_base);
739 prev_sp = this_base + info->size;
745 frame_unwind_unsigned_register (next_frame, D10V_SP_REGNUM, &this_base);
746 prev_sp = this_base + info->size;
751 info->base = d10v_make_daddr (this_base);
H A Damd64obsd-tdep.c416 CORE_ADDR this_base;
413 CORE_ADDR this_base; member in struct:trad_frame_cache
H A Dcris-tdep.c1149 ULONGEST this_base; local
1154 &this_base);
1155 info->base = this_base;
1164 ULONGEST this_base; local
1167 frame_unwind_unsigned_register (next_frame, SP_REGNUM, &this_base);
1168 info->base = this_base;
H A Dframe.c1330 return fi->base->this_base (fi->next, &fi->prologue_cache);
1331 return fi->base->this_base (fi->next, &fi->base_cache);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c841 int this_base;
850 this_base = get_absolute_expression ();
852 coff_line_base = this_base;
855 SA_SET_SYM_LNNO (def_symbol_in_progress, this_base);
865 listing_source_line ((unsigned int) this_base);
837 int this_base; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c965 int this_base;
974 this_base = get_absolute_expression ();
976 coff_line_base = this_base;
979 SA_SET_SYM_LNNO (def_symbol_in_progress, this_base);
989 listing_source_line ((unsigned int) this_base);
2699 int this_base;
2709 this_base = get_absolute_expression ();
2717 if (this_base > line_base)
2719 line_base = this_base;
2731 SA_SET_SYM_LNNO (def_symbol_in_progress, this_base);
961 int this_base; local
2695 int this_base; local
[all...]

Completed in 132 milliseconds