OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Unwind_State
(Results
1 - 9
of
9
) sorted by null
/external/libcxxabi/include/
unwind.h
61
typedef uint32_t
_Unwind_State
;
63
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
64
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
65
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
109
(
_Unwind_State
state,
114
(
_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
61
typedef uint32_t
_Unwind_State
;
63
static const
_Unwind_State
_US_VIRTUAL_UNWIND_FRAME = 0;
64
static const
_Unwind_State
_US_UNWIND_FRAME_STARTING = 1;
65
static const
_Unwind_State
_US_UNWIND_FRAME_RESUME = 2;
105
(
_Unwind_State
state,
110
(
_Unwind_State
state,
/prebuilts/ndk/9/sources/cxx-stl/EH/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/ndk/9/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.8/lib/gcc/arm-linux-androideabi/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-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.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h
65
_Unwind_State
;
167
typedef _Unwind_Reason_Code (*personality_routine) (
_Unwind_State
,
Completed in 77 milliseconds