Home
last modified time | relevance | path

Searched refs:debuglink (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dunwind-libunwind-local.c326 char *debuglink = malloc(PATH_MAX); in read_unwind_spec_debug_frame() local
331 machine->root_dir, debuglink, PATH_MAX); in read_unwind_spec_debug_frame()
333 fd = open(debuglink, O_RDONLY); in read_unwind_spec_debug_frame()
346 debuglink); in read_unwind_spec_debug_frame()
349 dso->symsrc_filename = debuglink; in read_unwind_spec_debug_frame()
351 free(debuglink); in read_unwind_spec_debug_frame()
Dsymbol-minimal.c75 char *debuglink __maybe_unused, in filename__read_debuglink()
Dsymbol.h279 int filename__read_debuglink(const char *filename, char *debuglink,
Dsymbol-elf.c565 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument
605 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink()
/Linux-v4.19/scripts/package/
Dbuilddeb110 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module