Searched refs:_UA_END_OF_STACK (Results 1 - 8 of 8) sorted by relevance

/external/libunwind/include/
H A Dunwind.h106 _UA_END_OF_STACK exists. */
107 # define _UA_END_OF_STACK 16 macro
/external/libunwind/src/unwind/
H A Dunwind-internal.h89 actions |= _UA_END_OF_STACK;
/external/clang/lib/Headers/
H A Dunwind.h100 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */ enumerator in enum:__anon17935
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c36 _UA_END_OF_STACK = 16 enumerator in enum:__anon19596
/external/libcxxabi/include/
H A Dunwind.h55 _UA_END_OF_STACK = 16 // gcc extension to C++ ABI enumerator in enum:__anon23606
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c265 "function with _UA_END_OF_STACK\n",
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwindLevel1.c312 "function with _UA_END_OF_STACK\n",
315 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp106 _UA_END_OF_STACK = 16 enumerator in enum:__anon25448

Completed in 144 milliseconds