Lines Matching refs:context
66 _Unwind_Context* context) { in scanEHTable() argument
93 const uint8_t* lsda = (const uint8_t*)_Unwind_GetLanguageSpecificData(context); in scanEHTable()
100 uintptr_t ip = _Unwind_GetIP(context) - 1; in scanEHTable()
101 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scanEHTable()
352 _Unwind_Context* context, in setRegisters() argument
354 _Unwind_SetGR(context, 0, reinterpret_cast<uintptr_t>(unwind_exception)); in setRegisters()
355 _Unwind_SetGR(context, 1, static_cast<uintptr_t>(results.ttypeIndex)); in setRegisters()
356 _Unwind_SetIP(context, results.landingPad); in setRegisters()
360 _Unwind_Context *context) { in continueUnwinding() argument
361 if (__gnu_unwind_frame(ex, context) != _URC_OK) { in continueUnwinding()
484 _Unwind_Context* context, in setRegisters() argument
486 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in setRegisters()
488 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), in setRegisters()
490 _Unwind_SetIP(context, results.landingPad); in setRegisters()
494 _Unwind_Context *context) { in continueUnwinding() argument