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

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h43 } unwinder_cache; member in struct:_Unwind_Control_Block
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp592 exception_object->unwinder_cache.reserved2);
673 exception_object->unwinder_cache.reserved2 = (uint32_t)pc;
826 exception_object->unwinder_cache.reserved1 = 0;
862 if (exception_object->unwinder_cache.reserved1)
865 (_Unwind_Stop_Fn)exception_object->unwinder_cache.reserved1,
866 (void *)exception_object->unwinder_cache.reserved3);
1160 exception_object->unwinder_cache.reserved1 = (uintptr_t)stop;
1161 exception_object->unwinder_cache.reserved3 = (uintptr_t)stop_parameter;
H A DUnwindLevel1-gcc-ext.c34 #define PRIVATE_1 unwinder_cache.reserved1
/openbsd-current/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 in struct:_Unwind_Control_Block
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h123 } unwinder_cache; member in struct:_Unwind_Control_Block

Completed in 126 milliseconds