Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDUnwindLevel1.c91 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
191 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
335 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
449 unw_context_t uc; in _Unwind_RaiseException()
483 unw_context_t uc; in _Unwind_Resume()
508 unw_context_t uc; in _Unwind_ForcedUnwind()
HDlibunwind_ext.h26 extern int __unw_getcontext(unw_context_t *);
27 extern int __unw_init_local(unw_cursor_t *, unw_context_t *);
HDUnwindLevel1-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()
HDUnwindRegistersSave.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)
HDUnwind-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()
HDUnwind-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()
HDRegisters.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()
1872 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit), in Registers_arm64()
2227 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit), in Registers_arm()
2656 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit), in Registers_or1k()
2864 static_assert((check_fit<Registers_mips_o32, unw_context_t>::does_fit), in Registers_mips_o32()
3194 static_assert((check_fit<Registers_mips_newabi, unw_context_t>::does_fit), in Registers_mips_newabi()
3491 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit), in Registers_sparc()
[all …]
HDlibunwind.cpp44 unw_context_t *context) { in __unw_init_local()
HDUnwindCursor.hpp489 UnwindCursor(unw_context_t *context, A &as);
572 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
933 UnwindCursor(unw_context_t *context, A &as);
1323 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
/freebsd-14-stable/contrib/llvm-project/libunwind/include/
HDlibunwind.h70 struct unw_context_t { struct
73 typedef struct unw_context_t unw_context_t; argument
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-14-stable/sys/contrib/openzfs/lib/libspl/
HDassert.c61 unw_context_t uc; in libspl_dump_backtrace()