Searched refs:LIBUNWIND_AVAIL (Results 1 – 1 of 1) sorted by relevance
31 #define LIBUNWIND_AVAIL __attribute__((unavailable)) macro37 #define LIBUNWIND_AVAIL AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER macro39 #define LIBUNWIND_AVAIL __attribute__((unavailable)) macro43 #define LIBUNWIND_AVAIL macro109 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;111 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;116 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;120 extern void unw_save_vfp_as_X(unw_cursor_t *) LIBUNWIND_AVAIL;124 extern uintptr_t unw_get_data_rel_base(unw_cursor_t *) LIBUNWIND_AVAIL;129 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;[all …]