- _Unwind_Action
alias _Unwind_Action = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_EHT_Header
alias _Unwind_EHT_Header = _uw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Exception
alias _Unwind_Exception = _Unwind_Control_Block
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Exception_Class
alias _Unwind_Exception_Class = char[8]
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_Internal_Ptr
alias _Unwind_Internal_Ptr = uintptr_t
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 = uintptr_t
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
alias _Unwind_Reason_Code = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_State
alias _Unwind_State = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Stop_Fn
alias _Unwind_Stop_Fn = _Unwind_Reason_Code function(int, _Unwind_Action, _Unwind_Exception_Class, _Unwind_Control_Block*, _Unwind_Context*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Sword
alias _Unwind_Sword = intptr_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Trace_Fn
alias _Unwind_Trace_Fn = _Unwind_Reason_Code function(_Unwind_Context*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_VRS_DataRepresentation
alias _Unwind_VRS_DataRepresentation = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_VRS_RegClass
alias _Unwind_VRS_RegClass = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_VRS_Result
alias _Unwind_VRS_Result = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Word
alias _Unwind_Word = uintptr_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _sleb128_t
alias _sleb128_t = intptr_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _uleb128_t
alias _uleb128_t = uintptr_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _uw
alias _uw = _Unwind_Word
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _uw16
alias _uw16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _uw64
alias _uw64 = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _uw8
alias _uw8 = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- intptr_t
alias intptr_t = ptrdiff_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- personality_routine
alias personality_routine = _Unwind_Reason_Code function(_Unwind_State, _Unwind_Control_Block*, _Unwind_Context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uintptr_t
alias uintptr_t = size_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Backtrace
_Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Complete
void _Unwind_Complete(_Unwind_Control_Block* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _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_ForcedUnwind
_Unwind_Reason_Code _Unwind_ForcedUnwind(_Unwind_Control_Block* , _Unwind_Stop_Fn , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_GetCFA
_Unwind_Word _Unwind_GetCFA(_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_GetDataRelBase
_Unwind_Ptr _Unwind_GetDataRelBase(_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_GetGR
_Unwind_Word _Unwind_GetGR(_Unwind_Context* context, int regno)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Unwind_GetIP
_Unwind_Word _Unwind_GetIP(_Unwind_Context* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Unwind_GetIPInfo
_Unwind_Word _Unwind_GetIPInfo(_Unwind_Context* context, int* ip_before_insn)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Unwind_GetLanguageSpecificData
void* _Unwind_GetLanguageSpecificData(_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_GetRegionStart
_Unwind_Ptr _Unwind_GetRegionStart(_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_GetTextRelBase
_Unwind_Ptr _Unwind_GetTextRelBase(_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_RaiseException
_Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block* )
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_Control_Block* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_Resume_or_Rethrow
_Unwind_Reason_Code _Unwind_Resume_or_Rethrow(_Unwind_Control_Block* )
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* context, int regno, _Unwind_Word val)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Unwind_SetIP
void _Unwind_SetIP(_Unwind_Context* context, _Unwind_Word val)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Unwind_VRS_Get
_Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context* , _Unwind_VRS_RegClass , _uw , _Unwind_VRS_DataRepresentation , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_VRS_Pop
_Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context* , _Unwind_VRS_RegClass , _uw , _Unwind_VRS_DataRepresentation )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _Unwind_VRS_Set
_Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context* , _Unwind_VRS_RegClass , _uw , _Unwind_VRS_DataRepresentation , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __gnu_unwind_execute
_Unwind_Reason_Code __gnu_unwind_execute(_Unwind_Context* , __gnu_unwind_state* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- __gnu_unwind_frame
_Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Control_Block* , _Unwind_Context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- base_of_encoded_value
_Unwind_Ptr base_of_encoded_value(ubyte encoding, _Unwind_Context* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_encoded_value
_Unwind_Ptr read_encoded_value(_Unwind_Context* context, ubyte encoding, const(ubyte)** p)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_encoded_value_with_base
_Unwind_Ptr read_encoded_value_with_base(ubyte encoding, _Unwind_Ptr base, const(ubyte)** p)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_sleb128
_sleb128_t read_sleb128(const(ubyte)** p)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_uleb128
_uleb128_t read_uleb128(const(ubyte)** p)
Undocumented in source. Be warned that the author may not have intended to support it.
- size_of_encoded_value
uint size_of_encoded_value(ubyte encoding)
Undocumented in source. Be warned that the author may not have intended to support it.