Searched refs:unw_getcontext (Results 1 – 25 of 51) sorted by relevance
123
17 # extern int unw_getcontext(unw_context_t* thread_state)28 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)58 # extern int unw_getcontext(unw_context_t* thread_state)63 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)93 # extern int unw_getcontext(unw_context_t* thread_state)96 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)102 ; extern int unw_getcontext(unw_context_t* thread_state)107 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)251 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)299 @ extern int unw_getcontext(unw_context_t* thread_state)[all …]
93 unw_getcontext(&uc); in _Unwind_FindEnclosingFunction()108 unw_getcontext(&uc); in _Unwind_Backtrace()191 unw_getcontext(&uc); in _Unwind_Find_FDE()
347 unw_getcontext(&uc); in _Unwind_RaiseException()381 unw_getcontext(&uc); in _Unwind_Resume()406 unw_getcontext(&uc); in _Unwind_ForcedUnwind()
65 unw_getcontext (&uc); in measure_unwind()180 unw_getcontext (&uc[i].uc); in measure_init()207 unw_getcontext (&uc[0].uc); in measure_init()
166 unw_getcontext (&uc[i].uc); in measure_init()193 unw_getcontext (&uc[0].uc); in measure_init()
64 unw_getcontext (&uc); in test_generic()
82 unw_getcontext (&uc); in test_local()
62 unw_getcontext (&uc); in do_backtrace()
54 unw_getcontext (&uc); in checker()
48 unw_getcontext (&uc); in sighandler()
56 unw_getcontext (&uc); in do_backtrace()
57 unw_getcontext (&uc); in do_backtrace()
51 unw_getcontext (&uc); in do_backtrace()
58 unw_getcontext (&uc); in raise_exception()
58 unw_getcontext (&uc); in handler()
103 if ((ret = unw_getcontext (&uc)) < 0) in handler()
82 unw_getcontext (&uc); in do_backtrace()
12 unw_getcontext.man \38 unw_getcontext.tex \
6 int ret = unw_getcontext(&context); in main()
6 unw_getcontext(&context); in backtrace()
34 ASSERT_TRUE(unw_getcontext(context) == 0); in TEST()
71 (void) unw_getcontext (&uc); in unw_backtrace()
66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0) in _longjmp()
67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0) in siglongjmp()
54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \