Searched defs:modnames (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dunstrip.c105 bool modnames; member in struct:arg_info
141 info->modnames = true;
203 if (info->ignore || info->all || info->modnames || info->relocate)
2071 bool all, bool ignore, bool modnames, bool relocate)
2073 if (! modnames)
2088 if (asprintf (&output_file, "%s/%s", output_dir, modnames ? name : file) < 0)
2210 info->modnames, info->relocate);
2068 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool all, bool ignore, bool modnames, bool relocate) argument

Completed in 70 milliseconds