Searched refs:input_format (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwindres.c799 enum res_format input_format;
831 input_format = RES_FORMAT_UNKNOWN;
883 input_format = format_from_name (optarg, 1);
945 input_format = input_format_tmp;
1021 if (input_format == RES_FORMAT_UNKNOWN)
1024 input_format = RES_FORMAT_RC;
1026 input_format = format_from_filename (input_filename, 1);
1040 switch (input_format)
793 enum res_format input_format; local
H A Dnlmconv.c161 const char *input_format = NULL;
238 input_format = optarg;
335 inbfd = bfd_openr (input_file, input_format);
159 const char *input_format = NULL; local

Completed in 293 milliseconds