Searched defs:unw_context_t (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-common.h114 typedef unw_tdep_context_t unw_context_t; typedef
116 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
274 extern int unw_init_local (unw_cursor_t *, unw_context_t *);
/external/libcxxabi/include/
H A Dlibunwind.h48 struct unw_context_t { struct
51 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
88 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
89 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;

Completed in 134 milliseconds