/ndk/sources/cxx-stl/gabi++/src/ |
D | personality.cc | 67 if (actions & _UA_SEARCH_PHASE) { 68 scanEHTable(results, actions, native_exception, unwind_exception, context); 88 if (actions & _UA_CLEANUP_PHASE) { 89 if (actions & _UA_HANDLER_FRAME) { 100 scanEHTable(results, actions, native_exception, unwind_exception, context); 114 scanEHTable(results, actions, native_exception, unwind_exception, context);
|
D | helper_func_internal.h | 81 _Unwind_Action actions, 100 _Unwind_Action actions = 0; \ 106 actions = _UA_SEARCH_PHASE; \ 110 actions = _UA_CLEANUP_PHASE; \ 112 actions |= _UA_HANDLER_FRAME; \ 130 __gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, \
|
D | helper_func_internal.cc | 59 _Unwind_Action actions, in scanEHTable() argument 72 if (actions & _UA_SEARCH_PHASE) { in scanEHTable() 73 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) { in scanEHTable() 77 } else if (actions & _UA_CLEANUP_PHASE) { in scanEHTable() 78 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) { in scanEHTable() 132 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scanEHTable() 156 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scanEHTable() 166 else if (!(actions & _UA_FORCE_UNWIND)) in scanEHTable() 189 if (actions & _UA_SEARCH_PHASE) { in scanEHTable() 197 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 542 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() argument 554 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 557 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab() 565 else if (actions & _UA_CLEANUP_PHASE) in scan_eh_tab() 567 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab() 674 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 707 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 717 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab() 743 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 753 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab() [all …]
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 62 _Unwind_Action actions,
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 135 _Unwind_Action actions, 143 _Unwind_Action actions,
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 233 dnl Mark actions used to generate GNU NLS library. 243 dnl Mark actions to use GNU gettext tools.
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
D | COPYING3 | 442 modify any covered work. These actions infringe copyright if you do
|
/ndk/tests/device/test-stlport_static-exception/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
/ndk/sources/host-tools/ndk-stack/ |
D | NOTICE | 182 distribute the Program or its derivative works. These actions are
|
/ndk/tests/build/lambda-defarg3/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 183 distribute the Program or its derivative works. These actions are
|
D | configure | 1753 # left behind by Apple's compiler. We do this before executing the actions.
|
/ndk/tests/device/test-stlport_shared-exception/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
/ndk/tests/build/test-stlport_static-exception-force-rebuild/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 443 modify any covered work. These actions infringe copyright if you do
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 442 modify any covered work. These actions infringe copyright if you do
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 979 …..): suspicious presence of an AC_SUBST in the second argument, where no actions should be taken],…
|
D | output.0 | 1753 # left behind by Apple's compiler. We do this before executing the actions. 9884 \`$as_me' instantiates files and other configuration actions 9886 and actions are specified as TAGs, all are instantiated by default.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 569 Since you normally do not want to carry out the actions in this rule, 574 commands. Targets that do not refer to files but are just actions are 3794 to include any options that will drastically affect the actions of
|
D | make.texi | 639 do not want to carry out the actions in this rule, @samp{clean} is not a prerequisite of any other … 644 but are just actions are called @dfn{phony targets}. @xref{Phony 4588 to include any options that will drastically affect the actions of
|