Searched refs:unw_get_reg (Results 1 – 3 of 3) sorted by relevance
128 if (unw_get_reg(&cp, regnum, &v) < 0) in libspl_backtrace()194 if (unw_get_reg(&cp, UNW_REG_IP, &v) < 0) { in libspl_backtrace()
110 _LIBUNWIND_WEAK_ALIAS(__unw_get_reg, unw_get_reg) in _LIBUNWIND_WEAK_ALIAS() argument
112 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;