| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | 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-13.1/contrib/libcxxrt/ |
| H A D | exception.cc | 254 static const uint64_t exception_class = variable 272 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException() 287 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException() 637 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException() 654 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception() 792 ex->unwindHeader.exception_class = exception_class; in __cxa_throw() 809 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception() 830 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount() 1230 if (isCXXException(exceptionObject->exception_class)) 1392 if (exceptionObject->exception_class == exception_class) [all …]
|
| H A D | unwind-arm.h | 64 uint64_t exception_class; member 204 uint64_t exceptionClass = exceptionObject->exception_class;\
|
| H A D | unwind-itanium.h | 80 uint64_t exception_class; member
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-sjlj.c | 146 1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 208 (*c->personality)(1, action, exception_object->exception_class, in unwind_phase2() 269 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 288 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 324 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | UnwindLevel1.c | 98 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() 197 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2() 281 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 301 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 337 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | Unwind-seh.cpp | 125 (void *)pers, action, exc->exception_class, in _GCC_specific_handler() 127 urc = pers(1, action, exc->exception_class, exc, ctx); in _GCC_specific_handler() 267 (*stop)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 287 (*p)(1, action, exception_object->exception_class, exception_object, in unwind_phase2_forced() 323 (*stop)(1, lastAction, exception_object->exception_class, exception_object, in unwind_phase2_forced()
|
| H A D | UnwindLevel1-gcc-ext.c | 121 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0 in _Unwind_Backtrace()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | unwind.h | 111 uint64_t exception_class; member 141 _Unwind_Exception_Class exception_class; member
|
| /freebsd-13.1/contrib/llvm-project/libunwind/include/ |
| H A D | unwind.h | 79 uint64_t exception_class; member 127 uint64_t exception_class; member
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_exit.c | 173 curthread->ex.exception_class = 0; in thread_unwind()
|
| /freebsd-13.1/sys/amd64/vmm/ |
| H A D | vmm.c | 1901 exception_class(uint64_t info) in exception_class() function 1973 exc1 = exception_class(info1); in nested_fault() 1974 exc2 = exception_class(info2); in nested_fault()
|