OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_UA_FORCE_UNWIND
(Results
1 - 25
of
43
) sorted by null
1
2
/external/libunwind/include/
unwind.h
59
#define
_UA_FORCE_UNWIND
8
/ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h
53
static const _Unwind_Action
_UA_FORCE_UNWIND
= 8;
unwind-arm.h
141
static const _Unwind_Action
_UA_FORCE_UNWIND
= 8;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h
53
static const _Unwind_Action
_UA_FORCE_UNWIND
= 8;
unwind-arm.h
142
static const _Unwind_Action
_UA_FORCE_UNWIND
= 8;
/ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc
73
if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME |
_UA_FORCE_UNWIND
)) {
78
if ((actions & _UA_HANDLER_FRAME) && (actions &
_UA_FORCE_UNWIND
)) {
166
else if (!(actions &
_UA_FORCE_UNWIND
))
197
} else if (!(actions &
_UA_FORCE_UNWIND
)) {
227
} else if (!(actions &
_UA_FORCE_UNWIND
)) {
243
else if (!(actions &
_UA_FORCE_UNWIND
)) {
/external/libunwind/src/unwind/
unwind-internal.h
80
actions |=
_UA_FORCE_UNWIND
;
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h
108
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h
108
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h
115
#define
_UA_FORCE_UNWIND
8
/external/libunwind_llvm/src/
Unwind-sjlj.c
212
(_Unwind_Action)(
_UA_FORCE_UNWIND
| _UA_CLEANUP_PHASE);
268
(_Unwind_Action)(
_UA_FORCE_UNWIND
| _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c
212
(_Unwind_Action)(
_UA_FORCE_UNWIND
| _UA_CLEANUP_PHASE);
268
(_Unwind_Action)(
_UA_FORCE_UNWIND
| _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
/external/clang/lib/Headers/
unwind.h
99
_UA_FORCE_UNWIND
= 8,
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h
99
_UA_FORCE_UNWIND
= 8,
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
unwind.h
99
_UA_FORCE_UNWIND
= 8,
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
unwind.h
99
_UA_FORCE_UNWIND
= 8,
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
unwind.h
99
_UA_FORCE_UNWIND
= 8,
Completed in 481 milliseconds
1
2