Lines Matching refs:nd
265 struct rb_node *nd = rb_first(symbols); in map__fixup_start() local
266 if (nd != NULL) { in map__fixup_start()
267 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start()
275 struct rb_node *nd = rb_last(symbols); in map__fixup_end() local
276 if (nd != NULL) { in map__fixup_end()
277 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end()
574 struct rb_node *nd; in maps__find_symbol_by_name() local
578 for (nd = rb_first(&maps->entries); nd; nd = rb_next(nd)) { in maps__find_symbol_by_name()
579 struct map *pos = rb_entry(nd, struct map, rb_node); in maps__find_symbol_by_name()
626 struct rb_node *nd; in maps__fprintf() local
630 for (nd = rb_first(&maps->entries); nd; nd = rb_next(nd)) { in maps__fprintf()
631 struct map *pos = rb_entry(nd, struct map, rb_node); in maps__fprintf()