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

1 2 3

  /external/libunwind/android/tests/
local_test.cpp 27 unw_context_t* context;
28 context = reinterpret_cast<unw_context_t*>(malloc(sizeof(unw_context_t) + EXTRA_CONTEXT_BYTES));
30 uint8_t* extra = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(context) + sizeof(unw_context_t));
  /external/libunwind/src/aarch64/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/src/arm/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/src/sh/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/src/unwind/
Resume.c 32 unw_context_t uc;
Backtrace.c 33 unw_context_t uc;
Resume_or_Rethrow.c 32 unw_context_t uc;
ForcedUnwind.c 34 unw_context_t uc;
RaiseException.c 37 unw_context_t uc;
  /system/core/libbacktrace/
UnwindCurrent.h 41 unw_context_t context_;
  /external/libunwind/src/mi/
backtrace.c 36 slow_backtrace (void **buffer, int size, unw_context_t *uc)
61 unw_context_t uc;
  /external/libunwind/src/ia64/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 set_as_arg (struct cursor *c, unw_context_t *uc)
51 get_initial_stack_pointers (struct cursor *c, unw_context_t *uc,
80 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/tests/
test-static-link-gen.c 61 unw_context_t uc;
test-static-link-loc.c 76 unw_context_t uc;
test-mem.c 48 unw_context_t uc;
78 unw_context_t uc;
Gtest-nomalloc.c 58 unw_context_t uc;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 80 unw_context_t uc;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h 80 unw_context_t uc;
  /external/libcxxabi/include/
libunwind.h 54 struct unw_context_t { struct
57 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
94 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
95 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 54 struct unw_context_t { struct
57 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
98 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
99 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 87 unw_context_t uc;
104 unw_context_t uc;
154 unw_context_t uc;
UnwindLevel1.c 28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
121 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) {
228 unwind_phase2_forced(unw_context_t *uc,
333 unw_context_t uc;
366 unw_context_t uc;
390 unw_context_t uc;
  /external/libcxxabi/src/Unwind/
UnwindLevel1.c 28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
120 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) {
225 unwind_phase2_forced(unw_context_t *uc,
330 unw_context_t uc;
363 unw_context_t uc;
387 unw_context_t uc;
  /external/libunwind/src/setjmp/
longjmp.c 61 unw_context_t uc;
siglongjmp.c 62 unw_context_t uc;

Completed in 506 milliseconds

1 2 3