Lines Matching defs:debug
1 /* Combine stripped files with separate symbols and debug information.
87 N_("Create output for modules that have no separate debug information"),
924 find_alloc_sections_prelink (Elf *debug, Elf_Data *debug_shstrtab,
1055 while ((scn = elf_nextscn (debug, scn)) != NULL)
1363 /* Somehow some old .debug files wound up with SHT_NOBITS
2001 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias));
2002 if (debug == NULL && !all)
2012 _("cannot find debug file for module '%s': %s"),
2016 _("cannot open debug file '%s' for module '%s': %s"),
2020 if (debug == stripped)
2023 debug = NULL;
2065 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug);
2104 const char *debug;
2108 NULL, NULL, &file, &debug);
2109 if (file != NULL && debug != NULL && (debug == file || !strcmp (debug, file)))
2110 debug = ".";
2131 debug ?: have_dwarf ? "." : "-",
2250 .args_doc = N_("STRIPPED-FILE DEBUG-FILE\n[MODULE...]"),
2252 Combine stripped files with separate symbols and debug information.\v\
2253 The first form puts the result in DEBUG-FILE if -o was not given.\n\
2274 or - if no debuginfo was found, or . if FILE contains the debug information.\