Lines Matching +defs:end +defs:map

105 static void map__init(struct map *map, u64 start, u64 end, u64 pgoff,  in map__init()
235 bool __map__is_kernel(const struct map *map) in __map__is_kernel()
242 bool __map__is_extra_kernel_map(const struct map *map) in __map__is_extra_kernel_map()
249 bool __map__is_bpf_prog(const struct map *map) in __map__is_bpf_prog()
266 bool __map__is_bpf_image(const struct map *map) in __map__is_bpf_image()
283 bool __map__is_ool(const struct map *map) in __map__is_ool()
290 bool map__has_symbols(const struct map *map) in map__has_symbols()
295 static void map__exit(struct map *map) in map__exit()
301 void map__delete(struct map *map) in map__delete()
307 void map__put(struct map *map) in map__put()
315 void map__fixup_start(struct map *map) in map__fixup_start()
328 void map__fixup_end(struct map *map) in map__fixup_end()
342 int map__load(struct map *map) in map__load()
383 struct symbol *map__find_symbol(struct map *map, u64 addr) in map__find_symbol()
391 struct symbol *map__find_symbol_by_name_idx(struct map *map, const char *name, size_t *idx) in map__find_symbol_by_name_idx()
404 struct symbol *map__find_symbol_by_name(struct map *map, const char *name) in map__find_symbol_by_name()
430 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
445 static size_t __map__fprintf_dsoname(struct map *map, bool print_off, FILE *fp) in __map__fprintf_dsoname()
466 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
471 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp) in map__fprintf_dsoname_dsoff()
487 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline()
495 int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix, in map__fprintf_srcline()
529 u64 map__rip_2objdump(const struct map *map, u64 rip) in map__rip_2objdump()
574 u64 map__objdump_2mem(const struct map *map, u64 ip) in map__objdump_2mem()
591 u64 map__objdump_2rip(const struct map *map, u64 ip) in map__objdump_2rip()
607 bool map__contains_symbol(const struct map *map, const struct symbol *sym) in map__contains_symbol()
614 struct kmap *__map__kmap(struct map *map) in __map__kmap()
623 static const struct kmap *__map__const_kmap(const struct map *map) in __map__const_kmap()
632 struct kmap *map__kmap(struct map *map) in map__kmap()
641 struct maps *map__kmaps(struct map *map) in map__kmaps()