HomeSort by relevance Sort by last modified time
    Searched refs:unw_getcontext (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/libunwind/android/tests/
local_test.cpp 34 ASSERT_TRUE(unw_getcontext(context) == 0);
  /external/libunwind/tests/
test-static-link-gen.c 64 unw_getcontext (&uc);
test-static-link-loc.c 82 unw_getcontext (&uc);
Gtest-nomalloc.c 62 unw_getcontext (&uc);
Gia64-test-readonly.c 54 unw_getcontext (&uc);
Gtest-exc.c 58 unw_getcontext (&uc);
Gtest-init.cxx 57 unw_getcontext (&uc);
ia64-test-sig.c 48 unw_getcontext (&uc);
test-init-remote.c 56 unw_getcontext (&uc);
test-mem.c 51 unw_getcontext (&uc);
Gtest-concurrent.c 58 unw_getcontext (&uc);
Gperf-simple.c 65 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",
Gtest-resume-sig.c 103 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 */
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 90 unw_getcontext(&uc);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h 90 unw_getcontext(&uc);
  /external/libunwind/src/mi/
backtrace.c 71 unw_getcontext (&uc);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 89 unw_getcontext(&uc);
105 unw_getcontext(&uc);
156 unw_getcontext(&uc);
UnwindRegistersSave.S 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)
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...]
UnwindLevel1.c 334 unw_getcontext(&uc);
367 unw_getcontext(&uc);
391 unw_getcontext(&uc);
  /external/libcxxabi/src/Unwind/
UnwindRegistersSave.S 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)
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...]
UnwindLevel1-gcc-ext.c 89 unw_getcontext(&uc);
105 unw_getcontext(&uc);
178 unw_getcontext(&uc);
UnwindLevel1.c 331 unw_getcontext(&uc);
364 unw_getcontext(&uc);
388 unw_getcontext(&uc);
  /external/libunwind/src/setjmp/
longjmp.c 66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
siglongjmp.c 67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
  /external/libunwind/src/unwind/
unwind-internal.h 49 /* 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 809 milliseconds

1 2 3