/external/elfutils/libdwfl/ |
D | find-debuginfo.c | 45 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()
|
D | dwfl_build_id_find_debuginfo.c | 43 const char *debuglink __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
|
/external/elfutils/tests/ |
D | run-debuglink.sh | 23 testrun_compare ${abs_builddir}/debuglink testfile36 testfile52-32.so testfile42 <<\EOF
|
D | Makefile.am | 54 backtrace-data backtrace-dwarf debuglink debugaltlink \ program 112 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \ 250 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
|
D | ChangeLog | 227 * debuglink.c: Likewise. 1649 (check_PROGRAMS): Add debuglink. 1650 (TESTS): Add run-debuglink.sh 1653 * debuglink.c: New file. 1654 * run-debuglink.sh: Likewise.
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 427 string ReadDebugLink(const char* debuglink, in ReadDebugLink() argument 432 size_t debuglink_len = strlen(debuglink) + 5; // Include '\0' + CRC32. in ReadDebugLink() 453 debuglink_path = debug_dir + "/" + debuglink; in ReadDebugLink() 473 byte_reader.ReadFourBytes(&debuglink[debuglink_size - 4]); in ReadDebugLink() 504 fprintf(stderr, " %s/%s\n", debug_dir.c_str(), debuglink); in ReadDebugLink()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | add-gnu-debuglink.test | 3 # RUN: llvm-objcopy -add-gnu-debuglink=%t.blob %t %t2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-symbolizer/ |
D | split-debug.test | 22 RUN: llvm-objcopy --strip-debug --add-gnu-debuglink=%t/.debug/addr %p/Inputs/addr.exe %t/addr.exe
|
/external/elfutils/ |
D | .gitignore | 101 /tests/debuglink
|
/external/elfutils/src/ |
D | unstrip.c | 699 size_t debuglink) in check_symtab_section_symbols() argument 707 if (n == oshstrndx || (n == debuglink && n == oshstrndx - 1)) in check_symtab_section_symbols() 1548 size_t debuglink = SHN_UNDEF; in copy_elided_sections() local 1588 debuglink = secndx; in copy_elided_sections() 1971 debuglink); in copy_elided_sections() 1980 stripped_shstrndx, debuglink); in copy_elided_sections()
|
D | ChangeLog | 2217 * strip.c (handle_elf): Track memory used for .debuglink section data
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | ObjcopyOpts.td | 24 defm add_gnu_debuglink : Eq<"add-gnu-debuglink">,
|
/external/llvm/test/DebugInfo/ |
D | llvm-symbolizer.test | 2 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x400559" >> %t.input
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | llvm-symbolizer.test | 4 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x400559" >> %t.input
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | AddLLVM.cmake | 1592 … COMMAND ${CMAKE_OBJCOPY} --add-gnu-debuglink=$<TARGET_FILE:${name}>.debug $<TARGET_FILE:${name}>
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 6922 PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location 6923 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file 6924 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file 6925 PASS: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file 6926 PASS: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file
|
D | i686-pc-linux-gnu | 6687 PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location 6688 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file 6689 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file 6690 PASS: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file 6691 PASS: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file
|
D | armv7a-cros-linux-gnueabi | 6541 PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location 6542 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file 6543 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file 6544 PASS: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file (code motion) 6545 PASS: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file
|