| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| HD | hwasan_exceptions.cpp | 23 uint64_t exception_class, 37 uint64_t exception_class, in __hwasan_personality_wrapper() argument 44 rc = real_personality(version, actions, exception_class, unwind_exception, in __hwasan_personality_wrapper()
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | 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 …]
|
| HD | unwind-arm.h | 64 uint64_t exception_class; member 204 uint64_t exceptionClass = exceptionObject->exception_class;\
|
| HD | unwind-itanium.h | 80 uint64_t exception_class; member
|
| /freebsd-11-stable/contrib/libstdc++/libsupc++/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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-11-stable/contrib/llvm-project/libunwind/src/ |
| HD | Unwind-seh.cpp | 56 if (exc->exception_class != kSEHExceptionClass) in seh_exc_cleanup() 112 exc->exception_class = kSEHExceptionClass; in _GCC_specific_handler() 137 (void *)pers, action, exc->exception_class, in _GCC_specific_handler() 139 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 279 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 299 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 335 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| HD | Unwind-sjlj.c | 134 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 196 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 257 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 276 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 312 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| HD | UnwindLevel1.c | 99 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 199 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 283 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 303 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 339 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| HD | UnwindLevel1-gcc-ext.c | 121 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | 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);
|
| HD | unwind-generic.h | 90 _Unwind_Exception_Class exception_class; member
|
| HD | unwind-c.c | 122 _Unwind_Exception_Class exception_class ATTRIBUTE_UNUSED,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | unwind.h | 111 uint64_t exception_class; member 141 _Unwind_Exception_Class exception_class; member
|
| /freebsd-11-stable/contrib/llvm-project/libunwind/include/ |
| HD | unwind.h | 79 uint64_t exception_class; member 128 uint64_t exception_class; member
|
| /freebsd-11-stable/include/ |
| HD | unwind.h | 81 __int64_t exception_class; member
|
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | unwind-arm.h | 94 unsigned exception_class __attribute__((__mode__(__DI__))); member
|
| HD | unwind-arm.c | 568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, in unwind_phase2_forced()
|
| /freebsd-11-stable/lib/libthr/thread/ |
| HD | thr_exit.c | 170 curthread->ex.exception_class = 0; in thread_unwind()
|
| /freebsd-11-stable/sys/amd64/vmm/ |
| HD | vmm.c | 1827 exception_class(uint64_t info) in exception_class() function 1899 exc1 = exception_class(info1); in nested_fault() 1900 exc2 = exception_class(info2); in nested_fault()
|