Lines Matching refs:nd
232 struct rb_node *nd = rb_first(symbols); in map__fixup_start() local
233 if (nd != NULL) { in map__fixup_start()
234 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start()
242 struct rb_node *nd = rb_last(symbols); in map__fixup_end() local
243 if (nd != NULL) { in map__fixup_end()
244 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end()
541 struct rb_node *nd; in map_groups__find_symbol_by_name() local
543 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_symbol_by_name()
544 struct map *pos = rb_entry(nd, struct map, rb_node); in map_groups__find_symbol_by_name()
578 struct rb_node *nd; in __map_groups__fprintf_maps() local
580 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in __map_groups__fprintf_maps()
581 struct map *pos = rb_entry(nd, struct map, rb_node); in __map_groups__fprintf_maps()
708 struct rb_node *nd; in map_groups__clone() local
709 for (nd = rb_first(&parent->maps[type]); nd; nd = rb_next(nd)) { in map_groups__clone()
710 struct map *map = rb_entry(nd, struct map, rb_node); in map_groups__clone()