Searched refs:_US_ACTION_MASK (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h50 static const _Unwind_State _US_ACTION_MASK = 3; variable
55 # define _US_ACTION_MASK 3 macro
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h64 static const _Unwind_State _US_ACTION_MASK = 3; variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h45 #if !defined(_US_ACTION_MASK)
46 #define _US_ACTION_MASK ((_Unwind_State)3) macro
H A Dgcc_personality_v0.c197 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h196 #define _US_ACTION_MASK ((_Unwind_State)3) macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c827 state &= _US_ACTION_MASK;
H A Dunwind-arm.h70 _US_ACTION_MASK = 3, enumerator in enum:__anon1220
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc376 switch (state & _US_ACTION_MASK)
/freebsd-11-stable/contrib/gcc/
H A Dunwind-c.c133 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING)

Completed in 146 milliseconds