HomeSort by: relevance | last modified time | path
    Searched defs:frame_base_offset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
riscv-tdep.c 147 int frame_base_offset; member in struct:riscv_unwind_cache
2470 value. The FRAME_BASE_OFFSET is the negation of this, how to get
2475 cache->frame_base_offset = -regs[RISCV_FP_REGNUM].k;
2480 cache->frame_base_offset = -regs[RISCV_SP_REGNUM].k;
2489 || cache->frame_base_offset != 0)
2500 cache->frame_base_offset = sp_offset;
3830 + cache->frame_base_offset);
3835 cache->frame_base_offset);
arc-tdep.c 82 LONGEST frame_base_offset; member in struct:arc_frame_cache
1417 cache->frame_base_offset = -regs[ARC_FP_REGNUM].k;
1422 cache->frame_base_offset = -regs[ARC_SP_REGNUM].k;
1640 arc_debug_printf ("frame_base_offset = %s",
1641 plongest (cache->frame_base_offset));
1705 cache->prev_sp = unwound_fb + cache->frame_base_offset;
  /src/external/gpl3/gdb.old/dist/gdb/
riscv-tdep.c 147 int frame_base_offset; member in struct:riscv_unwind_cache
2470 value. The FRAME_BASE_OFFSET is the negation of this, how to get
2475 cache->frame_base_offset = -regs[RISCV_FP_REGNUM].k;
2480 cache->frame_base_offset = -regs[RISCV_SP_REGNUM].k;
2489 || cache->frame_base_offset != 0)
2500 cache->frame_base_offset = sp_offset;
3830 + cache->frame_base_offset);
3835 cache->frame_base_offset);
arc-tdep.c 82 LONGEST frame_base_offset; member in struct:arc_frame_cache
1417 cache->frame_base_offset = -regs[ARC_FP_REGNUM].k;
1422 cache->frame_base_offset = -regs[ARC_SP_REGNUM].k;
1640 arc_debug_printf ("frame_base_offset = %s",
1641 plongest (cache->frame_base_offset));
1705 cache->prev_sp = unwound_fb + cache->frame_base_offset;
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 566 HOST_WIDE_INT frame_base_offset; variable
587 #define sparc_frame_base_offset cfun->machine->frame_base_offset
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 566 HOST_WIDE_INT frame_base_offset; variable
587 #define sparc_frame_base_offset cfun->machine->frame_base_offset

Completed in 50 milliseconds