Lines Matching defs:ip
305 unw_word_t ip;
309 if (unw_get_reg(cursor, UNW_REG_IP, &ip) < 0) {
320 if (ip >= cur_mmap_cache->start_addr &&
321 ip < cur_mmap_cache->end_addr) {
327 true_offset = ip - cur_mmap_cache->start_addr +
349 } else if (ip < cur_mmap_cache->start_addr)
358 * unw_get_reg returns IP == 0
360 if (ip)
361 error_action(data, "unexpected_backtracing_error", ip);
537 unsigned long ip)
539 queue_put(queue, NULL, NULL, 0, ip, error);