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

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.c59 #define UCB_FORCED_STOP_FN(ucbp) ((ucbp)->unwinder_cache.reserved1)
60 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2)
61 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3)
62 #define UCB_FORCED_STOP_ARG(ucbp) ((ucbp)->unwinder_cache.reserved4)
H A Dunwind-arm.h105 unwinder_cache; member in struct:_Unwind_Control_Block
/freebsd-11.0-release/contrib/libcxxrt/
H A Dunwind-arm.h69 } unwinder_cache; member in struct:_Unwind_Exception
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h80 } unwinder_cache; member in struct:_Unwind_Control_Block
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwindLevel1-gcc-ext.c34 (long)exception_object->unwinder_cache.reserved1);
H A DUnwind-EHABI.cpp565 exception_object->unwinder_cache.reserved2);
643 exception_object->unwinder_cache.reserved2 = (uint32_t)pc;
679 exception_object->unwinder_cache.reserved1 = 0;

Completed in 68 milliseconds