Lines Matching defs:ip
78 unw_word_t ip, sp, start_ip = 0, off;
91 if ((ret = unw_get_reg (&c, UNW_REG_IP, &ip)) < 0
96 start_ip = ip;
111 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp);
115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret);
137 unw_get_reg (&c, UNW_REG_IP, &ip);
138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n",
139 ret, (long) ip, (long) start_ip);
145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n",