Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c28 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()
DUnwindLevel1-gcc-ext.c87 unw_context_t uc; in _Unwind_FindEnclosingFunction()
104 unw_context_t uc; in _Unwind_Backtrace()
154 unw_context_t uc; in _Unwind_Find_FDE()
DUnwindRegistersSave.S17 # 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)
Dlibunwind.cpp36 extern int unw_getcontext(unw_context_t *);
42 unw_context_t *context) { in unw_init_local()
DUnwind-EHABI.cpp403 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()
DRegisters.hpp90 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()
DUnwindCursor.hpp396 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/
Dlibunwind.h54 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;