Home | History | Annotate | Download | only in ia64

Lines Matching refs:ret

33   int ret;
38 ret = ia64_fetch_proc_info (c, c->ip, 1);
39 if (ret < 0)
40 return ret;
42 ret = ia64_create_state_record (c, &sr);
43 if (ret < 0)
44 return ret;
48 ret = (sr.abi_marker != 0);
52 Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret);
53 return ret;