/external/libunwind/src/unwind/ |
H A D | DeleteException.c | 29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object) 37 void __libunwind_Unwind_DeleteException (struct _Unwind_Exception *)
|
H A D | Resume.c | 29 _Unwind_Resume (struct _Unwind_Exception *exception_object) 52 void __libunwind_Unwind_Resume (struct _Unwind_Exception *)
|
H A D | Resume_or_Rethrow.c | 29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object) 58 __libunwind_Unwind_Resume_or_Rethrow (struct _Unwind_Exception *)
|
H A D | ForcedUnwind.c | 30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object, 63 _Unwind_Reason_Code __libunwind_Unwind_ForcedUnwind (struct _Unwind_Exception*,
|
H A D | RaiseException.c | 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) 119 __libunwind_Unwind_RaiseException (struct _Unwind_Exception *)
|
H A D | unwind-internal.h | 41 (int, _Unwind_Action, uint64_t, struct _Unwind_Exception *, 58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object,
|
/external/libunwind/include/ |
H A D | unwind.h | 62 struct _Unwind_Exception; /* forward-declaration */ 65 struct _Unwind_Exception *); 69 struct _Unwind_Exception *, 77 struct _Unwind_Exception struct 85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *); 86 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *, 88 extern void _Unwind_Resume (struct _Unwind_Exception *); 89 extern void _Unwind_DeleteException (struct _Unwind_Exception *); 113 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
|
/external/clang/lib/Headers/ |
H A D | unwind.h | 79 struct _Unwind_Exception; 104 struct _Unwind_Exception *); 106 struct _Unwind_Exception { struct 111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word 118 struct _Unwind_Exception *, 123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *, 211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *); 212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *, 214 void _Unwind_DeleteException(struct _Unwind_Exception *); 215 void _Unwind_Resume(struct _Unwind_Exception *); [all...] |
/external/libcxxabi/include/ |
H A D | unwind.h | 67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */ typedef in typeref:struct:_Unwind_Control_Block 106 _Unwind_Exception* exceptionObject, 111 _Unwind_Exception* exceptionObject, 115 struct _Unwind_Exception; // forward declaration 116 typedef struct _Unwind_Exception _Unwind_Exception; typedef in typeref:struct:_Unwind_Exception 118 struct _Unwind_Exception { struct 121 _Unwind_Exception *exc); 125 // The gcc implementation of _Unwind_Exception used attribute mode on the 137 _Unwind_Exception* exceptionObjec [all...] |
/external/libcxxabi/src/ |
H A D | cxa_exception.cpp | 27 // | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object | 34 // | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 | 66 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) 79 static void setExceptionClass(_Unwind_Exception* unwind_exception) { 83 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { 88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { 93 static bool isDependentException(_Unwind_Exception* unwind_exception) { 130 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) 264 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; 276 _Unwind_Exception* unwind_exceptio [all...] |
H A D | cxa_default_handlers.cpp | 36 _Unwind_Exception* unwind_exception = 37 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
|
H A D | cxa_exception.hpp | 66 _Unwind_Exception unwindHeader; 101 _Unwind_Exception unwindHeader;
|
H A D | cxa_handlers.cpp | 93 _Unwind_Exception* unwind_exception = 94 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1;
|
H A D | cxa_personality.cpp | 33 | __cxa_exception | _Unwind_Exception CLNGC++\0 | thrown object | 40 | __cxa_dependent_exception | _Unwind_Exception CLNGC++\1 | 304 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) 339 _Unwind_Exception* unwind_exception) 359 _Unwind_Exception* unwind_exception) 406 void* adjustedPtr, _Unwind_Exception* unwind_exception) 448 void* adjustedPtr, _Unwind_Exception* unwind_exception) 481 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) 511 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, 544 _Unwind_Exception *unwind_exceptio [all...] |
/external/libcxxabi/src/Unwind/ |
H A D | Unwind-sjlj.c | 73 unwind_phase1(struct _Unwind_Exception *exception_object) { 128 unwind_phase2(struct _Unwind_Exception *exception_object) { 196 unwind_phase2_forced(struct _Unwind_Exception *exception_object, 280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { 310 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { 327 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { 424 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) {
|
H A D | UnwindLevel1.c | 29 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { 123 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { 234 _Unwind_Exception *exception_object, 338 _Unwind_RaiseException(_Unwind_Exception *exception_object) { 372 _Unwind_Resume(_Unwind_Exception *exception_object) { 394 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, 449 _Unwind_DeleteException(_Unwind_Exception *exception_object) {
|
H A D | UnwindLevel1-gcc-ext.c | 29 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { 144 _Unwind_Exception ex;
|
H A D | Unwind-EHABI.cpp | 434 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { 548 _Unwind_Exception *exception_object, 693 _Unwind_RaiseException(_Unwind_Exception *exception_object) { 712 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { 730 _Unwind_Resume(_Unwind_Exception *exception_object) { 986 _Unwind_DeleteException(_Unwind_Exception *exception_object) {
|
/external/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 147 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, 152 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 110 struct _Unwind_Exception; 113 struct _Unwind_Exception *); 115 struct _Unwind_Exception { struct 153 /// Note: The above unwind.h defines struct _Unwind_Exception to be aligned 160 struct _Unwind_Exception unwindException; 166 typedef struct _Unwind_Exception OurUnwindException; 340 /// This function is the struct _Unwind_Exception API mandated delete function 545 /// @param exceptionClass exception class (_Unwind_Exception::exception_class) 547 /// @param exceptionObject thrown _Unwind_Exception instance. 555 struct _Unwind_Exception *exceptionObjec [all...] |