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

  /external/libunwind/include/
libunwind-common.h 111 unw_cursor_t; typedef in typeref:struct:unw_cursor
187 int (*resume) (unw_addr_space_t, unw_cursor_t *, void *);
274 extern int unw_init_local (unw_cursor_t *, unw_context_t *);
275 extern int unw_init_remote (unw_cursor_t *, unw_addr_space_t, void *);
276 extern int unw_step (unw_cursor_t *);
277 extern int unw_resume (unw_cursor_t *);
278 extern int unw_get_proc_info (unw_cursor_t *, unw_proc_info_t *);
281 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *);
282 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
283 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *)
    [all...]
  /external/libunwind_llvm/include/
libunwind.h 67 struct unw_cursor_t { struct
70 typedef struct unw_cursor_t unw_cursor_t; typedef in typeref:struct:unw_cursor_t
103 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
104 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
105 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
106 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
107 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
108 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
109 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 53 struct unw_cursor_t { struct
56 typedef struct unw_cursor_t unw_cursor_t; typedef in typeref:struct:unw_cursor_t
89 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
90 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
91 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
93 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
94 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
95 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL
    [all...]

Completed in 1285 milliseconds