Lines Matching defs:map
127 void map__init(struct map *map, u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init()
147 struct map *map = malloc(sizeof(*map)); in map__new() local
229 struct map *map = calloc(1, (sizeof(*map) + in map__new2() local
250 bool __map__is_kernel(const struct map *map) in __map__is_kernel()
255 bool __map__is_extra_kernel_map(const struct map *map) in __map__is_extra_kernel_map()
262 bool map__has_symbols(const struct map *map) in map__has_symbols()
267 static void map__exit(struct map *map) in map__exit()
273 void map__delete(struct map *map) in map__delete()
279 void map__put(struct map *map) in map__put()
285 void map__fixup_start(struct map *map) in map__fixup_start()
295 void map__fixup_end(struct map *map) in map__fixup_end()
307 int map__load(struct map *map) in map__load()
351 struct symbol *map__find_symbol(struct map *map, u64 addr) in map__find_symbol()
359 struct symbol *map__find_symbol_by_name(struct map *map, const char *name) in map__find_symbol_by_name()
372 struct map *map = memdup(from, sizeof(*map)); in map__clone() local
384 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
390 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
404 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline()
411 int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix, in map__fprintf_srcline()
436 u64 map__rip_2objdump(struct map *map, u64 rip) in map__rip_2objdump()
480 u64 map__objdump_2mem(struct map *map, u64 ip) in map__objdump_2mem()
567 struct map *map = map_groups__find(mg, addr); in map_groups__find_symbol() local
579 static bool map__contains_symbol(struct map *map, struct symbol *sym) in map__contains_symbol()
666 static void __map_groups__insert(struct map_groups *mg, struct map *map) in __map_groups__insert()
672 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
772 int map_groups__fixup_overlappings(struct map_groups *mg, struct map *map, in map_groups__fixup_overlappings()
785 struct map *map; in map_groups__clone() local
809 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
830 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
837 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
843 void maps__remove(struct maps *maps, struct map *map) in maps__remove()
884 struct map *map__next(struct map *map) in map__next()
893 struct kmap *__map__kmap(struct map *map) in __map__kmap()
900 struct kmap *map__kmap(struct map *map) in map__kmap()
909 struct map_groups *map__kmaps(struct map *map) in map__kmaps()