Lines Matching defs:dso

444 void dso__reset_find_symbol_cache(struct dso *dso)  in dso__reset_find_symbol_cache()
454 struct symbol *dso__find_symbol(struct dso *dso, in dso__find_symbol()
465 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol()
486 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name()
492 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name()
499 size_t dso__fprintf_symbols_by_name(struct dso *dso, in dso__fprintf_symbols_by_name()
574 struct dso *dso; member
644 static int dso__load_all_kallsyms(struct dso *dso, const char *filename, in dso__load_all_kallsyms()
651 static int dso__split_kallsyms_for_kcore(struct dso *dso, struct map *map, in dso__split_kallsyms_for_kcore()
704 static int dso__split_kallsyms(struct dso *dso, struct map *map, u64 delta, in dso__split_kallsyms()
1092 struct dso *dso; member
1114 static int dso__load_kcore(struct dso *dso, struct map *map, in dso__load_kcore()
1264 int dso__load_kallsyms(struct dso *dso, const char *filename, in dso__load_kallsyms()
1292 static int dso__load_perf_map(struct dso *dso, struct map *map, in dso__load_perf_map()
1354 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type()
1396 int dso__load(struct dso *dso, struct map *map, symbol_filter_t filter) in dso__load()
1573 int dso__load_vmlinux(struct dso *dso, struct map *map, in dso__load_vmlinux()
1611 int dso__load_vmlinux_path(struct dso *dso, struct map *map, in dso__load_vmlinux_path()
1669 static char *dso__find_kallsyms(struct dso *dso, struct map *map) in dso__find_kallsyms()
1742 static int dso__load_kernel_sym(struct dso *dso, struct map *map, in dso__load_kernel_sym()
1805 static int dso__load_guest_kernel_sym(struct dso *dso, struct map *map, in dso__load_guest_kernel_sym()