Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwindLevel1.c38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
132 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
244 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
351 unw_context_t uc; in _Unwind_RaiseException()
385 unw_context_t uc; in _Unwind_Resume()
410 unw_context_t uc; in _Unwind_ForcedUnwind()
Dlibunwind_ext.h26 extern int __unw_getcontext(unw_context_t *);
27 extern int __unw_init_local(unw_cursor_t *, unw_context_t *);
DUnwindLevel1-gcc-ext.c94 unw_context_t uc; in _Unwind_FindEnclosingFunction()
110 unw_context_t uc; in _Unwind_Backtrace()
196 unw_context_t uc; in _Unwind_Find_FDE()
DUnwindRegistersSave.S18 # extern int __unw_getcontext(unw_context_t* thread_state)
59 # extern int __unw_getcontext(unw_context_t* thread_state)
121 # extern int __unw_getcontext(unw_context_t* thread_state)
230 # extern int __unw_getcontext(unw_context_t* thread_state)
320 # extern int __unw_getcontext(unw_context_t* thread_state)
765 @ extern int __unw_getcontext(unw_context_t* thread_state)
DUnwind-seh.cpp229 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced()
366 unw_context_t uc; in _Unwind_Resume()
405 unw_context_t uc; in _Unwind_ForcedUnwind()
DRegisters.hpp107 static_assert((check_fit<Registers_x86, unw_context_t>::does_fit), in Registers_x86()
326 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit), in Registers_x86_64()
651 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit), in Registers_ppc()
1218 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit), in Registers_ppc64()
1826 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit), in Registers_arm64()
2174 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit), in Registers_arm()
2584 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit), in Registers_or1k()
2790 static_assert((check_fit<Registers_mips_o32, unw_context_t>::does_fit), in Registers_mips_o32()
3112 static_assert((check_fit<Registers_mips_newabi, unw_context_t>::does_fit), in Registers_mips_newabi()
3401 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit), in Registers_sparc()
[all …]
DUnwind-EHABI.cpp444 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
542 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2()
678 unw_context_t uc; in _Unwind_RaiseException()
716 unw_context_t uc; in _Unwind_Resume()
Dlibunwind.cpp44 unw_context_t *context) { in __unw_init_local()
DUnwindCursor.hpp462 UnwindCursor(unw_context_t *context, A &as);
530 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
884 UnwindCursor(unw_context_t *context, A &as);
1208 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
Dlibunwind.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;