Home
last modified time | relevance | path

Searched refs:frame_unwind_register_signed (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDframe.h393 extern LONGEST frame_unwind_register_signed (struct frame_info *frame,
HDframe.c638 frame_unwind_register_signed (struct frame_info *frame, int regnum) in frame_unwind_register_signed() function
648 return frame_unwind_register_signed (frame->next, regnum); in get_frame_register_signed()
HDmips-tdep.c820 return frame_unwind_register_signed (next_frame, in mips_unwind_pc()
832 return frame_id_build (frame_unwind_register_signed (next_frame, NUM_REGS + SP_REGNUM), in mips_unwind_dummy_id()
1515 cache->base = (frame_unwind_register_signed (next_frame, NUM_REGS + PROC_FRAME_REG (proc_desc)) in mips_mdebug_frame_cache()
1746 return frame_unwind_register_signed (fi, regno % NUM_REGS); in read_next_frame_reg()
1748 return frame_unwind_register_signed (fi, regno); in read_next_frame_reg()