Lines Matching defs:dso

500 void dso__reset_find_symbol_cache(struct dso *dso)  in dso__reset_find_symbol_cache()
506 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol()
518 void dso__delete_symbol(struct dso *dso, struct symbol *sym) in dso__delete_symbol()
525 struct symbol *dso__find_symbol(struct dso *dso, u64 addr) in dso__find_symbol()
535 struct symbol *dso__first_symbol(struct dso *dso) in dso__first_symbol()
540 struct symbol *dso__last_symbol(struct dso *dso) in dso__last_symbol()
561 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name) in dso__find_symbol_by_name()
571 void dso__sort_by_name(struct dso *dso) in dso__sort_by_name()
699 struct dso *dso = arg; in map__process_kallsym_symbol() local
727 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms()
732 static int maps__split_kallsyms_for_kcore(struct maps *kmaps, struct dso *dso) in maps__split_kallsyms_for_kcore()
785 static int maps__split_kallsyms(struct maps *kmaps, struct dso *dso, u64 delta, in maps__split_kallsyms()
1178 struct dso *dso; member
1278 static int dso__load_kcore(struct dso *dso, struct map *map, in dso__load_kcore()
1441 int __dso__load_kallsyms(struct dso *dso, const char *filename, in __dso__load_kallsyms()
1473 int dso__load_kallsyms(struct dso *dso, const char *filename, in dso__load_kallsyms()
1479 static int dso__load_perf_map(const char *map_path, struct dso *dso) in dso__load_perf_map()
1561 int dso__load_bfd_symbols(struct dso *dso, const char *debugfile) in dso__load_bfd_symbols()
1664 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type()
1749 int dso__load(struct dso *dso, struct map *map) in dso__load()
2018 int dso__load_vmlinux(struct dso *dso, struct map *map, in dso__load_vmlinux()
2055 int dso__load_vmlinux_path(struct dso *dso, struct map *map) in dso__load_vmlinux_path()
2128 static char *dso__find_kallsyms(struct dso *dso, struct map *map) in dso__find_kallsyms()
2185 static int dso__load_kernel_sym(struct dso *dso, struct map *map) in dso__load_kernel_sym()
2262 static int dso__load_guest_kernel_sym(struct dso *dso, struct map *map) in dso__load_guest_kernel_sym()