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

1 2

  /external/libunwind_llvm/test/
unw_getcontext.pass.cpp 6 int ret = unw_getcontext(&context);
libunwind_01.pass.cpp 6 unw_getcontext(&context);
  /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 */
ppc64-test-altivec.c 53 unw_getcontext (&uc);
test-async-sig.c 82 unw_getcontext (&uc);
Gperf-trace.c 166 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/libunwind/src/mi/
backtrace.c 71 (void) 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_llvm/src/
UnwindRegistersSave.S 19 # extern int unw_getcontext(unw_context_t* thread_state)
30 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
60 # extern int unw_getcontext(unw_context_t* thread_state)
65 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
122 # extern int unw_getcontext(unw_context_t* thread_state)
127 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
178 # extern int unw_getcontext(unw_context_t* thread_state)
183 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
234 # extern int unw_getcontext(unw_context_t* thread_state)
237 DEFINE_LIBUNWIND_FUNCTION(unw_getcontext)
    [all...]
UnwindLevel1-gcc-ext.c 93 unw_getcontext(&uc);
108 unw_getcontext(&uc);
191 unw_getcontext(&uc);
UnwindLevel1.c 347 unw_getcontext(&uc);
381 unw_getcontext(&uc);
406 unw_getcontext(&uc);
  /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 327 milliseconds

1 2