Searched refs:unw_getcontext (Results 1 - 25 of 48) sorted by relevance

12

/external/libunwind/android/tests/
H A Dlocal_test.cpp34 ASSERT_TRUE(unw_getcontext(context) == 0);
/external/libunwind/tests/
H A Dtest-static-link-gen.c64 unw_getcontext (&uc);
H A Dtest-static-link-loc.c82 unw_getcontext (&uc);
H A DGtest-nomalloc.c62 unw_getcontext (&uc);
H A DGia64-test-readonly.c54 unw_getcontext (&uc);
H A DGtest-exc.c58 unw_getcontext (&uc);
H A DGtest-init.cxx57 unw_getcontext (&uc);
H A Dia64-test-sig.c48 unw_getcontext (&uc);
H A Dtest-init-remote.c56 unw_getcontext (&uc);
H A Dtest-mem.c51 unw_getcontext (&uc);
H A DGtest-concurrent.c58 unw_getcontext (&uc);
H A DGperf-simple.c65 unw_getcontext (&uc);
180 unw_getcontext (&uc[i].uc);
207 unw_getcontext (&uc[0].uc);
226 printf ("unw_getcontext : cold avg=%9.3f nsec, warm avg=%9.3f nsec\n",
H A DGtest-resume-sig.c103 if ((ret = unw_getcontext (&uc)) < 0)
104 panic ("unw_getcontext() failed: ret=%d\n", ret);
106 /* unw_getcontext() doesn't save signal mask to avoid a syscall */
H A Dppc64-test-altivec.c53 unw_getcontext (&uc);
H A Dtest-async-sig.c82 unw_getcontext (&uc);
H A DGperf-trace.c166 unw_getcontext (&uc[i].uc);
193 unw_getcontext (&uc[0].uc);
212 printf ("unw_getcontext : cold avg=%9.3f nsec, warm avg=%9.3f nsec\n",
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h90 unw_getcontext(&uc);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_libunwind-inl.h90 unw_getcontext(&uc);
/external/libunwind/src/mi/
H A Dbacktrace.c71 unw_getcontext (&uc);
/external/libcxxabi/src/Unwind/
H A 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)
98 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
236 ; extern int unw_getcontext(unw_context_t* thread_state)
242 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
286 @ extern int unw_getcontext(unw_context_t* thread_state)
295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext
[all...]
H A DUnwindLevel1-gcc-ext.c89 unw_getcontext(&uc);
105 unw_getcontext(&uc);
178 unw_getcontext(&uc);
H A DUnwindLevel1.c331 unw_getcontext(&uc);
364 unw_getcontext(&uc);
388 unw_getcontext(&uc);
/external/libunwind/src/setjmp/
H A Dlongjmp.c66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
H A Dsiglongjmp.c67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
/external/libunwind/src/unwind/
H A Dunwind-internal.h49 /* This must be a macro because unw_getcontext() must be invoked from
54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \

Completed in 7964 milliseconds

12