OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Unwind_State
(Results
1 - 8
of
8
) sorted by null
/external/libunwind_llvm/include/
unwind.h
55
typedef uint32_t
_Unwind_State
;
57
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
58
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
59
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
61
static const
_Unwind_State
_US_FORCE_UNWIND = 8;
105
(
_Unwind_State
state,
110
(
_Unwind_State
state,
/ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h
50
typedef uint32_t
_Unwind_State
;
51
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
52
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
53
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h
55
typedef uint32_t
_Unwind_State
;
57
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
58
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
59
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
61
static const
_Unwind_State
_US_FORCE_UNWIND = 8;
105
(
_Unwind_State
state,
110
(
_Unwind_State
state,
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h
50
typedef uint32_t
_Unwind_State
;
51
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
52
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
53
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
54
static const
_Unwind_State
_US_ACTION_MASK = 3;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h
65
_Unwind_State
;
167
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
unwind-arm-common.h
65
_Unwind_State
;
167
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h
65
_Unwind_State
;
167
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
unwind-arm-common.h
65
_Unwind_State
;
167
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
Completed in 2428 milliseconds