Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
173 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
309 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
423 unw_context_t uc; in _Unwind_RaiseException()
457 unw_context_t uc; in _Unwind_Resume()
482 unw_context_t uc; in _Unwind_ForcedUnwind()
H A Dlibunwind_ext.h26 extern int __unw_getcontext(unw_context_t *);
27 extern int __unw_init_local(unw_cursor_t *, unw_context_t *);
H A DUnwindLevel1-gcc-ext.c118 unw_context_t uc; in _Unwind_FindEnclosingFunction()
135 unw_context_t uc; in _Unwind_Backtrace()
221 unw_context_t uc; in _Unwind_Find_FDE()
H A DUnwindRegistersSave.S28 # extern int __unw_getcontext(unw_context_t* thread_state)
71 # extern int __unw_getcontext(unw_context_t* thread_state)
134 # extern int __unw_getcontext(unw_context_t* thread_state)
245 # extern int __unw_getcontext(unw_context_t* thread_state)
280 # extern int __unw_getcontext(unw_context_t* thread_state)
779 @ extern int __unw_getcontext(unw_context_t* thread_state)
H A DUnwind-EHABI.cpp465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
565 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2()
699 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
820 unw_context_t uc; in _Unwind_RaiseException()
858 unw_context_t uc; in _Unwind_Resume()
1157 unw_context_t uc; in _Unwind_ForcedUnwind()
H A DUnwind-seh.cpp238 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced()
385 unw_context_t uc; in _Unwind_Resume()
424 unw_context_t uc; in _Unwind_ForcedUnwind()
H A DRegisters.hpp120 static_assert((check_fit<Registers_x86, unw_context_t>::does_fit), in Registers_x86()
348 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit), in Registers_x86_64()
682 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit), in Registers_ppc()
1255 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit), in Registers_ppc64()
1865 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit), in Registers_arm64()
2220 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit), in Registers_arm()
2649 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit), in Registers_or1k()
3484 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit), in Registers_sparc()
4070 static_assert((check_fit<Registers_riscv, unw_context_t>::does_fit), in Registers_riscv()
4376 static_assert((check_fit<Registers_ve, unw_context_t>::does_fit), in Registers_ve()
[all …]
H A Dlibunwind.cpp44 unw_context_t *context) { in __unw_init_local()
H A DUnwindCursor.hpp490 UnwindCursor(unw_context_t *context, A &as);
573 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
934 UnwindCursor(unw_context_t *context, A &as);
1324 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h70 struct unw_context_t { struct
73 typedef struct unw_context_t unw_context_t; typedef
109 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
110 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dbacktrace.c66 unw_context_t uc; in libspl_backtrace()