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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtrad-frame.c31 CORE_ADDR this_base; member in struct:trad_frame_cache
180 CORE_ADDR this_base)
182 this_trad_cache->this_base = this_base;
188 return this_trad_cache->this_base;
179 trad_frame_set_this_base(struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base) argument
H A Dframe-base.h64 frame_this_base_ftype *this_base; member in struct:frame_base
H A Dtrad-frame.h42 CORE_ADDR this_base);
H A Dlm32-tdep.c428 ULONGEST this_base; local
450 this_base = get_frame_register_unsigned (this_frame, SIM_LM32_SP_REGNUM);
451 prev_sp = this_base + info->size;
452 info->base = this_base;
458 info->saved_regs[i].addr = this_base + info->saved_regs[i].addr;
H A Dm68hc11-tdep.c792 ULONGEST this_base;
812 this_base = get_frame_register_unsigned (this_frame, SOFT_FP_REGNUM);
813 if (this_base == 0)
828 this_base = get_frame_register_unsigned (this_frame, HARD_SP_REGNUM);
829 prev_sp = this_base + info->sp_offset + 2;
830 this_base += STACK_CORRECTION (gdbarch);
836 prev_sp = this_base + info->size + 2;
838 this_base += STACK_CORRECTION (gdbarch);
863 info->base = this_base;
873 info->saved_regs[i].addr += this_base;
791 ULONGEST this_base; local
[all...]
H A Dm32r-tdep.c538 ULONGEST this_base; local
626 this_base = get_frame_register_unsigned (this_frame, M32R_FP_REGNUM);
629 prev_sp = this_base + info->size;
635 this_base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM);
636 prev_sp = this_base + info->size;
641 info->base = this_base;
H A Dfrv-tdep.c948 ULONGEST this_base; local
956 this_base = get_frame_register_unsigned (this_frame, fp_regnum);
958 this_base = get_frame_register_unsigned (this_frame, sp_regnum);
962 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i];
964 info->prev_sp = this_base - fp_offset + framesize;
965 info->base = this_base;
970 = this_base - fp_offset + lr_sp_offset;
1104 ULONGEST this_base; local
H A Davr-tdep.c959 ULONGEST this_base; local
989 this_base = get_frame_register_unsigned (this_frame, AVR_FP_REGNUM);
991 this_base += (high_base << 8);
995 prev_sp = this_base + info->size;
1001 this_base = get_frame_register_unsigned (this_frame, AVR_SP_REGNUM);
1002 prev_sp = this_base + info->size;
1008 info->base = avr_make_saddr (this_base);
H A Dcris-tdep.c1313 ULONGEST this_base; local
1317 this_base = get_frame_register_unsigned (this_frame, CRIS_FP_REGNUM);
1318 info->base = this_base;
1327 ULONGEST this_base; local
1330 this_base = get_frame_register_unsigned (this_frame,
1332 info->base = this_base;
1380 ULONGEST this_base; local
1402 this_base = get_frame_register_unsigned (this_frame,
1404 info->base = this_base;
1405 info->prev_sp = this_base;
[all...]
H A Dframe.c2136 return fi->base->this_base (fi, &fi->prologue_cache);
2137 return fi->base->this_base (fi, &fi->base_cache);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.c905 int this_base;
914 this_base = get_absolute_expression ();
916 coff_line_base = this_base;
919 SA_SET_SYM_LNNO (def_symbol_in_progress, this_base);
929 listing_source_line ((unsigned int) this_base);
901 int this_base; local

Completed in 111 milliseconds