Lines Matching refs:context
62 _Unwind_Context* context) { in scanEHTable() argument
89 const uint8_t* lsda = (const uint8_t*)_Unwind_GetLanguageSpecificData(context); in scanEHTable()
96 uintptr_t ip = _Unwind_GetIP(context) - 1; in scanEHTable()
97 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scanEHTable()
348 _Unwind_Context* context, in setRegisters() argument
350 _Unwind_SetGR(context, 0, reinterpret_cast<uintptr_t>(unwind_exception)); in setRegisters()
351 _Unwind_SetGR(context, 1, static_cast<uintptr_t>(results.ttypeIndex)); in setRegisters()
352 _Unwind_SetIP(context, results.landingPad); in setRegisters()
356 _Unwind_Context *context) { in continueUnwinding() argument
357 if (__gnu_unwind_frame(ex, context) != _URC_OK) { in continueUnwinding()
479 _Unwind_Context* context, in setRegisters() argument
481 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in setRegisters()
483 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), in setRegisters()
485 _Unwind_SetIP(context, results.landingPad); in setRegisters()
489 _Unwind_Context *context) { in continueUnwinding() argument