Home
last modified time | relevance | path

Searched refs:extra_specs_1 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcc.c1444 static const struct spec_list_1 extra_specs_1[] = { EXTRA_SPECS }; variable
1518 xcalloc (sizeof (struct spec_list), ARRAY_SIZE (extra_specs_1)); in init_spec()
1520 for (i = ARRAY_SIZE (extra_specs_1) - 1; i >= 0; i--) in init_spec()
1523 sl->name = extra_specs_1[i].name; in init_spec()
1524 sl->ptr = extra_specs_1[i].ptr; in init_spec()
H A DChangeLog.69150 target_option_translations, spec_list_1, extra_specs_1,
/openbsd/gnu/gcc/gcc/
H A Dgcc.c1582 static const struct spec_list_1 extra_specs_1[] = { EXTRA_SPECS }; variable
1669 ARRAY_SIZE (extra_specs_1)); in init_spec()
1671 for (i = ARRAY_SIZE (extra_specs_1) - 1; i >= 0; i--) in init_spec()
1674 sl->name = extra_specs_1[i].name; in init_spec()
1675 sl->ptr = extra_specs_1[i].ptr; in init_spec()