Lines Matching refs:maps
62 struct maps { struct
68 struct maps maps[MAP__NR_TYPES]; member
188 void maps__insert(struct maps *maps, struct map *map);
189 void maps__remove(struct maps *maps, struct map *map);
190 struct map *maps__find(struct maps *maps, u64 addr);
191 struct map *maps__first(struct maps *maps);
193 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name,
201 int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name,
206 maps__insert(&mg->maps[map->type], map); in map_groups__insert()
212 maps__remove(&mg->maps[map->type], map); in map_groups__remove()
218 return maps__find(&mg->maps[type], addr); in map_groups__find()
224 return maps__first(&mg->maps[type]); in map_groups__first()