| /freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 1020 cfa_offset -= wordsize; in print_encoding_armv7() 1065 cfa_offset -= 8; in print_encoding_armv7() 1071 cfa_offset -= 8; in print_encoding_armv7() 1073 cfa_offset -= 8; in print_encoding_armv7() 1080 cfa_offset -= 8; in print_encoding_armv7() 1082 cfa_offset -= 8; in print_encoding_armv7() 1084 cfa_offset -= 8; in print_encoding_armv7() 1092 cfa_offset -= 8; in print_encoding_armv7() 1094 cfa_offset -= 8; in print_encoding_armv7() 1096 cfa_offset -= 8; in print_encoding_armv7() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 1519 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1525 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1527 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1534 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1536 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1538 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1546 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1548 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1550 cfa_offset -= 8; in CreateUnwindPlan_armv7() 1552 cfa_offset -= 8; in CreateUnwindPlan_armv7() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | unwind-dw2.c | 977 fs->cfa_offset = utmp; in execute_cfa_program() 988 fs->cfa_offset = utmp; in execute_cfa_program() 1019 insn_ptr = read_sleb128 (insn_ptr, &fs->cfa_offset); in execute_cfa_program() 1021 fs->cfa_offset *= fs->data_align; in execute_cfa_program() 1025 insn_ptr = read_sleb128 (insn_ptr, &fs->cfa_offset); in execute_cfa_program() 1026 fs->cfa_offset *= fs->data_align; in execute_cfa_program() 1163 long cfa_offset; member 1213 state_in->cfa_offset = fs.cfa_offset; in __frame_state_for() 1275 cfa += fs->cfa_offset; in uw_update_context_1() 1431 fs.cfa_offset = 0; in uw_init_context_1()
|
| H A D | unwind-dw2.h | 68 _Unwind_Sword cfa_offset; member
|
| H A D | function.c | 1206 static int cfa_offset; variable 1268 offset = cfa_offset; in instantiate_new_reg() 1691 cfa_offset = FRAME_POINTER_CFA_OFFSET (current_function_decl); in instantiate_virtual_regs() 1693 cfa_offset = ARG_POINTER_CFA_OFFSET (current_function_decl); in instantiate_virtual_regs()
|
| H A D | dwarf2out.c | 1182 HOST_WIDE_INT cfa_offset; member 1227 q->cfa_offset = offset; in queue_reg_save() 1264 reg_save (last_reg_save_label, reg, sreg, q->cfa_offset); in flush_queued_reg_saves()
|
| H A D | ChangeLog-1997 | 1084 from cfa_temp_value, use cfa_offset. Add assert checking that
|
| H A D | FSFChangeLog.11 | 793 from cfa_temp_value, use cfa_offset. Add assert checking that
|
| H A D | ChangeLog-1998 | 5919 * function.c (cfa_offset): New.
|
| H A D | ChangeLog-2001 | 12268 * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
|
| H A D | ChangeLog-2000 | 15637 (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
|
| H A D | ChangeLog-2005 | 802 dwarf2out_def_cfa. Only add space for frame pointer to cfa_offset
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | tpf-unwind.h | 81 fs->cfa_offset = STACK_POINTER_OFFSET; in s390_fallback_frame_state() 105 fs->cfa_offset = new_cfa - in s390_fallback_frame_state()
|
| H A D | linux-unwind.h | 106 fs->cfa_offset = in s390_fallback_frame_state()
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | linux-unwind.h | 58 fs->cfa_offset = new_cfa - (long) context->cfa; in sparc64_fallback_frame_state() 127 fs->cfa_offset = new_cfa - (int) context->cfa; in sparc_fallback_frame_state()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dwarf.c | 2825 int cfa_offset; member 2887 sprintf (tmp, "r%d%+d", fc->cfa_reg, fc->cfa_offset); in frame_display_row() 3171 fc->cfa_offset = cie->cfa_offset; in display_debug_frames() 3519 fc->cfa_offset = LEB (); in display_debug_frames() 3523 fc->cfa_reg, fc->cfa_offset); in display_debug_frames() 3534 fc->cfa_offset = LEB (); in display_debug_frames() 3606 fc->cfa_offset = SLEB (); in display_debug_frames() 3607 fc->cfa_offset = fc->cfa_offset * fc->data_factor; in display_debug_frames() 3611 fc->cfa_reg, fc->cfa_offset); in display_debug_frames() 3615 fc->cfa_offset = SLEB (); in display_debug_frames() [all …]
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | linux-unwind.h | 67 fs->cfa_offset = new_cfa - (long) context->cfa; in x86_64_fallback_frame_state() 156 fs->cfa_offset = new_cfa - (long) context->cfa; in x86_fallback_frame_state()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2-frame.c | 113 LONGEST cfa_offset; member 386 fs->cfa_offset = utmp; in execute_cfa_program() 396 insn_ptr = read_uleb128 (insn_ptr, insn_end, &fs->cfa_offset); in execute_cfa_program() 432 fs->cfa_offset = offset * fs->data_align; in execute_cfa_program() 438 fs->cfa_offset = offset * fs->data_align; in execute_cfa_program() 636 cache->cfa += fs->cfa_offset; in dwarf2_frame_cache()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | linux-unwind.h | 91 fs->cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa; in mips_fallback_frame_state()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | dw2gencfi.c | 123 offsetT cfa_offset; member 339 p->cfa_offset = frchain_now->frch_cfi_data->cur_cfa_offset; in cfi_add_CFA_remember_state() 354 frchain_now->frch_cfi_data->cur_cfa_offset = p->cfa_offset; in cfi_add_CFA_restore_state()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | linux-unwind.h | 237 fs->cfa_offset = new_cfa - (long) context->cfa; in ppc_fallback_frame_state()
|
| H A D | darwin-fallback.c | 426 fs->cfa_offset = new_cfa - old_cfa;; in handle_syscall()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | lib1funcs.asm | 123 .macro cfi_pop advance, reg, cfa_offset argument 130 .uleb128 \cfa_offset 134 .macro cfi_push advance, reg, offset, cfa_offset argument 142 .uleb128 \cfa_offset
|
| H A D | arm.c | 13047 *cfa_offset += pushed_words * 4; in thumb_pushpop() 13048 dwarf2out_def_cfa (l, SP_REGNUM, *cfa_offset); in thumb_pushpop() 13055 dwarf2out_reg_save (l, regno, 4 * pushed_words++ - *cfa_offset); in thumb_pushpop() 13929 int cfa_offset = 0; in thumb_output_function_prologue() local 14004 cfa_offset = cfa_offset + current_function_pretend_args_size; in thumb_output_function_prologue() 14005 dwarf2out_def_cfa (l, SP_REGNUM, cfa_offset); in thumb_output_function_prologue() 14052 cfa_offset = cfa_offset + 16; in thumb_output_function_prologue() 14053 dwarf2out_def_cfa (l, SP_REGNUM, cfa_offset); in thumb_output_function_prologue() 14058 thumb_pushpop (f, l_mask, 1, &cfa_offset, l_mask); in thumb_output_function_prologue() 14107 thumb_pushpop (f, l_mask, 1, &cfa_offset, l_mask); in thumb_output_function_prologue() [all …]
|