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

  /src/external/gpl3/gdb/dist/gdb/
riscv-tdep.c 143 int frame_base_reg; member in struct:riscv_unwind_cache
145 /* The offset from the current value in register FRAME_BASE_REG to the
2474 cache->frame_base_reg = RISCV_FP_REGNUM;
2479 cache->frame_base_reg = RISCV_SP_REGNUM;
2488 if (cache->frame_base_reg != RISCV_SP_REGNUM
2499 cache->frame_base_reg= RISCV_SP_REGNUM;
3829 = (get_frame_register_unsigned (this_frame, cache->frame_base_reg)
3834 cache->frame_base_reg),
arc-tdep.c 60 int frame_base_reg; member in struct:arc_frame_cache
1416 cache->frame_base_reg = ARC_FP_REGNUM;
1421 cache->frame_base_reg = ARC_SP_REGNUM;
1639 arc_debug_printf ("frame_base_reg = %i", cache->frame_base_reg);
1702 cache->frame_base_reg);
  /src/external/gpl3/gdb.old/dist/gdb/
riscv-tdep.c 143 int frame_base_reg; member in struct:riscv_unwind_cache
145 /* The offset from the current value in register FRAME_BASE_REG to the
2474 cache->frame_base_reg = RISCV_FP_REGNUM;
2479 cache->frame_base_reg = RISCV_SP_REGNUM;
2488 if (cache->frame_base_reg != RISCV_SP_REGNUM
2499 cache->frame_base_reg= RISCV_SP_REGNUM;
3829 = (get_frame_register_unsigned (this_frame, cache->frame_base_reg)
3834 cache->frame_base_reg),
arc-tdep.c 60 int frame_base_reg; member in struct:arc_frame_cache
1416 cache->frame_base_reg = ARC_FP_REGNUM;
1421 cache->frame_base_reg = ARC_SP_REGNUM;
1639 arc_debug_printf ("frame_base_reg = %i", cache->frame_base_reg);
1702 cache->frame_base_reg);
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 565 rtx frame_base_reg; variable
586 #define sparc_frame_base_reg cfun->machine->frame_base_reg
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 565 rtx frame_base_reg; variable
586 #define sparc_frame_base_reg cfun->machine->frame_base_reg

Completed in 54 milliseconds