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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
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.c38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
134 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
246 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor,
353 unw_context_t uc;
387 unw_context_t uc;
412 unw_context_t uc;
H A DUnwindLevel1-gcc-ext.c94 unw_context_t uc;
110 unw_context_t uc;
196 unw_context_t uc;
H A DUnwind-seh.cpp241 unwind_phase2_forced(unw_context_t *uc,
378 unw_context_t uc;
417 unw_context_t uc;
H A 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)
329 // extern int __unw_getcontext(unw_context_t* thread_state)
560 // extern int unw_getcontext(unw_context_t* thread_state)
703 // extern int __unw_getcontext(unw_context_t* thread_state)
760 @ extern int __unw_getcontext(unw_context_t* thread_state)
905 # extern int __unw_getcontext(unw_context_t* thread_stat
[all...]
H A DRegisters.hpp103 static_assert((check_fit<Registers_x86, unw_context_t>::does_fit),
104 "x86 registers do not fit into unw_context_t");
320 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit),
321 "x86_64 registers do not fit into unw_context_t");
645 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit),
646 "ppc registers do not fit into unw_context_t");
1212 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit),
1213 "ppc64 registers do not fit into unw_context_t");
1818 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit),
1819 "arm64 registers do not fit into unw_context_t");
[all...]
H A DUnwind-EHABI.cpp440 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
538 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor,
674 unw_context_t uc;
712 unw_context_t uc;
H A Dlibunwind.cpp35 unw_context_t *context) {
H A DUnwindCursor.hpp461 UnwindCursor(unw_context_t *context, A &as);
529 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
881 UnwindCursor(unw_context_t *context, A &as);
1174 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h64 struct unw_context_t { struct
67 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
103 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
104 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;

Completed in 174 milliseconds