Home
last modified time | relevance | path

Searched refs:this_base (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtrad-frame.c31 CORE_ADDR this_base; member
180 CORE_ADDR this_base) in trad_frame_set_this_base() argument
182 this_trad_cache->this_base = this_base; in trad_frame_set_this_base()
188 return this_trad_cache->this_base; in trad_frame_get_this_base()
H A Dlm32-tdep.c428 ULONGEST this_base; in lm32_frame_cache() local
450 this_base = get_frame_register_unsigned (this_frame, SIM_LM32_SP_REGNUM); in lm32_frame_cache()
451 prev_sp = this_base + info->size; in lm32_frame_cache()
452 info->base = this_base; in lm32_frame_cache()
458 info->saved_regs[i].addr = this_base + info->saved_regs[i].addr; in lm32_frame_cache()
H A Dm32r-tdep.c538 ULONGEST this_base; in m32r_frame_unwind_cache() local
626 this_base = get_frame_register_unsigned (this_frame, M32R_FP_REGNUM); in m32r_frame_unwind_cache()
629 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
635 this_base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM); in m32r_frame_unwind_cache()
636 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
641 info->base = this_base; in m32r_frame_unwind_cache()
H A Dm68hc11-tdep.c791 ULONGEST this_base; in m68hc11_frame_unwind_cache() local
811 this_base = get_frame_register_unsigned (this_frame, SOFT_FP_REGNUM); in m68hc11_frame_unwind_cache()
812 if (this_base == 0) in m68hc11_frame_unwind_cache()
827 this_base = get_frame_register_unsigned (this_frame, HARD_SP_REGNUM); in m68hc11_frame_unwind_cache()
828 prev_sp = this_base + info->sp_offset + 2; in m68hc11_frame_unwind_cache()
829 this_base += STACK_CORRECTION (gdbarch); in m68hc11_frame_unwind_cache()
835 prev_sp = this_base + info->size + 2; in m68hc11_frame_unwind_cache()
837 this_base += STACK_CORRECTION (gdbarch); in m68hc11_frame_unwind_cache()
862 info->base = this_base; in m68hc11_frame_unwind_cache()
872 info->saved_regs[i].addr += this_base; in m68hc11_frame_unwind_cache()
H A Dfrv-tdep.c948 ULONGEST this_base; in frv_analyze_prologue() local
956 this_base = get_frame_register_unsigned (this_frame, fp_regnum); in frv_analyze_prologue()
958 this_base = get_frame_register_unsigned (this_frame, sp_regnum); in frv_analyze_prologue()
962 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i]; in frv_analyze_prologue()
964 info->prev_sp = this_base - fp_offset + framesize; in frv_analyze_prologue()
965 info->base = this_base; in frv_analyze_prologue()
970 = this_base - fp_offset + lr_sp_offset; in frv_analyze_prologue()
1104 ULONGEST this_base; in frv_frame_unwind_cache() local
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtrad-frame.c30 CORE_ADDR this_base; member
179 CORE_ADDR this_base) in trad_frame_set_this_base() argument
181 this_trad_cache->this_base = this_base; in trad_frame_set_this_base()
187 return this_trad_cache->this_base; in trad_frame_get_this_base()
H A Dlm32-tdep.c422 ULONGEST this_base; in lm32_frame_cache() local
439 this_base = get_frame_register_unsigned (this_frame, SIM_LM32_SP_REGNUM); in lm32_frame_cache()
440 prev_sp = this_base + info->size; in lm32_frame_cache()
441 info->base = this_base; in lm32_frame_cache()
447 info->saved_regs[i].addr = this_base + info->saved_regs[i].addr; in lm32_frame_cache()
H A Dm32r-tdep.c538 ULONGEST this_base; in m32r_frame_unwind_cache() local
626 this_base = get_frame_register_unsigned (this_frame, M32R_FP_REGNUM); in m32r_frame_unwind_cache()
629 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
635 this_base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM); in m32r_frame_unwind_cache()
636 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
641 info->base = this_base; in m32r_frame_unwind_cache()
H A Dm68hc11-tdep.c790 ULONGEST this_base; in m68hc11_frame_unwind_cache() local
810 this_base = get_frame_register_unsigned (this_frame, SOFT_FP_REGNUM); in m68hc11_frame_unwind_cache()
811 if (this_base == 0) in m68hc11_frame_unwind_cache()
826 this_base = get_frame_register_unsigned (this_frame, HARD_SP_REGNUM); in m68hc11_frame_unwind_cache()
827 prev_sp = this_base + info->sp_offset + 2; in m68hc11_frame_unwind_cache()
828 this_base += STACK_CORRECTION (gdbarch); in m68hc11_frame_unwind_cache()
834 prev_sp = this_base + info->size + 2; in m68hc11_frame_unwind_cache()
836 this_base += STACK_CORRECTION (gdbarch); in m68hc11_frame_unwind_cache()
861 info->base = this_base; in m68hc11_frame_unwind_cache()
871 info->saved_regs[i].addr += this_base; in m68hc11_frame_unwind_cache()
/dports/devel/py-natsort/natsort-8.0.2/dev/
H A Dgenerate_new_unicode_numbers.py13 this_base = os.path.basename(this_file) variable
15 desired_this_file = os.path.join(cwd, "dev", this_base)
17 sys.exit(this_base + " must be called from project root")
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtrad-frame.c33 CORE_ADDR this_base; member
235 CORE_ADDR this_base) in trad_frame_set_this_base() argument
237 this_trad_cache->this_base = this_base; in trad_frame_set_this_base()
243 return this_trad_cache->this_base; in trad_frame_get_this_base()
H A Dm32r-tdep.c527 ULONGEST this_base; in m32r_frame_unwind_cache() local
615 this_base = get_frame_register_unsigned (this_frame, M32R_FP_REGNUM); in m32r_frame_unwind_cache()
618 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
624 this_base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM); in m32r_frame_unwind_cache()
625 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
630 info->base = this_base; in m32r_frame_unwind_cache()
H A Dlm32-tdep.c393 ULONGEST this_base; in lm32_frame_cache() local
410 this_base = get_frame_register_unsigned (this_frame, SIM_LM32_SP_REGNUM); in lm32_frame_cache()
411 prev_sp = this_base + info->size; in lm32_frame_cache()
412 info->base = this_base; in lm32_frame_cache()
418 info->saved_regs[i].set_addr (this_base + info->saved_regs[i].addr ()); in lm32_frame_cache()
H A Dm68hc11-tdep.c772 ULONGEST this_base; in m68hc11_frame_unwind_cache() local
792 this_base = get_frame_register_unsigned (this_frame, SOFT_FP_REGNUM); in m68hc11_frame_unwind_cache()
793 if (this_base == 0) in m68hc11_frame_unwind_cache()
808 this_base = get_frame_register_unsigned (this_frame, HARD_SP_REGNUM); in m68hc11_frame_unwind_cache()
809 prev_sp = this_base + info->sp_offset + 2; in m68hc11_frame_unwind_cache()
810 this_base += STACK_CORRECTION (gdbarch); in m68hc11_frame_unwind_cache()
816 prev_sp = this_base + info->size + 2; in m68hc11_frame_unwind_cache()
818 this_base += STACK_CORRECTION (gdbarch); in m68hc11_frame_unwind_cache()
843 info->base = this_base; in m68hc11_frame_unwind_cache()
850 info->saved_regs[i].set_addr (info->saved_regs[i].addr () + this_base); in m68hc11_frame_unwind_cache()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dzpu-tdep.c459 ULONGEST this_base; in zpu_frame_unwind_cache() local
483 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base); in zpu_frame_unwind_cache()
484 if (this_base == 0) in zpu_frame_unwind_cache()
496 info->saved_regs[HARD_PC_REGNUM].addr = this_base+info->frameSize+info->savedSize; in zpu_frame_unwind_cache()
520 info->base = this_base; in zpu_frame_unwind_cache()
H A Dm32r-tdep.c537 ULONGEST this_base; in m32r_frame_unwind_cache() local
621 this_base = frame_unwind_register_unsigned (next_frame, M32R_FP_REGNUM); in m32r_frame_unwind_cache()
624 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
630 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM); in m32r_frame_unwind_cache()
631 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
636 info->base = this_base; in m32r_frame_unwind_cache()
H A Davr-tdep.c862 ULONGEST this_base; in avr_frame_unwind_cache() local
889 frame_unwind_unsigned_register (next_frame, AVR_FP_REGNUM, &this_base); in avr_frame_unwind_cache()
891 this_base += (high_base << 8); in avr_frame_unwind_cache()
895 prev_sp = this_base + info->size; in avr_frame_unwind_cache()
901 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base); in avr_frame_unwind_cache()
902 prev_sp = this_base + info->size; in avr_frame_unwind_cache()
909 info->base = avr_make_saddr (this_base); in avr_frame_unwind_cache()
H A Dm68hc11-tdep.c789 ULONGEST this_base; in m68hc11_frame_unwind_cache() local
809 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &this_base); in m68hc11_frame_unwind_cache()
810 if (this_base == 0) in m68hc11_frame_unwind_cache()
825 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base); in m68hc11_frame_unwind_cache()
826 prev_sp = this_base + info->sp_offset + 2; in m68hc11_frame_unwind_cache()
827 this_base += STACK_CORRECTION; in m68hc11_frame_unwind_cache()
833 prev_sp = this_base + info->size + 2; in m68hc11_frame_unwind_cache()
835 this_base += STACK_CORRECTION; in m68hc11_frame_unwind_cache()
860 info->base = this_base; in m68hc11_frame_unwind_cache()
867 info->saved_regs[i].addr += this_base; in m68hc11_frame_unwind_cache()
H A Dfrv-tdep.c940 ULONGEST this_base; in frv_analyze_prologue() local
948 frame_unwind_unsigned_register (next_frame, fp_regnum, &this_base); in frv_analyze_prologue()
950 frame_unwind_unsigned_register (next_frame, sp_regnum, &this_base); in frv_analyze_prologue()
954 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i]; in frv_analyze_prologue()
956 info->prev_sp = this_base - fp_offset + framesize; in frv_analyze_prologue()
957 info->base = this_base; in frv_analyze_prologue()
961 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset; in frv_analyze_prologue()
1015 ULONGEST this_base; in frv_frame_unwind_cache() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dzpu-tdep.c459 ULONGEST this_base; in zpu_frame_unwind_cache() local
483 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base); in zpu_frame_unwind_cache()
484 if (this_base == 0) in zpu_frame_unwind_cache()
496 info->saved_regs[HARD_PC_REGNUM].addr = this_base+info->frameSize+info->savedSize; in zpu_frame_unwind_cache()
520 info->base = this_base; in zpu_frame_unwind_cache()
H A Dm32r-tdep.c537 ULONGEST this_base; in m32r_frame_unwind_cache() local
621 this_base = frame_unwind_register_unsigned (next_frame, M32R_FP_REGNUM); in m32r_frame_unwind_cache()
624 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
630 this_base = frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM); in m32r_frame_unwind_cache()
631 prev_sp = this_base + info->size; in m32r_frame_unwind_cache()
636 info->base = this_base; in m32r_frame_unwind_cache()
H A Davr-tdep.c862 ULONGEST this_base; in avr_frame_unwind_cache() local
889 frame_unwind_unsigned_register (next_frame, AVR_FP_REGNUM, &this_base); in avr_frame_unwind_cache()
891 this_base += (high_base << 8); in avr_frame_unwind_cache()
895 prev_sp = this_base + info->size; in avr_frame_unwind_cache()
901 frame_unwind_unsigned_register (next_frame, AVR_SP_REGNUM, &this_base); in avr_frame_unwind_cache()
902 prev_sp = this_base + info->size; in avr_frame_unwind_cache()
909 info->base = avr_make_saddr (this_base); in avr_frame_unwind_cache()
H A Dm68hc11-tdep.c789 ULONGEST this_base; in m68hc11_frame_unwind_cache() local
809 frame_unwind_unsigned_register (next_frame, SOFT_FP_REGNUM, &this_base); in m68hc11_frame_unwind_cache()
810 if (this_base == 0) in m68hc11_frame_unwind_cache()
825 frame_unwind_unsigned_register (next_frame, HARD_SP_REGNUM, &this_base); in m68hc11_frame_unwind_cache()
826 prev_sp = this_base + info->sp_offset + 2; in m68hc11_frame_unwind_cache()
827 this_base += STACK_CORRECTION; in m68hc11_frame_unwind_cache()
833 prev_sp = this_base + info->size + 2; in m68hc11_frame_unwind_cache()
835 this_base += STACK_CORRECTION; in m68hc11_frame_unwind_cache()
860 info->base = this_base; in m68hc11_frame_unwind_cache()
867 info->saved_regs[i].addr += this_base; in m68hc11_frame_unwind_cache()
H A Dfrv-tdep.c940 ULONGEST this_base; in frv_analyze_prologue() local
948 frame_unwind_unsigned_register (next_frame, fp_regnum, &this_base); in frv_analyze_prologue()
950 frame_unwind_unsigned_register (next_frame, sp_regnum, &this_base); in frv_analyze_prologue()
954 info->saved_regs[i].addr = this_base - fp_offset + gr_sp_offset[i]; in frv_analyze_prologue()
956 info->prev_sp = this_base - fp_offset + framesize; in frv_analyze_prologue()
957 info->base = this_base; in frv_analyze_prologue()
961 info->saved_regs[lr_regnum].addr = this_base - fp_offset + lr_sp_offset; in frv_analyze_prologue()
1015 ULONGEST this_base; in frv_frame_unwind_cache() local
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/compression/
H A Dcoder.c186 unsigned int this_base=min_base; in pack_triplet() local
191 while (s[i]>=this_base) in pack_triplet()
193 this_base*=2; in pack_triplet()
199 if (this_base>max_base) in pack_triplet()

12345678