/src/sys/arch/arm/include/ |
ehabi.h | 78 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/src/sys/lib/libunwind/ |
unwind.h | 43 uint64_t exception_class; member in struct:_Unwind_Exception
|
libunwind.cxx | 56 _Unwind_Reason_Code result = (*p)(1, _UA_SEARCH_PHASE, exc->exception_class, 111 _Unwind_Reason_Code result = (*p)(1, action, exc->exception_class, exc, 148 (*stop)(1, action, exc->exception_class, exc, 166 (*stop)(1, action, exc->exception_class, exc, 175 result = (*p)(1, action, exc->exception_class, exc,
|