Searched refs:LIBUNWIND_AVAIL (Results 1 – 1 of 1) sorted by relevance
31 #define LIBUNWIND_AVAIL __attribute__((unavailable)) macro33 #define LIBUNWIND_AVAIL __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_5_0) 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;110 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;111 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;112 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;113 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;[all …]