Home
last modified time | relevance | path

Searched refs:frame_reg (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2loc.c446 int frame_reg; in dwarf2_tracepoint_var_ref() local
455 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in dwarf2_tracepoint_var_ref()
456 ax_reg (ax, frame_reg); in dwarf2_tracepoint_var_ref()
Dalpha-tdep.c989 int frame_reg, frame_size, return_reg, reg; in alpha_heuristic_frame_unwind_cache() local
1003 frame_reg = ALPHA_SP_REGNUM; in alpha_heuristic_frame_unwind_cache()
1093 frame_reg = ALPHA_GCC_FP_REGNUM; in alpha_heuristic_frame_unwind_cache()
1095 frame_reg = ALPHA_GCC_FP_REGNUM; in alpha_heuristic_frame_unwind_cache()
1133 frame_unwind_unsigned_register (next_frame, frame_reg, &val); in alpha_heuristic_frame_unwind_cache()
Dax-gdb.c461 int frame_reg; in gen_frame_args_address() local
464 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in gen_frame_args_address()
465 ax_reg (ax, frame_reg); in gen_frame_args_address()
475 int frame_reg; in gen_frame_locals_address() local
478 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in gen_frame_locals_address()
479 ax_reg (ax, frame_reg); in gen_frame_locals_address()
Dmips-tdep.c1428 int frame_reg = MIPS_SP_REGNUM; in mips16_scan_prologue() local
1508 frame_reg = 17; in mips16_scan_prologue()
1514 frame_reg = 17; in mips16_scan_prologue()
1593 (frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg) in mips16_scan_prologue()
1745 int frame_reg = MIPS_SP_REGNUM; in mips32_scan_prologue() local
1804 else if (frame_reg == MIPS_SP_REGNUM) in mips32_scan_prologue()
1808 frame_reg = 30; in mips32_scan_prologue()
1832 if (frame_reg == MIPS_SP_REGNUM) in mips32_scan_prologue()
1836 frame_reg = 30; in mips32_scan_prologue()
1902 (frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg) in mips32_scan_prologue()
Dtracepoint.c1519 int frame_reg; in encode_actions() local
1530 TARGET_VIRTUAL_FRAME_POINTER (t->address, &frame_reg, &frame_offset); in encode_actions()
1564 frame_reg, in encode_actions()
1573 frame_reg, in encode_actions()
1609 frame_reg, in encode_actions()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-iq2000.c81 unsigned long frame_reg; member
Dtc-mips.c13339 unsigned long frame_reg; member
13575 md_number_to_chars (fragp + 20, cur_proc_ptr->frame_reg, 4); in s_mips_end()
13650 cur_proc_ptr->frame_reg = tc_get_register (1); in s_mips_frame()