Searched refs:symfile (Results 1 – 3 of 3) sorted by relevance
| /linux/scripts/gendwarfksyms/ |
| H A D | gendwarfksyms.c | 57 FILE *symfile = arg; in process_module() local 81 generate_symtypes_and_versions(symfile); in process_module() 94 FILE *symfile = NULL; in main() local 145 symfile = fopen(symtypes_file, "w"); in main() 146 if (!symfile) in main() 174 if (dwfl_getmodules(dwfl, &process_module, symfile, 0)) in main() 181 if (symfile) in main() 182 check(fclose(symfile)); in main()
|
| /linux/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | 489 const char *symfile; in find_proc_info() local 497 symfile = dso__symsrc_filename(dso) ?: dso__name(dso); in find_proc_info() 500 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, start, map__end(map))) in find_proc_info()
|
| H A D | dso.c | 125 char symfile[PATH_MAX]; in dso__read_binary_type_filename() local 141 ret = filename__read_debuglink(filename, symfile, PATH_MAX); in dso__read_binary_type_filename() 149 debuglink_paths[i], dso_dir, symfile); in dso__read_binary_type_filename()
|