Searched refs:debuglink (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/libdwfl/ |
D | find-debuginfo.c | 41 const char *dir, const char *subdir, const char *debuglink, in try_open() argument 47 fname = strdup (debuglink); in try_open() 51 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink) in try_open() 52 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink) in try_open() 53 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0) in try_open()
|
D | dwfl_build_id_find_debuginfo.c | 39 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 | 52 backtrace-data backtrace-dwarf debuglink debugaltlink \ program 96 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \ 195 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
|
D | ChangeLog | 628 (check_PROGRAMS): Add debuglink. 629 (TESTS): Add run-debuglink.sh 632 * debuglink.c: New file. 633 * 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/elfutils/ |
D | .gitignore | 104 /tests/debuglink
|
/external/elfutils/src/ |
D | unstrip.c | 670 size_t debuglink) in check_symtab_section_symbols() argument 678 if (n == oshstrndx || (n == debuglink && n == oshstrndx - 1)) in check_symtab_section_symbols() 1457 size_t debuglink = SHN_UNDEF; in copy_elided_sections() local 1499 debuglink = secndx; in copy_elided_sections() 1858 debuglink); in copy_elided_sections() 1867 stripped_shstrndx, debuglink); in copy_elided_sections()
|
D | ChangeLog | 1154 * strip.c (handle_elf): Track memory used for .debuglink section data
|
/external/llvm/test/DebugInfo/ |
D | llvm-symbolizer.test | 2 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x400559" >> %t.input
|