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

1 2 3

  /external/libunwind/doc/
unw_getcontext.man 15 unw_getcontext
25 unw_getcontext(unw_context_t *ucp);
31 The unw_getcontext()
35 exact set of registers stored by unw_getcontext()
52 instead of unw_getcontext().
57 initialized by unw_getcontext()
61 asymmetry is that unw_getcontext()
68 On successful completion, unw_getcontext()
75 unw_getcontext()
Makefile.am 12 unw_getcontext.man \
38 unw_getcontext.tex \
  /ndk/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)
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);
156 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)
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);
libunwind.cpp 42 extern int unw_getcontext(unw_context_t *);
43 // note: unw_getcontext() implemented in assembly
46 /// unw_getcontext().
  /external/libunwind/android/tests/
local_test.cpp 34 ASSERT_TRUE(unw_getcontext(context) == 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) \
  /external/libunwind/tests/
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",
test-static-link-gen.c 64 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",
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 */
Gia64-test-readonly.c 54 unw_getcontext (&uc);
Gtest-init.cxx 57 unw_getcontext (&uc);
Gtest-nomalloc.c 62 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);
test-static-link-loc.c 82 unw_getcontext (&uc);
  /external/libunwind/include/
libunwind-common.h.in 104 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
107 to think of unw_getcontext() as being identical to getcontext(). */
108 #define unw_getcontext(uc) unw_tdep_getcontext(uc)
libunwind-common.h 116 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
119 to think of unw_getcontext() as being identical to getcontext(). */
120 #define unw_getcontext(uc) unw_tdep_getcontext(uc) macro
  /external/libunwind/src/mi/
backtrace.c 71 (void) unw_getcontext (&uc);
  /system/core/libbacktrace/
UnwindCurrent.cpp 70 int ret = unw_getcontext(&context_);
72 BACK_LOGW("unw_getcontext failed %d", ret);
  /external/libunwind/
NEWS 149 ** unw_getcontext() tuned on IA-64.
151 The unw_getcontext() routine used to be provided by (GNU) libc
154 unw_getcontext() only does the work really needed for libunwind and

Completed in 908 milliseconds

1 2 3