Searched refs:orig_context (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dunwind-dw2.c1250 struct _Unwind_Context orig_context = *context;
1272 if (!_Unwind_GetGRPtr (&orig_context, __builtin_dwarf_sp_column ()))
1273 _Unwind_SetSpColumn (&orig_context, context->cfa, &tmp_sp);
1281 cfa = _Unwind_GetPtr (&orig_context, fs->cfa_reg);
1292 execute_stack_op (exp, exp + len, &orig_context, 0);
1314 if (_Unwind_GRByValue (&orig_context, fs->regs.reg[i].loc.reg))
1316 _Unwind_GetGR (&orig_context,
1320 _Unwind_GetGRPtr (&orig_context,
1331 val = execute_stack_op (exp, exp + len, &orig_context,
1350 val = execute_stack_op (exp, exp + len, &orig_context,
1243 struct _Unwind_Context orig_context = *context; local
[all...]

Completed in 34 milliseconds