Lines Matching defs:ip
60 unw_word_t ip;
74 unw_get_reg (&cursor, UNW_REG_IP, &ip);
75 addresses[0][depth] = (void *) ip;
81 unw_get_reg (&cursor, UNW_REG_IP, &ip);
82 printf ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, (long) ip);
88 printf ("\t #%-3d ip=%p\n", i, addresses[0][i]);
97 printf ("\t #%-3d ip=%p\n", i, addresses[1][i]);
106 printf ("\t #%-3d ip=%p\n", i, addresses[2][i]);
195 uint64_t ip;
198 __uc_get_ip (uc, &ip);
199 printf (" @ %lx (reason=%d)", ip, reason);