HomeSort by: relevance | last modified time | path
    Searched refs:this_base (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
frame-base.h 63 frame_this_base_ftype *this_base; member in struct:frame_base
trad-frame.c 33 CORE_ADDR this_base; member in struct:trad_frame_cache
235 CORE_ADDR this_base)
237 this_trad_cache->this_base = this_base;
243 return this_trad_cache->this_base;
lm32-tdep.c 386 ULONGEST this_base; local
403 this_base = get_frame_register_unsigned (this_frame, SIM_LM32_SP_REGNUM);
404 prev_sp = this_base + info->size;
405 info->base = this_base;
411 info->saved_regs[i].set_addr (this_base + info->saved_regs[i].addr ());
m68hc11-tdep.c 783 ULONGEST this_base;
803 this_base = get_frame_register_unsigned (this_frame, SOFT_FP_REGNUM);
804 if (this_base == 0)
819 this_base = get_frame_register_unsigned (this_frame, HARD_SP_REGNUM);
820 prev_sp = this_base + info->sp_offset + 2;
821 this_base += stack_correction (gdbarch);
827 prev_sp = this_base + info->size + 2;
829 this_base += stack_correction (gdbarch);
854 info->base = this_base;
861 info->saved_regs[i].set_addr (info->saved_regs[i].addr () + this_base);
782 ULONGEST this_base; local
    [all...]
