Searched refs:dso__symsrc_filename (Results 1 – 5 of 5) sorted by relevance
32 if (dso__symsrc_filename(dso) && strcmp(file_name, dso__symsrc_filename(dso))) in __find_debuginfo()33 *debuginfo_file_name = strdup(dso__symsrc_filename(dso)); in __find_debuginfo()
382 fd = open(dso__symsrc_filename(dso), O_RDONLY); in read_unwind_spec_debug_frame()410 if (dso__symsrc_filename(dso) != NULL) { in read_unwind_spec_debug_frame()414 dso__symsrc_filename(dso), in read_unwind_spec_debug_frame()497 symfile = dso__symsrc_filename(dso) ?: dso__name(dso); in find_proc_info()
38 if (dso__symsrc_filename(dso)) in srcline_dso_name()39 dso_name = dso__symsrc_filename(dso); in srcline_dso_name()
595 static inline const char *dso__symsrc_filename(const struct dso *dso) in dso__symsrc_filename() function
1922 if (!dso__symsrc_filename(dso)) in dso__load()