Home
last modified time | relevance | path

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

/external/libunwind/include/
Dunwind.h107 # define _UA_END_OF_STACK 16 macro
/external/libunwind/src/unwind/
Dunwind-internal.h89 actions |= _UA_END_OF_STACK; in _Unwind_Phase2()
/external/clang/lib/Headers/
Dunwind.h108 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */ enumerator
/external/libunwind_llvm/include/
Dunwind.h49 _UA_END_OF_STACK = 16 // gcc extension to C++ ABI enumerator
/external/libunwind_llvm/src/
DUnwind-sjlj.c268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
DUnwindLevel1.c330 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp108 _UA_END_OF_STACK = 16 enumerator
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp111 _UA_END_OF_STACK = 16 enumerator