Home
last modified time | relevance | path

Searched refs:cfa_offset (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/gcc/
HDunwind-dw2.c977 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()
HDunwind-dw2.h68 _Unwind_Sword cfa_offset; member
HDfunction.c1206 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()
HDdwarf2out.c1182 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()
HDChangeLog-19971084 from cfa_temp_value, use cfa_offset. Add assert checking that
HDFSFChangeLog.11793 from cfa_temp_value, use cfa_offset. Add assert checking that
HDChangeLog-19985919 * function.c (cfa_offset): New.
HDChangeLog-200112268 * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
HDChangeLog-200015637 (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
HDChangeLog-2005802 dwarf2out_def_cfa. Only add space for frame pointer to cfa_offset
/trueos/contrib/gcc/config/s390/
HDtpf-unwind.h81 fs->cfa_offset = STACK_POINTER_OFFSET; in s390_fallback_frame_state()
105 fs->cfa_offset = new_cfa - in s390_fallback_frame_state()
HDlinux-unwind.h106 fs->cfa_offset = in s390_fallback_frame_state()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextLLDB.cpp218 int cfa_offset = 0; in InitializeZerothFrame() local
248 cfa_offset = active_row->GetCFAOffset (); in InitializeZerothFrame()
249 m_cfa = cfa_regval + cfa_offset; in InitializeZerothFrame()
251 …6.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)", m_cfa, cfa_regval, cfa_offset); in InitializeZerothFrame()
370 int cfa_offset = row->GetCFAOffset(); in InitializeNonZerothFrame() local
380 m_cfa = cfa_regval + cfa_offset; in InitializeNonZerothFrame()
512 int cfa_offset = 0; in InitializeNonZerothFrame() local
561 cfa_offset = active_row->GetCFAOffset (); in InitializeNonZerothFrame()
562 m_cfa = cfa_regval + cfa_offset; in InitializeNonZerothFrame()
564 …6.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)", m_cfa, cfa_regval, cfa_offset); in InitializeNonZerothFrame()
/trueos/contrib/gcc/config/sparc/
HDlinux-unwind.h58 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()
/trueos/contrib/binutils/binutils/
HDdwarf.c2825 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()
3536 printf (" DW_CFA_def_cfa_offset: %d\n", fc->cfa_offset); 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()
[all …]
/trueos/contrib/gcc/config/i386/
HDlinux-unwind.h67 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()
/trueos/contrib/gdb/gdb/
HDdwarf2-frame.c113 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()
/trueos/contrib/gcc/config/mips/
HDlinux-unwind.h91 fs->cfa_offset = new_cfa - (_Unwind_Ptr) context->cfa; in mips_fallback_frame_state()
/trueos/contrib/binutils/gas/
HDdw2gencfi.c123 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()
/trueos/contrib/gcc/config/rs6000/
HDlinux-unwind.h237 fs->cfa_offset = new_cfa - (long) context->cfa; in ppc_fallback_frame_state()
HDdarwin-fallback.c426 fs->cfa_offset = new_cfa - old_cfa;; in handle_syscall()
/trueos/contrib/gcc/config/arm/
HDlib1funcs.asm123 .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
HDarm.c12959 thumb_pushpop (FILE *f, unsigned long mask, int push, int *cfa_offset, in thumb_pushpop() argument
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()
[all …]