Lines Matching defs:force
80 { "force", 'F', NULL, 0,
98 bool force;
150 info->force = true;
2232 warn (const char *msg, bool force,
2235 error (force ? 0 : EXIT_FAILURE, 0, "%s'%s' and '%s' %s%s.",
2236 force ? _("WARNING: ") : "",
2238 force ? "" : _(", use --force"));
2243 handle_explicit_files (const char *output_file, bool create_dirs, bool force,
2266 warn (_("ELF header identification (e_ident) different"), force,
2270 warn (_("ELF header type (e_type) different"), force,
2274 warn (_("ELF header machine type (e_machine) different"), force,
2279 force, stripped_file, unstripped_file);
2294 handle_dwfl_module (const char *output_file, bool create_dirs, bool force,
2366 handle_explicit_files (output_file, create_dirs, force,
2386 handle_output_dir_module (const char *output_dir, Dwfl_Module *mod, bool force,
2405 handle_dwfl_module (output_file, true, force, mod, all, ignore, relocate);
2515 handle_dwfl_module (info->output_file, false, info->force, mmi.found,
2520 handle_output_dir_module (info->output_dir, mmi.found, info->force,
2608 handle_explicit_files (file, true, info.force,
2613 handle_explicit_files (info.output_file, false, info.force,