Searched refs:unwinder_cache (Results 1 – 6 of 6) sorted by relevance
592 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()
34 #define PRIVATE_1 unwinder_cache.reserved1
58 #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)
101 unwinder_cache; member
43 } unwinder_cache; member
123 } unwinder_cache; member