Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp592 exception_object->unwinder_cache.reserved2); in unwind_phase2()
673 exception_object->unwinder_cache.reserved2 = (uint32_t)pc; in unwind_phase2()
826 exception_object->unwinder_cache.reserved1 = 0; in _Unwind_RaiseException()
862 if (exception_object->unwinder_cache.reserved1) in _Unwind_Resume()
865 (_Unwind_Stop_Fn)exception_object->unwinder_cache.reserved1, in _Unwind_Resume()
866 (void *)exception_object->unwinder_cache.reserved3); in _Unwind_Resume()
1160 exception_object->unwinder_cache.reserved1 = (uintptr_t)stop; in _Unwind_ForcedUnwind()
1161 exception_object->unwinder_cache.reserved3 = (uintptr_t)stop_parameter; in _Unwind_ForcedUnwind()
H A DUnwindLevel1-gcc-ext.c34 #define PRIVATE_1 unwinder_cache.reserved1
/openbsd/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c58 #define UCB_FORCED_STOP_FN(ucbp) ((ucbp)->unwinder_cache.reserved1)
59 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2)
60 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3)
61 #define UCB_FORCED_STOP_ARG(ucbp) ((ucbp)->unwinder_cache.reserved4)
H A Dunwind-arm.h101 unwinder_cache; member
/openbsd/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h43 } unwinder_cache; member
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dunwind.h123 } unwinder_cache; member