Searched refs:symfile (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 473 const char *symfile; in find_proc_info() local 478 symfile = dso->symsrc_filename ?: dso->name; in find_proc_info() 481 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, start, map__end(map))) in find_proc_info()
|
H A D | dso.c | 116 char symfile[PATH_MAX]; in dso__read_binary_type_filename() local 132 ret = filename__read_debuglink(filename, symfile, PATH_MAX); in dso__read_binary_type_filename() 140 debuglink_paths[i], dso_dir, symfile); in dso__read_binary_type_filename()
|