rt.eh

This module contains functions and structures required for exception handling.

Members

Aliases

_Unwind_Context_Ptr
alias _Unwind_Context_Ptr = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_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_GetIP
alias _Unwind_GetIP = __libunwind_Unwind_GetIP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_GetLanguageSpecificData
alias _Unwind_GetLanguageSpecificData = __libunwind_Unwind_GetLanguageSpecificData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_GetRegionStart
alias _Unwind_GetRegionStart = __libunwind_Unwind_GetRegionStart
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_RaiseException
alias _Unwind_RaiseException = __libunwind_Unwind_RaiseException
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_Resume
alias _Unwind_Resume = __libunwind_Unwind_Resume
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_SetGR
alias _Unwind_SetGR = __libunwind_Unwind_SetGR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_SetIP
alias _Unwind_SetIP = __libunwind_Unwind_SetIP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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_GetDataRelBase
size_t _Unwind_GetDataRelBase(_Unwind_Context_Ptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_GetIP
ptrdiff_t _Unwind_GetIP(_Unwind_Context_Ptr context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_GetLanguageSpecificData
ptrdiff_t _Unwind_GetLanguageSpecificData(_Unwind_Context_Ptr context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_GetRegionStart
ptrdiff_t _Unwind_GetRegionStart(_Unwind_Context_Ptr context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_GetTextRelBase
size_t _Unwind_GetTextRelBase(_Unwind_Context_Ptr )
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_RaiseException
_Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception* )
Undocumented in source. Be warned that the author may not have intended to support it.
_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_Resume
void _Unwind_Resume(_Unwind_Exception* )
Undocumented in source. Be warned that the author may not have intended to support it.
_Unwind_SetGR
ptrdiff_t _Unwind_SetGR(_Unwind_Context_Ptr context, int index, ptrdiff_t new_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Unwind_SetIP
ptrdiff_t _Unwind_SetIP(_Unwind_Context_Ptr context, ptrdiff_t new_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__libunwind_Unwind_GetIP
ptrdiff_t __libunwind_Unwind_GetIP(_Unwind_Context_Ptr context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__libunwind_Unwind_GetLanguageSpecificData
ptrdiff_t __libunwind_Unwind_GetLanguageSpecificData(_Unwind_Context_Ptr context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__libunwind_Unwind_GetRegionStart
ptrdiff_t __libunwind_Unwind_GetRegionStart(_Unwind_Context_Ptr context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__libunwind_Unwind_RaiseException
_Unwind_Reason_Code __libunwind_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.
__libunwind_Unwind_Resume
void __libunwind_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.
__libunwind_Unwind_SetGR
ptrdiff_t __libunwind_Unwind_SetGR(_Unwind_Context_Ptr context, int index, ptrdiff_t new_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__libunwind_Unwind_SetIP
ptrdiff_t __libunwind_Unwind_SetIP(_Unwind_Context_Ptr context, ptrdiff_t new_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_d_eh_personality
_Unwind_Reason_Code _d_eh_personality(int ver, _Unwind_Action actions, ulong exception_class, _Unwind_Exception* exception_info, _Unwind_Context_Ptr context)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_eh_resume_unwind
void _d_eh_resume_unwind(_d_exception* exception_struct)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_isbaseof
int _d_isbaseof(ClassInfo oc, ClassInfo c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_d_throw_exception
void _d_throw_exception(Object e)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Region
struct Region
Undocumented in source.
_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.
_d_exception
struct _d_exception
Undocumented in source.

Variables

_d_exception_class
char[8] _d_exception_class;
Undocumented in source.

Meta