Lines Matching defs:map

105 void map__init(struct map *map, u64 start, u64 end, u64 pgoff, struct dso *dso)  in map__init()
124 struct map *map = malloc(sizeof(*map)); in map__new() local
222 struct map *map = calloc(1, (sizeof(*map) + in map__new2() local
234 bool __map__is_kernel(const struct map *map) in __map__is_kernel()
241 bool __map__is_extra_kernel_map(const struct map *map) in __map__is_extra_kernel_map()
248 bool __map__is_bpf_prog(const struct map *map) in __map__is_bpf_prog()
264 bool __map__is_bpf_image(const struct map *map) in __map__is_bpf_image()
280 bool __map__is_ool(const struct map *map) in __map__is_ool()
285 bool map__has_symbols(const struct map *map) in map__has_symbols()
290 static void map__exit(struct map *map) in map__exit()
296 void map__delete(struct map *map) in map__delete()
302 void map__put(struct map *map) in map__put()
308 void map__fixup_start(struct map *map) in map__fixup_start()
318 void map__fixup_end(struct map *map) in map__fixup_end()
330 int map__load(struct map *map) in map__load()
370 struct symbol *map__find_symbol(struct map *map, u64 addr) in map__find_symbol()
378 struct symbol *map__find_symbol_by_name(struct map *map, const char *name) in map__find_symbol_by_name()
392 struct map *map; in map__clone() local
407 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
413 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
433 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) in map__srcline()
440 int map__fprintf_srcline(struct map *map, u64 addr, const char *prefix, in map__fprintf_srcline()
471 u64 map__rip_2objdump(struct map *map, u64 rip) in map__rip_2objdump()
515 u64 map__objdump_2mem(struct map *map, u64 ip) in map__objdump_2mem()
533 bool map__contains_symbol(const struct map *map, const struct symbol *sym) in map__contains_symbol()
540 static struct map *__map__next(struct map *map) in __map__next()
549 struct map *map__next(struct map *map) in map__next()
554 struct kmap *__map__kmap(struct map *map) in __map__kmap()
561 struct kmap *map__kmap(struct map *map) in map__kmap()
570 struct maps *map__kmaps(struct map *map) in map__kmaps()
581 u64 map__map_ip(const struct map *map, u64 ip) in map__map_ip()
586 u64 map__unmap_ip(const struct map *map, u64 ip) in map__unmap_ip()