Home
last modified time | relevance | path

Searched refs:private_2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/libunwind/src/
HDUnwind-sjlj.c154 exception_object->private_2 = (uintptr_t) c; in unwind_phase1()
203 if ((uintptr_t) c == exception_object->private_2) in unwind_phase2()
217 if ((uintptr_t) c == exception_object->private_2) { in unwind_phase2()
343 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException()
374 (void *)exception_object->private_2); in _Unwind_SjLj_Resume()
HDUnwindLevel1.c160 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1()
278 if (sp == exception_object->private_2) { in unwind_phase2()
291 if (sp == exception_object->private_2) { in unwind_phase2()
456 exception_object->private_2 = 0; in _Unwind_RaiseException()
490 (void *)exception_object->private_2); in _Unwind_Resume()
515 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
/freebsd-head/contrib/llvm-project/libunwind/include/
HDunwind_itanium.h29 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member
/freebsd-head/contrib/libcxxrt/
HDunwind-itanium.h83 uintptr_t private_2; member
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDunwind.h150 _Unwind_Word private_2; member