Lines Matching refs:pos
188 struct map *pos = rb_entry(nd, struct map, rb_node), *pair; in test__vmlinux_matches_kallsyms() local
196 (pos->dso->kernel ? in test__vmlinux_matches_kallsyms()
197 pos->dso->short_name : in test__vmlinux_matches_kallsyms()
198 pos->dso->name)); in test__vmlinux_matches_kallsyms()
202 map__fprintf(pos, stderr); in test__vmlinux_matches_kallsyms()
208 struct map *pos = rb_entry(nd, struct map, rb_node), *pair; in test__vmlinux_matches_kallsyms() local
210 mem_start = vmlinux_map->unmap_ip(vmlinux_map, pos->start); in test__vmlinux_matches_kallsyms()
211 mem_end = vmlinux_map->unmap_ip(vmlinux_map, pos->end); in test__vmlinux_matches_kallsyms()
220 pos->start, pos->end, pos->pgoff, pos->dso->name); in test__vmlinux_matches_kallsyms()
233 struct map *pos = rb_entry(nd, struct map, rb_node); in test__vmlinux_matches_kallsyms() local
235 if (!pos->priv) in test__vmlinux_matches_kallsyms()
236 map__fprintf(pos, stderr); in test__vmlinux_matches_kallsyms()