Home
last modified time | relevance | path

Searched refs:private_1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c342 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException()
371 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume()
373 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
387 "private_1=%" PRIuPTR, in _Unwind_SjLj_Resume_or_Rethrow()
388 (void *)exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow()
392 if (exception_object->private_1 == 0) { in _Unwind_SjLj_Resume_or_Rethrow()
H A DUnwindLevel1.c455 exception_object->private_1 = 0; in _Unwind_RaiseException()
487 if (exception_object->private_1 != 0) in _Unwind_Resume()
489 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume()
514 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
H A DUnwindLevel1-gcc-ext.c36 #define PRIVATE_1 private_1
43 "_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%" PRIdPTR, in _Unwind_Resume_or_Rethrow()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h28 uintptr_t private_1; // non-zero means forced unwind member
/freebsd/contrib/libcxxrt/
H A Dunwind-itanium.h82 uintptr_t private_1; member
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h149 _Unwind_Word private_1; member