Searched refs:debuglink (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | pe-file-parsing.c | 28 char debuglink[PATH_MAX]; in run_dir() local 45 ret = filename__read_debuglink(filename, debuglink, PATH_MAX); in run_dir() 48 !strcmp(debuglink, expect_debuglink)); in run_dir() 50 scnprintf(debugfile, PATH_MAX, "%s/%s", d, debuglink); in run_dir()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A 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()
|
| H A D | symbol.h | 153 int filename__read_debuglink(const char *filename, char *debuglink,
|
| H A D | symbol-minimal.c | 80 char *debuglink __maybe_unused, in filename__read_debuglink()
|
| H A D | symbol-elf.c | 677 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument 700 if (!bfd_get_section_contents(abfd, section, debuglink, 0, in filename__read_debuglink() 713 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument 753 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink()
|
| /OK3568_Linux_fs/kernel/scripts/package/ |
| H A D | builddeb | 176 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0005-debug-prefix-map.patch | 28 @@ -1863,7 +1863,7 @@ NOOPT_*_*_OBJCOPY_ADDDEBUGFLAG = --add-gnu-debuglink=$(DEBUG_DIR)/$(MODUL…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | binutils.info | 1031 [--add-gnu-debuglink=PATH-TO-FILE] 1668 '--add-gnu-debuglink=PATH-TO-FILE' 1677 use the path to the installed location. The '--add-gnu-debuglink' 1680 the '--add-gnu-debuglink' option without any directory components, 1683 objcopy --add-gnu-debuglink=foo.debug 1719 '--add-gnu-debuglink' to create a two part executable. One a 1731 4. Run 'objcopy --add-gnu-debuglink=foo.dbg foo' to add a link to 1741 4. Run 'objcopy --add-gnu-debuglink=foo.full foo' 1743 i.e., the file pointed to by the '--add-gnu-debuglink' can be the 3205 '--add-gnu-debuglink' to create a two part executable. One a [all …]
|
| H A D | gdb.info | 17984 objcopy --add-gnu-debuglink=foo.debug foo
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | binutils.info | 1031 [--add-gnu-debuglink=PATH-TO-FILE] 1668 '--add-gnu-debuglink=PATH-TO-FILE' 1677 use the path to the installed location. The '--add-gnu-debuglink' 1680 the '--add-gnu-debuglink' option without any directory components, 1683 objcopy --add-gnu-debuglink=foo.debug 1719 '--add-gnu-debuglink' to create a two part executable. One a 1731 4. Run 'objcopy --add-gnu-debuglink=foo.dbg foo' to add a link to 1741 4. Run 'objcopy --add-gnu-debuglink=foo.full foo' 1743 i.e., the file pointed to by the '--add-gnu-debuglink' can be the 3205 '--add-gnu-debuglink' to create a two part executable. One a [all …]
|
| H A D | gdb.info | 17984 objcopy --add-gnu-debuglink=foo.debug foo
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 412 # Set the debuglink to have the view of the file path on the target 413 …subprocess.check_output([objcopy, '--add-gnu-debuglink', debugfile, file], stderr=subprocess.STDOU…
|