Searched defs:unw_proc_info_t (Results 1 - 2 of 2) sorted by path

/external/libcxxabi/include/
H A Dlibunwind.h75 struct unw_proc_info_t { struct
88 typedef struct unw_proc_info_t unw_proc_info_t; typedef in typeref:struct:unw_proc_info_t
110 extern int unw_get_proc_info(unw_cursor_t *, unw_proc_info_t *) LIBUNWIND_AVAIL;
/external/libunwind/include/
H A Dlibunwind-common.h143 unw_proc_info_t; typedef in typeref:struct:unw_proc_info
152 int (*find_proc_info) (unw_addr_space_t, unw_word_t, unw_proc_info_t *,
158 void (*put_unwind_info) (unw_addr_space_t, unw_proc_info_t *, void *);
266 extern int unw_get_proc_info (unw_cursor_t *, unw_proc_info_t *);
268 unw_proc_info_t *, void *);

Completed in 226 milliseconds