Home
last modified time | relevance | path

Searched refs:target_options (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c1443 target_options[] = TARGET_OPTIONS; variable
3915 || ARRAY_SIZE (target_options) > 1 in display_target_options()
3944 for (i = ARRAY_SIZE (target_options); i--;) in display_target_options()
4623 for (j = 0; j < ARRAY_SIZE (target_options); j++)
4625 int len = strlen (target_options[j].prefix);
4626 if (!strncmp (target_options[j].prefix, name, len))
4628 *target_options[j].variable = name + len;
4766 for (j = 0; j < ARRAY_SIZE (target_options); j++)
4767 if (*target_options[j].variable != NULL)
4770 sprintf (prefix, "-m%s", target_options[j].prefix);
[all …]
H A DChangeLog.58706 (target_options): Add '64'/'32'
H A DChangeLog.16544 target_options, print_time, pfatal_with_name, fatal_io_error,
H A DFSFChangeLog.1112209 (target_options): Add "cpu=".
H A DChangeLog.69168 target_switches, target_options): Likewise.