d.rt.unwind

Undocumented in source.

Members

Aliases

_Unwind_Exception_Cleanup_Fn
alias _Unwind_Exception_Cleanup_Fn = void function(_Unwind_Reason_Code, _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_Ptr
alias _Unwind_Ptr = void*
Undocumented in source.
_Unwind_Word
alias _Unwind_Word = size_t
Undocumented in source.

Enums

_Unwind_Action
enum _Unwind_Action
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_Reason_Code
enum _Unwind_Reason_Code
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_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.

Structs

_Unwind_Context
struct _Unwind_Context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_Exception
struct _Unwind_Exception
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta