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

  /external/libunwind/include/
libunwind-common.h 114 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/libunwind_llvm/include/
libunwind.h 62 struct unw_context_t { struct
65 typedef struct unw_context_t unw_context_t; typedef in typeref:struct:unw_context_t
101 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
102 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;

Completed in 66 milliseconds