Lines Matching refs:nd
309 struct rb_node *nd = rb_first_cached(symbols); in map__fixup_start() local
310 if (nd != NULL) { in map__fixup_start()
311 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start()
319 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end() local
320 if (nd != NULL) { in map__fixup_end()
321 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end()
689 struct rb_node *nd; in maps__find_symbol_by_name() local
693 for (nd = rb_first(&maps->entries); nd; nd = rb_next(nd)) { in maps__find_symbol_by_name()
694 struct map *pos = rb_entry(nd, struct map, rb_node); in maps__find_symbol_by_name()
741 struct rb_node *nd; in maps__fprintf() local
745 for (nd = rb_first(&maps->entries); nd; nd = rb_next(nd)) { in maps__fprintf()
746 struct map *pos = rb_entry(nd, struct map, rb_node); in maps__fprintf()