Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/
Dsymbolize-gnu-debuglink-fallback.test2 # Ensures that .debuglink can fallback to a separate location. This is normally
9 RUN: cp %p/Inputs/dwarfdump-test.elf-x86-64.debuglink %t/foo
11 RUN: llvm-symbolizer --obj=%t/foo/dwarfdump-test.elf-x86-64.debuglink 0x40113f \
18 RUN: llvm-symbolizer --obj=%t/foo/dwarfdump-test.elf-x86-64.debuglink 0x40113f \
Dsymbolize-gnu-debuglink-no-realpath.test10 RUN: cp %p/Inputs/dwarfdump-test.elf-x86-64.debuglink %t/real/link
12 RUN: ln -s %t/real/link %t/syms/dwarfdump-test.elf-x86-64.debuglink
14 RUN: llvm-symbolizer --obj=%t/syms/dwarfdump-test.elf-x86-64.debuglink 0x40113f | FileCheck %s
Dsymbolize-gnu-debuglink.test1 RUN: llvm-symbolizer --obj=%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x40113f | FileCheck %s
/external/elfutils/libdwfl/
Dfind-debuginfo.c45 const char *dir, const char *subdir, const char *debuglink, in try_open() argument
51 fname = strdup (debuglink); in try_open()
55 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink) in try_open()
56 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink) in try_open()
57 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0) in try_open()
Ddwfl_build_id_find_debuginfo.c43 const char *debuglink __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dadd-gnu-debuglink.test3 # Using a debuglink filename with a length that is a multiple of 4, to
6 RUN: llvm-objcopy --add-gnu-debuglink=%t.in123.exe %t.in123.exe %t.out.exe
Dbigobj.test15 RUN: llvm-objcopy --add-gnu-debuglink=%t.in.o %t.small.o %t.big.o
/external/elfutils/tests/
Drun-debuglink.sh23 testrun_compare ${abs_builddir}/debuglink testfile36 testfile52-32.so testfile42 <<\EOF
D.gitignore33 /debuglink
DMakefile.am51 backtrace-data backtrace-dwarf debuglink debugaltlink \ program
130 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
285 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
DChangeLog824 * debuglink.c: Likewise.
2246 (check_PROGRAMS): Add debuglink.
2247 (TESTS): Add run-debuglink.sh
2250 * debuglink.c: New file.
2251 * run-debuglink.sh: Likewise.
/external/llvm-project/lldb/test/API/linux/sepdebugsymlink/
DMakefile9 $(OBJCOPY) --strip-all --add-gnu-debuglink=$@/stripped.debug $< $@/stripped.out
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrip-unneeded-remove-debug-keep-link.test6 # RUN: llvm-objcopy --add-gnu-debuglink=%t.debug %t.o %t.2.o
Dadd-gnu-debuglink.test3 # RUN: llvm-objcopy --add-gnu-debuglink=%t.blob %t %t2
/external/llvm-project/llvm/test/tools/llvm-symbolizer/
Dsplit-debug.test22 RUN: llvm-objcopy --strip-debug --add-gnu-debuglink=%t/.debug/addr %p/Inputs/addr.exe %t/addr.exe
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc492 string ReadDebugLink(const uint8_t *debuglink, in ReadDebugLink() argument
498 size_t debuglink_len = strlen(reinterpret_cast<const char *>(debuglink)) + 5; in ReadDebugLink()
520 reinterpret_cast<const char *>(debuglink); in ReadDebugLink()
540 byte_reader.ReadFourBytes(&debuglink[debuglink_size - 4]); in ReadDebugLink()
571 fprintf(stderr, " %s/%s\n", debug_dir.c_str(), debuglink); in ReadDebugLink()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/
DMakefile.rules579 $(OBJCOPY) --strip-debug --add-gnu-debuglink="$(DSYM)" "$(EXE)" "$(EXE)"
637 …$(OBJCOPY) --strip-debug --add-gnu-debuglink="$(DYLIB_FILENAME).debug" "$(DYLIB_FILENAME)" "$(DYLI…
/external/elfutils/src/
Dunstrip.c709 size_t debuglink) in check_symtab_section_symbols() argument
717 if (n == oshstrndx || (n == debuglink && n == oshstrndx - 1)) in check_symtab_section_symbols()
1577 size_t debuglink = SHN_UNDEF; in copy_elided_sections() local
1618 debuglink = secndx; in copy_elided_sections()
2022 debuglink); in copy_elided_sections()
2031 stripped_shstrndx, debuglink); in copy_elided_sections()
DChangeLog2623 * strip.c (handle_elf): Track memory used for .debuglink section data
/external/llvm/test/DebugInfo/
Dllvm-symbolizer.test2 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x400559" >> %t.input
/external/llvm-project/llvm/tools/llvm-objcopy/
DObjcopyOpts.td46 : Eq<"add-gnu-debuglink", "Add a .gnu_debuglink for <debug-file>">,
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-objcopy.rst35 .. option:: --add-gnu-debuglink <debug-file>
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake2031 … COMMAND ${CMAKE_OBJCOPY} --add-gnu-debuglink=$<TARGET_FILE:${name}>.debug $<TARGET_FILE:${name}>