Searched refs:orig_context (Results 1 – 1 of 1) sorted by relevance
1078 struct _Unwind_Context orig_context = *context; in uw_update_context_1() local1100 if (!orig_context.reg[__builtin_dwarf_sp_column ()]) in uw_update_context_1()1103 orig_context.reg[__builtin_dwarf_sp_column ()] = &tmp_sp; in uw_update_context_1()1112 cfa = (void *) (_Unwind_Ptr) _Unwind_GetGR (&orig_context, fs->cfa_reg); in uw_update_context_1()1123 execute_stack_op (exp, exp + len, &orig_context, 0); in uw_update_context_1()1144 context->reg[i] = orig_context.reg[fs->regs.reg[i].loc.reg]; in uw_update_context_1()1154 val = execute_stack_op (exp, exp + len, &orig_context, in uw_update_context_1()
Completed in 6 milliseconds