Home | History | Annotate | Download | only in util

Lines Matching defs:ip

295 	const u64 ip = sym->start;
301 if (ip < s->start)
310 static struct symbol *symbols__find(struct rb_root *symbols, u64 ip)
322 if (ip < s->start)
324 else if (ip > s->end)