Searched refs:unw_context_t (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindLevel1.c | 28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1() 121 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2() 228 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced() 333 unw_context_t uc; in _Unwind_RaiseException() 366 unw_context_t uc; in _Unwind_Resume() 390 unw_context_t uc; in _Unwind_ForcedUnwind()
|
D | UnwindLevel1-gcc-ext.c | 87 unw_context_t uc; in _Unwind_FindEnclosingFunction() 104 unw_context_t uc; in _Unwind_Backtrace() 154 unw_context_t uc; in _Unwind_Find_FDE()
|
D | UnwindRegistersSave.S | 17 # extern int unw_getcontext(unw_context_t* thread_state) 58 # extern int unw_getcontext(unw_context_t* thread_state) 93 ; extern int unw_getcontext(unw_context_t* thread_state) 236 ; extern int unw_getcontext(unw_context_t* thread_state) 286 @ extern int unw_getcontext(unw_context_t* thread_state)
|
D | libunwind.cpp | 36 extern int unw_getcontext(unw_context_t *); 42 unw_context_t *context) { in unw_init_local()
|
D | Unwind-EHABI.cpp | 403 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1() 513 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, in unwind_phase2() 659 unw_context_t uc; in _Unwind_RaiseException() 694 unw_context_t uc; in _Unwind_Resume()
|
D | Registers.hpp | 90 static_assert(sizeof(Registers_x86) < sizeof(unw_context_t), in Registers_x86() 282 static_assert(sizeof(Registers_x86_64) < sizeof(unw_context_t), in Registers_x86_64() 547 static_assert(sizeof(Registers_ppc) < sizeof(unw_context_t), in Registers_ppc() 1065 static_assert(sizeof(Registers_arm64) < sizeof(unw_context_t), in Registers_arm64() 1386 static_assert(sizeof(Registers_arm) < sizeof(unw_context_t), in Registers_arm()
|
D | UnwindCursor.hpp | 396 UnwindCursor(unw_context_t *context, A &as); 536 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | libunwind.h | 54 struct unw_context_t { struct 57 typedef struct unw_context_t unw_context_t; typedef 98 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL; 99 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
|