Lines Matching defs:ip
60 unw_word_t ip, sp, off;
73 unw_get_reg (&cursor, UNW_REG_IP, &ip);
85 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp);
108 unw_get_reg (&cursor, UNW_REG_IP, &ip);
109 printf ("FAILURE: unw_step() returned %d for ip=%lx\n",
110 ret, (long) ip);
125 printf ("[%d] ip=%p\n", i, buffer[i]);
183 uint64_t ip;
186 __uc_get_ip (uc, &ip);
187 printf (" @ %lx (reason=%d)", ip, reason);