Searched refs:modnames (Results 1 – 2 of 2) sorted by relevance
32 static const char *modnames[] = { in from_name() local50 for (p = modnames; p != NULL; p++) { in from_name()75 static const char *modnames[] = { in from_alias() local87 for (p = modnames; p != NULL; p++) { in from_alias()
99 bool modnames; member136 info->modnames = true; in parse_opt()201 if (info->ignore || info->all || info->modnames || info->relocate) in parse_opt()2215 bool all, bool ignore, bool modnames, bool relocate) in handle_output_dir_module() argument2217 if (! modnames) in handle_output_dir_module()2232 if (asprintf (&output_file, "%s/%s", output_dir, modnames ? name : file) < 0) in handle_output_dir_module()2354 info->modnames, info->relocate); in handle_implicit_modules()