m32r-tdep.c 524 ULONGEST this_base; local
612 this_base = get_frame_register_unsigned (this_frame, M32R_FP_REGNUM);
615 prev_sp = this_base + info->size;
621 this_base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM);
622 prev_sp = this_base + info->size;
627 info->base = this_base;
trad-frame.h 42 CORE_ADDR this_base);
avr-tdep.c 987 ULONGEST this_base; local
1016 this_base = get_frame_register_unsigned (this_frame, AVR_FP_REGNUM);
1018 this_base += (high_base << 8);
1022 prev_sp = this_base + info->size;
1028 this_base = get_frame_register_unsigned (this_frame, AVR_SP_REGNUM);
1029 prev_sp = this_base + info->size;
1035 info->base = avr_make_saddr (this_base);
frv-tdep.c 935 ULONGEST this_base; local
943 this_base = get_frame_register_unsigned (this_frame, fp_regnum);
945 this_base = get_frame_register_unsigned (this_frame, sp_regnum);
949 info->saved_regs[i].set_addr (this_base - fp_offset
952 info->prev_sp = this_base - fp_offset + framesize;
953 info->base = this_base;
957 info->saved_regs[lr_regnum].set_addr (this_base - fp_offset
z80-tdep.c 562 ULONGEST this_base; local
588 this_base = get_frame_register_unsigned (this_frame, Z80_IX_REGNUM);
589 info->prev_sp = this_base + info->size;
599 this_base = get_frame_register_unsigned (this_frame, Z80_SP_REGNUM);
600 sp = this_base + info->size;
604 if (sp < this_base)
606 sp = this_base + info->size;
nds32-tdep.c 914 ULONGEST this_base;
932 this_base = get_frame_register_unsigned (this_frame, NDS32_FP_REGNUM);
933 prev_sp = this_base + cache->fp_offset;
937 this_base = get_frame_register_unsigned (this_frame, NDS32_SP_REGNUM);
938 prev_sp = this_base + cache->sp_offset;
942 cache->base = this_base;
911 ULONGEST this_base; local
cris-tdep.c 1228 ULONGEST this_base; local
1232 this_base = get_frame_register_unsigned (this_frame, CRIS_FP_REGNUM);
1233 info->base = this_base;
1242 ULONGEST this_base; local
1245 this_base = get_frame_register_unsigned (this_frame,
1247 info->base = this_base;
1294 ULONGEST this_base; local
1316 this_base = get_frame_register_unsigned (this_frame,
1318 info->base = this_base;
1319 info->prev_sp = this_base;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
frame-base.h 63 frame_this_base_ftype *this_base; member in struct:frame_base
trad-frame.c 33 CORE_ADDR this_base; member in struct:trad_frame_cache
233 CORE_ADDR this_base)
235 this_trad_cache->this_base = this_base;
241 return this_trad_cache->this_base;
lm32-tdep.c 386 ULONGEST this_base; local
403 this_base = get_frame_register_unsigned (this_frame, SIM_LM32_SP_REGNUM);
404 prev_sp = this_base + info->size;
405 info->base = this_base;
411 info->saved_regs[i].set_addr (this_base + info->saved_regs[i].addr ());
m68hc11-tdep.c 786 ULONGEST this_base;
806 this_base = get_frame_register_unsigned (this_frame, SOFT_FP_REGNUM);
807 if (this_base == 0)
822 this_base = get_frame_register_unsigned (this_frame, HARD_SP_REGNUM);
823 prev_sp = this_base + info->sp_offset + 2;
824 this_base += stack_correction (gdbarch);
830 prev_sp = this_base + info->size + 2;
832 this_base += stack_correction (gdbarch);
857 info->base = this_base;
864 info->saved_regs[i].set_addr (info->saved_regs[i].addr () + this_base);
785 ULONGEST this_base; local
    [all...]
m32r-tdep.c 524 ULONGEST this_base; local
612 this_base = get_frame_register_unsigned (this_frame, M32R_FP_REGNUM);
615 prev_sp = this_base + info->size;
621 this_base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM);
622 prev_sp = this_base + info->size;
627 info->base = this_base;
trad-frame.h 42 CORE_ADDR this_base);
avr-tdep.c 987 ULONGEST this_base; local
1016 this_base = get_frame_register_unsigned (this_frame, AVR_FP_REGNUM);
1018 this_base += (high_base << 8);
1022 prev_sp = this_base + info->size;
1028 this_base = get_frame_register_unsigned (this_frame, AVR_SP_REGNUM);
1029 prev_sp = this_base + info->size;
1035 info->base = avr_make_saddr (this_base);
frv-tdep.c 935 ULONGEST this_base; local
943 this_base = get_frame_register_unsigned (this_frame, fp_regnum);
945 this_base = get_frame_register_unsigned (this_frame, sp_regnum);
949 info->saved_regs[i].set_addr (this_base - fp_offset
952 info->prev_sp = this_base - fp_offset + framesize;
953 info->base = this_base;
957 info->saved_regs[lr_regnum].set_addr (this_base - fp_offset
z80-tdep.c 562 ULONGEST this_base; local
588 this_base = get_frame_register_unsigned (this_frame, Z80_IX_REGNUM);
589 info->prev_sp = this_base + info->size;
599 this_base = get_frame_register_unsigned (this_frame, Z80_SP_REGNUM);
600 sp = this_base + info->size;
604 if (sp < this_base)
606 sp = this_base + info->size;
nds32-tdep.c 914 ULONGEST this_base;
932 this_base = get_frame_register_unsigned (this_frame, NDS32_FP_REGNUM);
933 prev_sp = this_base + cache->fp_offset;
937 this_base = get_frame_register_unsigned (this_frame, NDS32_SP_REGNUM);
938 prev_sp = this_base + cache->sp_offset;
942 cache->base = this_base;
911 ULONGEST this_base; local
cris-tdep.c 1228 ULONGEST this_base; local
1232 this_base = get_frame_register_unsigned (this_frame, CRIS_FP_REGNUM);
1233 info->base = this_base;
1242 ULONGEST this_base; local
1245 this_base = get_frame_register_unsigned (this_frame,
1247 info->base = this_base;
1294 ULONGEST this_base; local
1316 this_base = get_frame_register_unsigned (this_frame,
1318 info->base = this_base;
1319 info->prev_sp = this_base;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 1338 tree this_base = elt->value; local
1339 if (this_base != CONSTRUCTOR_ELT (rhs, 0)->value)
1343 g = SSA_NAME_DEF_STMT (this_base);
1349 this_base = gimple_assign_rhs1 (g);
1354 base = this_base;
1355 else if (this_base != base)
1363 tree this_base = CONSTRUCTOR_ELT (rhs, i)->value; local
1365 while (this_base != base)
1367 g = SSA_NAME_DEF_STMT (this_base);
1374 this_base = gimple_assign_rhs1 (g)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 1305 tree this_base = elt->value; local
1306 if (this_base != CONSTRUCTOR_ELT (rhs, 0)->value)
1310 g = SSA_NAME_DEF_STMT (this_base);
1316 this_base = gimple_assign_rhs1 (g);
1321 base = this_base;
1322 else if (this_base != base)
1330 tree this_base = CONSTRUCTOR_ELT (rhs, i)->value; local
1332 while (this_base != base)
1334 g = SSA_NAME_DEF_STMT (this_base);
1341 this_base = gimple_assign_rhs1 (g)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-coff.c 886 int this_base;
895 this_base = get_absolute_expression ();
897 coff_line_base = this_base;
900 SA_SET_SYM_LNNO (def_symbol_in_progress, this_base);
910 listing_source_line (this_base);
882 int this_base; local

Completed in 76 milliseconds

1 2