OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Unwind_State
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/include/
ehabi.h
68
typedef uint32_t
_Unwind_State
;
69
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
70
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
71
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
124
_Unwind_Reason_Code __aeabi_unwind_cpp_pr0(
_Unwind_State
,
126
_Unwind_Reason_Code __aeabi_unwind_cpp_pr1(
_Unwind_State
,
128
_Unwind_Reason_Code __aeabi_unwind_cpp_pr2(
_Unwind_State
,
/src/external/bsd/libc++/dist/libcxxrt/src/
unwind-arm.h
43
typedef uint32_t
_Unwind_State
;
45
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
46
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
47
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
48
static const
_Unwind_State
_US_ACTION_MASK = 3;
192
_Unwind_Reason_Code name(
_Unwind_State
state,\
197
_Unwind_Reason_Code name(
_Unwind_State
state,\
/src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h
192
typedef uint32_t
_Unwind_State
;
193
#define _US_VIRTUAL_UNWIND_FRAME ((
_Unwind_State
)0)
194
#define _US_UNWIND_FRAME_STARTING ((
_Unwind_State
)1)
195
#define _US_UNWIND_FRAME_RESUME ((
_Unwind_State
)2)
196
#define _US_ACTION_MASK ((
_Unwind_State
)3)
197
#define _US_FORCE_UNWIND ((
_Unwind_State
)8)
/src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h
65
_Unwind_State
;
168
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
/src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h
65
_Unwind_State
;
167
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026