HomeSort by relevance Sort by last modified time
    Searched defs:unw_context_t (Results 1 - 3 of 3) sorted by null

  /external/libunwind/include/
libunwind-common.h 106 typedef unw_tdep_context_t unw_context_t; typedef
108 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
262 extern int unw_init_local (unw_cursor_t *, unw_context_t *);
  /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;

Completed in 457 milliseconds