Lines Matching refs:ret
34 int ret;
38 if ((ret = fetch8 (as, a, &addr, (int8_t *) buf + i, arg)) < 0)
39 return ret;
54 int ret;
58 ret = unwi_find_dynamic_proc_info (as, ip, &pi, 1, arg);
59 if (ret == 0)
69 ret = intern_string (as, a, di->u.pi.name_ptr, buf, buf_len, arg);
76 ret = -UNW_ENOINFO;
80 ret = -UNW_EINVAL;
84 return ret;
87 if (ret != -UNW_ENOINFO)
88 return ret;