Lines Matching defs:map

105 void map__init(struct map *map, u64 start, u64 end, u64 pgoff, struct dso *dso)  in map__init()
237 bool __map__is_kernel(const struct map *map) in __map__is_kernel()
244 bool __map__is_extra_kernel_map(const struct map *map) in __map__is_extra_kernel_map()
251 bool __map__is_bpf_prog(const struct map *map) in __map__is_bpf_prog()
268 bool __map__is_bpf_image(const struct map *map) in __map__is_bpf_image()
285 bool __map__is_ool(const struct map *map) in __map__is_ool()
292 bool map__has_symbols(const struct map *map) in map__has_symbols()
297 static void map__exit(struct map *map) in map__exit()
303 void map__delete(struct map *map) in map__delete()
309 void map__put(struct map *map) in map__put()
317 void map__fixup_start(struct map *map) in map__fixup_start()
330 void map__fixup_end(struct map *map) in map__fixup_end()
344 int map__load(struct map *map) in map__load()
385 struct symbol *map__find_symbol(struct map *map, u64 addr) in map__find_symbol()
393 struct symbol *map__find_symbol_by_name_idx(struct map *map, const char *name, size_t *idx) in map__find_symbol_by_name_idx()
406 struct symbol *map__find_symbol_by_name(struct map *map, const char *name) in map__find_symbol_by_name()
432 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
447 static size_t __map__fprintf_dsoname(struct map *map, bool print_off, FILE *fp) in __map__fprintf_dsoname()
468 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
473 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp) in map__fprintf_dsoname_dsoff()
489 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline()
497 int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix, in map__fprintf_srcline()
529 u64 map__rip_2objdump(struct map *map, u64 rip) in map__rip_2objdump()
578 u64 map__objdump_2mem(struct map *map, u64 ip) in map__objdump_2mem()
598 bool map__contains_symbol(const struct map *map, const struct symbol *sym) in map__contains_symbol()
605 struct kmap *__map__kmap(struct map *map) in __map__kmap()
614 struct kmap *map__kmap(struct map *map) in map__kmap()
623 struct maps *map__kmaps(struct map *map) in map__kmaps()
634 u64 map__dso_map_ip(const struct map *map, u64 ip) in map__dso_map_ip()
639 u64 map__dso_unmap_ip(const struct map *map, u64 ip) in map__dso_unmap_ip()