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

/openbsd-current/gnu/llvm/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.c77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
173 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
309 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor,
423 unw_context_t uc;
457 unw_context_t uc;
482 unw_context_t uc;
H A DUnwindLevel1-gcc-ext.c118 unw_context_t uc;
135 unw_context_t uc;
217 unw_context_t uc;
H A DUnwind-seh.cpp229 unwind_phase2_forced(unw_context_t *uc,
368 unw_context_t uc;
407 unw_context_t uc;
H A DUnwind-EHABI.cpp465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) {
565 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor,
699 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor,
820 unw_context_t uc;
858 unw_context_t uc;
1154 unw_context_t uc;
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)
243 # extern int __unw_getcontext(unw_context_t* thread_state)
276 # extern int __unw_getcontext(unw_context_t* thread_state)
285 // extern int __unw_getcontext(unw_context_t* thread_state)
532 // extern int unw_getcontext(unw_context_t* thread_state)
684 // extern int __unw_getcontext(unw_context_t* thread_state)
741 @ extern int __unw_getcontext(unw_context_t* thread_state)
886 # extern int __unw_getcontext(unw_context_t* thread_stat
[all...]
H A DRegisters.hpp120 static_assert((check_fit<Registers_x86, unw_context_t>::does_fit),
121 "x86 registers do not fit into unw_context_t");
348 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit),
349 "x86_64 registers do not fit into unw_context_t");
680 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit),
681 "ppc registers do not fit into unw_context_t");
1251 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit),
1252 "ppc64 registers do not fit into unw_context_t");
1861 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit),
1862 "arm64 registers do not fit into unw_context_t");
[all...]
H A Dlibunwind.cpp44 unw_context_t *context) {
H A DUnwindCursor.hpp489 UnwindCursor(unw_context_t *context, A &as);
565 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
921 UnwindCursor(unw_context_t *context, A &as);
1306 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-libunwind.c79 unw_context_t uc; \
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h70 struct unw_context_t { struct
73 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
109 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
110 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;

Completed in 99 milliseconds