| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | exception.cc | 242 static const uint64_t exception_class = variable 260 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException() 275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException() 642 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException() 659 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception() 798 ex->unwindHeader.exception_class = exception_class; in __cxa_throw() 815 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception() 836 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount() 1236 if (isCXXException(exceptionObject->exception_class)) 1398 if (exceptionObject->exception_class == exception_class) [all …]
|
| H A D | unwind-arm.h | 63 uint64_t exception_class; member 203 uint64_t exceptionClass = exceptionObject->exception_class;\
|
| H A D | unwind-itanium.h | 79 uint64_t exception_class; member
|
| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | eh_arm.cc | 49 if (!__is_gxx_exception_class(ue_header->exception_class)) in __cxa_type_match() 92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() 133 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
|
| H A D | eh_throw.cc | 65 __GXX_INIT_EXCEPTION_CLASS(header->unwindHeader.exception_class); in __cxa_throw() 91 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_rethrow()
|
| H A D | eh_catch.cc | 58 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_begin_catch() 108 if (!__is_gxx_exception_class(header->unwindHeader.exception_class)) in __cxa_end_catch()
|
| H A D | eh_call.cc | 54 if (__is_gxx_exception_class(ue_header->exception_class)) in __cxa_call_terminate() 83 if (__is_gxx_exception_class(exc_obj->exception_class)) in __cxa_call_unexpected()
|
| H A D | eh_personality.cc | 349 _Unwind_Exception_Class exception_class, in PERSONALITY_FUNCTION() 414 foreign_exception = !__is_gxx_exception_class(exception_class); in PERSONALITY_FUNCTION()
|
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | Unwind-seh.cpp | 56 if (exc->exception_class != kSEHExceptionClass) in seh_exc_cleanup() 110 exc->exception_class = kSEHExceptionClass; in _GCC_specific_handler() 133 …lling personality function %p(1, %d, %llx, %p, %p)", pers, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 134 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 271 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 291 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 327 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | Unwind-sjlj.c | 132 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 190 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 250 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 269 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 305 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | UnwindLevel1.c | 96 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 193 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 277 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 297 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 333 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | UnwindLevel1-gcc-ext.c | 122 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | unwind.inc | 67 exc->exception_class, exc, context); 117 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class, 167 stop_code = (*stop) (1, action, exc->exception_class, exc, 180 exc->exception_class, exc, context);
|
| H A D | unwind-generic.h | 90 _Unwind_Exception_Class exception_class; member
|
| H A D | unwind-c.c | 122 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | unwind.h | 125 uint64_t exception_class; member 155 _Unwind_Exception_Class exception_class; member
|
| /freebsd-12.1/contrib/libunwind/include/ |
| H A D | unwind.h | 76 uint64_t exception_class; member 125 uint64_t exception_class; member
|
| /freebsd-12.1/include/ |
| H A D | unwind.h | 85 __int64_t exception_class; member
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | unwind-arm.h | 94 unsigned exception_class __attribute__((__mode__(__DI__))); member
|
| H A D | unwind-arm.c | 568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, in unwind_phase2_forced()
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_exit.c | 173 curthread->ex.exception_class = 0; in thread_unwind()
|
| /freebsd-12.1/sys/amd64/vmm/ |
| H A D | vmm.c | 1845 exception_class(uint64_t info) in exception_class() function 1917 exc1 = exception_class(info1); in nested_fault() 1918 exc2 = exception_class(info2); in nested_fault()
|