Searched refs:debuglink (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | unwind-libunwind-local.c | 327 char *debuglink = malloc(PATH_MAX); in read_unwind_spec_debug_frame() local 332 machine->root_dir, debuglink, PATH_MAX); in read_unwind_spec_debug_frame() 334 fd = open(debuglink, O_RDONLY); in read_unwind_spec_debug_frame() 347 debuglink); in read_unwind_spec_debug_frame() 350 dso->symsrc_filename = debuglink; in read_unwind_spec_debug_frame() 352 free(debuglink); in read_unwind_spec_debug_frame()
|
D | symbol.h | 160 int filename__read_debuglink(const char *filename, char *debuglink,
|
D | symbol-minimal.c | 78 char *debuglink __maybe_unused, in filename__read_debuglink()
|
D | symbol-elf.c | 611 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument 651 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink()
|