Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dfind-debuginfo.c41 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()
Ddwfl_build_id_find_debuginfo.c39 const char *debuglink __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
/external/elfutils/tests/
Drun-debuglink.sh23 testrun_compare ${abs_builddir}/debuglink testfile36 testfile52-32.so testfile42 <<\EOF
DMakefile.am52 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 \
DChangeLog628 (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/
Ddump_symbols.cc427 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.gitignore104 /tests/debuglink
/external/elfutils/src/
Dunstrip.c670 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()
DChangeLog1154 * 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