Searched refs:debuglink (Results 1 – 8 of 8) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | find-debuginfo.c | 44 const char *dir, const char *subdir, const char *debuglink, in try_open() argument 50 fname = strdup (debuglink); in try_open() 54 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink) in try_open() 55 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink) in try_open() 56 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0) in try_open()
|
D | dwfl_build_id_find_debuginfo.c | 41 const char *debuglink __attribute__ ((unused)), in dwfl_build_id_find_debuginfo() argument
|
/third_party/elfutils/tests/ |
D | run-debuglink.sh | 23 testrun_compare ${abs_builddir}/debuglink testfile36 testfile52-32.so testfile42 <<\EOF
|
D | .gitignore | 33 /debuglink
|
D | Makefile.am | 52 backtrace-data backtrace-dwarf debuglink debugaltlink \ program 139 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \ 330 run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
|
D | ChangeLog | 1388 * debuglink.c: Likewise. 2810 (check_PROGRAMS): Add debuglink. 2811 (TESTS): Add run-debuglink.sh 2814 * debuglink.c: New file. 2815 * run-debuglink.sh: Likewise.
|
/third_party/elfutils/src/ |
D | unstrip.c | 711 size_t debuglink) in check_symtab_section_symbols() argument 719 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()
|
D | ChangeLog | 2905 * strip.c (handle_elf): Track memory used for .debuglink section data
|