Lines Matching refs:map_groups
23 struct map_groups;
49 struct map_groups *groups;
54 struct map_groups *kmaps;
57 struct map_groups { struct
114 size_t __map_groups__fprintf_maps(struct map_groups *mg,
121 void map_groups__init(struct map_groups *mg);
122 void map_groups__exit(struct map_groups *mg);
123 int map_groups__clone(struct map_groups *mg,
124 struct map_groups *parent, enum map_type type);
125 size_t map_groups__fprintf(struct map_groups *mg, int verbose, FILE *fp);
126 size_t map_groups__fprintf_maps(struct map_groups *mg, int verbose, FILE *fp);
131 static inline void map_groups__insert(struct map_groups *mg, struct map *map) in map_groups__insert()
137 static inline void map_groups__remove(struct map_groups *mg, struct map *map) in map_groups__remove()
142 static inline struct map *map_groups__find(struct map_groups *mg, in map_groups__find()
148 static inline struct map *map_groups__first(struct map_groups *mg, in map_groups__first()
159 struct symbol *map_groups__find_symbol(struct map_groups *mg,
164 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg,
171 struct symbol *map_groups__find_function_by_name(struct map_groups *mg, in map_groups__find_function_by_name()
178 int map_groups__fixup_overlappings(struct map_groups *mg, struct map *map,
181 struct map *map_groups__find_by_name(struct map_groups *mg,
184 void map_groups__flush(struct map_groups *mg);