Lines Matching defs:map
105 static void map__init(struct map *map, u64 start, u64 end, u64 pgoff, in map__init()
236 bool __map__is_kernel(const struct map *map) in __map__is_kernel()
243 bool __map__is_extra_kernel_map(const struct map *map) in __map__is_extra_kernel_map()
250 bool __map__is_bpf_prog(const struct map *map) in __map__is_bpf_prog()
267 bool __map__is_bpf_image(const struct map *map) in __map__is_bpf_image()
284 bool __map__is_ool(const struct map *map) in __map__is_ool()
291 bool map__has_symbols(const struct map *map) in map__has_symbols()
296 static void map__exit(struct map *map) in map__exit()
302 void map__delete(struct map *map) in map__delete()
308 void map__put(struct map *map) in map__put()
316 void map__fixup_start(struct map *map) in map__fixup_start()
329 void map__fixup_end(struct map *map) in map__fixup_end()
343 int map__load(struct map *map) in map__load()
384 struct symbol *map__find_symbol(struct map *map, u64 addr) in map__find_symbol()
392 struct symbol *map__find_symbol_by_name_idx(struct map *map, const char *name, size_t *idx) in map__find_symbol_by_name_idx()
405 struct symbol *map__find_symbol_by_name(struct map *map, const char *name) in map__find_symbol_by_name()
431 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
446 static size_t __map__fprintf_dsoname(struct map *map, bool print_off, FILE *fp) in __map__fprintf_dsoname()
467 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
472 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp) in map__fprintf_dsoname_dsoff()
488 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline()
496 int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix, in map__fprintf_srcline()
528 u64 map__rip_2objdump(struct map *map, u64 rip) in map__rip_2objdump()
573 u64 map__objdump_2mem(struct map *map, u64 ip) in map__objdump_2mem()
590 u64 map__objdump_2rip(struct map *map, u64 ip) in map__objdump_2rip()
606 bool map__contains_symbol(const struct map *map, const struct symbol *sym) in map__contains_symbol()
613 struct kmap *__map__kmap(struct map *map) in __map__kmap()
622 struct kmap *map__kmap(struct map *map) in map__kmap()
631 struct maps *map__kmaps(struct map *map) in map__kmaps()