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

1 2 3 4

  /external/libunwind_llvm/test/
unw_getcontext.pass.cpp 6 int ret = unw_getcontext(&context);
libunwind_01.pass.cpp 6 unw_getcontext(&context);
  /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 \
libunwind.man 25 unw_getcontext(unw_context_t *);
126 In this function, you would call unw_getcontext()
247 unw_getcontext(&uc);
477 unw_getcontext(3),
  /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);
libunwind.cpp 40 extern int unw_getcontext(unw_context_t *);
41 // note: unw_getcontext() implemented in assembly
44 /// 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);
  /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 227 milliseconds

1 2 3 4