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_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 */
  /external/libunwind/src/mi/
backtrace.c 71 (void) unw_getcontext (&uc);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/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)
290 @ extern int unw_getcontext(unw_context_t* thread_state)
299 @ Instead, VFP registers are demand saved by logic external to unw_getcontext
    [all...]
UnwindLevel1-gcc-ext.c 92 unw_getcontext(&uc);
107 unw_getcontext(&uc);
202 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)
  /system/core/libbacktrace/
backtrace_testlib.cpp 75 unw_getcontext(arg->unw_context);
  /external/libunwind_llvm/src/
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)
290 @ extern int unw_getcontext(unw_context_t* thread_state)
299 @ Instead, VFP registers are demand saved by logic external to unw_getcontext
    [all...]
UnwindLevel1-gcc-ext.c 93 unw_getcontext(&uc);
108 unw_getcontext(&uc);
191 unw_getcontext(&uc);
UnwindLevel1.c 349 unw_getcontext(&uc);
382 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 320 milliseconds

1 2 3