Home | History | Annotate | Download | only in util

Lines Matching refs:nd

95 	struct rb_node *nd, *prevnd = rb_first(symbols);
103 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) {
105 curr = rb_entry(nd, struct symbol, rb_node);
119 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]);
126 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) {
128 curr = rb_entry(nd, struct map, rb_node);
328 struct rb_node *nd;
330 for (nd = rb_first(source); nd; nd = rb_next(nd)) {
331 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
410 struct rb_node *nd;
413 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) {
414 pos = rb_entry(nd, struct symbol_name_rb_node, rb_node);
423 struct rb_node *nd;
432 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) {
433 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
1623 struct rb_node *nd;
1625 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) {
1626 struct map *map = rb_entry(nd, struct map, rb_node);
2134 struct rb_node *nd;
2137 for (nd = rb_first(machines); nd; nd = rb_next(nd)) {
2138 struct machine *pos = rb_entry(nd, struct machine, rb_node);
2171 struct rb_node *nd;
2174 for (nd = rb_first(machines); nd; nd = rb_next(nd)) {
2175 struct machine *pos = rb_entry(nd, struct machine, rb_node);