Lines Matching refs:map_rb_node
41 struct map_rb_node *m, *new_rb_node; in __maps__insert()
52 m = rb_entry(parent, struct map_rb_node, rb_node); in __maps__insert()
113 static void __maps__remove(struct maps *maps, struct map_rb_node *rb_node) in __maps__remove()
122 struct map_rb_node *rb_node; in maps__remove()
139 struct map_rb_node *pos, *next; in __maps__purge()
216 struct map_rb_node *pos; in maps__find_symbol_by_name()
259 struct map_rb_node *pos; in maps__fprintf()
294 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node); in maps__fixup_overlappings()
307 struct map_rb_node *pos = rb_entry(next, struct map_rb_node, rb_node); in maps__fixup_overlappings()
390 struct map_rb_node *rb_node; in maps__clone()
419 struct map_rb_node *maps__find_node(struct maps *maps, struct map *map) in maps__find_node()
421 struct map_rb_node *rb_node; in maps__find_node()
433 struct map_rb_node *m; in maps__find()
440 m = rb_entry(p, struct map_rb_node, rb_node); in maps__find()
455 struct map_rb_node *maps__first(struct maps *maps) in maps__first()
460 return rb_entry(first, struct map_rb_node, rb_node); in maps__first()
464 struct map_rb_node *map_rb_node__next(struct map_rb_node *node) in map_rb_node__next()
476 return rb_entry(next, struct map_rb_node, rb_node); in map_rb_node__next()