Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dpe-file-parsing.c28 char debuglink[PATH_MAX]; in run_dir() local
46 ret = filename__read_debuglink(filename, debuglink, PATH_MAX); in run_dir()
49 !strcmp(debuglink, expect_debuglink)); in run_dir()
51 scnprintf(debugfile, PATH_MAX, "%s/%s", d, debuglink); in run_dir()
/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind-local.c376 char *debuglink = malloc(PATH_MAX); in read_unwind_spec_debug_frame() local
381 machine->root_dir, debuglink, PATH_MAX); in read_unwind_spec_debug_frame()
383 fd = open(debuglink, O_RDONLY); in read_unwind_spec_debug_frame()
396 debuglink); in read_unwind_spec_debug_frame()
399 dso->symsrc_filename = debuglink; in read_unwind_spec_debug_frame()
401 free(debuglink); in read_unwind_spec_debug_frame()
H A Dsymbol.h148 int filename__read_debuglink(const char *filename, char *debuglink,
H A Dsymbol-minimal.c80 char *debuglink __maybe_unused, in filename__read_debuglink()
H A Dsymbol-elf.c1083 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument
1106 if (!bfd_get_section_contents(abfd, section, debuglink, 0, in filename__read_debuglink()
1119 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument
1159 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink()
/openbmc/linux/scripts/package/
H A Dbuilddeb138 ${OBJCOPY} --add-gnu-debuglink=${pdir}/usr/lib/debug/${module} ${image_pdir}/${module}
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch28 @@ -896,7 +896,7 @@ NOOPT_*_*_OBJCOPY_ADDDEBUGFLAG = --add-gnu-debuglink="$(DEBUG_DIR)/$(MODULE_