Lines Matching defs:maps
499 static void maps__init(struct maps *maps) in maps__init()
512 static void __maps__purge(struct maps *maps) in __maps__purge()
526 static void maps__exit(struct maps *maps) in maps__exit()
587 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()
640 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
673 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
789 struct maps *maps = &parent->maps; in map_groups__clone() local
812 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
833 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
840 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
846 void maps__remove(struct maps *maps, struct map *map) in maps__remove()
853 struct map *maps__find(struct maps *maps, u64 ip) in maps__find()
878 struct map *maps__first(struct maps *maps) in maps__first()