Home
last modified time | relevance | path

Searched refs:unw_getcontext (Results 1 – 25 of 51) sorted by relevance

123

/external/libunwind_llvm/src/
DUnwindRegistersSave.S17 # 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 …]
DUnwindLevel1-gcc-ext.c93 unw_getcontext(&uc); in _Unwind_FindEnclosingFunction()
108 unw_getcontext(&uc); in _Unwind_Backtrace()
191 unw_getcontext(&uc); in _Unwind_Find_FDE()
DUnwindLevel1.c347 unw_getcontext(&uc); in _Unwind_RaiseException()
381 unw_getcontext(&uc); in _Unwind_Resume()
406 unw_getcontext(&uc); in _Unwind_ForcedUnwind()
/external/libunwind/tests/
DGperf-simple.c65 unw_getcontext (&uc); in measure_unwind()
180 unw_getcontext (&uc[i].uc); in measure_init()
207 unw_getcontext (&uc[0].uc); in measure_init()
DGperf-trace.c166 unw_getcontext (&uc[i].uc); in measure_init()
193 unw_getcontext (&uc[0].uc); in measure_init()
Dtest-static-link-gen.c64 unw_getcontext (&uc); in test_generic()
Dtest-static-link-loc.c82 unw_getcontext (&uc); in test_local()
DGtest-nomalloc.c62 unw_getcontext (&uc); in do_backtrace()
DGia64-test-readonly.c54 unw_getcontext (&uc); in checker()
Dia64-test-sig.c48 unw_getcontext (&uc); in sighandler()
Dtest-init-remote.c56 unw_getcontext (&uc); in do_backtrace()
DGtest-init.cxx57 unw_getcontext (&uc); in do_backtrace()
Dtest-mem.c51 unw_getcontext (&uc); in do_backtrace()
DGtest-exc.c58 unw_getcontext (&uc); in raise_exception()
DGtest-concurrent.c58 unw_getcontext (&uc); in handler()
DGtest-resume-sig.c103 if ((ret = unw_getcontext (&uc)) < 0) in handler()
Dtest-async-sig.c82 unw_getcontext (&uc); in do_backtrace()
/external/libunwind/doc/
DMakefile.am12 unw_getcontext.man \
38 unw_getcontext.tex \
/external/libunwind_llvm/test/
Dunw_getcontext.pass.cpp6 int ret = unw_getcontext(&context); in main()
Dlibunwind_01.pass.cpp6 unw_getcontext(&context); in backtrace()
/external/libunwind/android/tests/
Dlocal_test.cpp34 ASSERT_TRUE(unw_getcontext(context) == 0); in TEST()
/external/libunwind/src/mi/
Dbacktrace.c71 (void) unw_getcontext (&uc); in unw_backtrace()
/external/libunwind/src/setjmp/
Dlongjmp.c66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0) in _longjmp()
Dsiglongjmp.c67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0) in siglongjmp()
/external/libunwind/src/unwind/
Dunwind-internal.h54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \

123