- _Unwind_DeleteException
void _Unwind_DeleteException(_Unwind_Exception* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetDataRelBase
_Unwind_Ptr _Unwind_GetDataRelBase(_Unwind_Context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetGR
_Unwind_Word _Unwind_GetGR(_Unwind_Context* ctx, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetIP
_Unwind_Ptr _Unwind_GetIP(_Unwind_Context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetLanguageSpecificData
_Unwind_Ptr _Unwind_GetLanguageSpecificData(_Unwind_Context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetRegionStart
_Unwind_Ptr _Unwind_GetRegionStart(_Unwind_Context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetTextRelBase
_Unwind_Ptr _Unwind_GetTextRelBase(_Unwind_Context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_RaiseException
_Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Resume
void _Unwind_Resume(_Unwind_Exception* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_SetGR
void _Unwind_SetGR(_Unwind_Context* ctx, int i, _Unwind_Word n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_SetIP
void _Unwind_SetIP(_Unwind_Context* ctx, _Unwind_Ptr new_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.