HomeSort by: relevance | last modified time | path
    Searched refs:_Unwind_Control_Block (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/include/
ehabi.h 73 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
77 struct _Unwind_Control_Block {
79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
111 void _Unwind_Resume(_Unwind_Control_Block *);
112 void _Unwind_Complete(_Unwind_Control_Block *);
113 void _Unwind_DeleteException(_Unwind_Control_Block *);
114 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *);
125 _Unwind_Control_Block *, _Unwind_Context *);
127 _Unwind_Control_Block *, _Unwind_Context *)
    [all...]
  /src/sys/lib/libkern/arch/arm/
unwind_stub.c 36 __aeabi_unwind_cpp_stub(_Unwind_State state, _Unwind_Control_Block *ucbp,

Completed in 13 milliseconds