Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c1445 static struct spec_list *extra_specs = (struct spec_list *) 0; variable
1517 extra_specs = (struct spec_list *) in init_spec()
1522 sl = &extra_specs[i]; in init_spec()
H A DFSFChangeLog.102367 * gcc.c (extra_specs): If EXTRA_SPECS is defined, define
2368 extra_specs array to hold the extra specs the machine description
H A DChangeLog.110222 * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
10224 Xmalloc() the real `extra_specs', and initialize it from this
H A DFSFChangeLog.116957 * gcc.c (init_spec): Delete parameter. Always initialize extra_specs.
7972 (extra_specs): Use struct spec_list as type.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1583 static struct spec_list *extra_specs = (struct spec_list *) 0; variable
1668 extra_specs = xcalloc (sizeof (struct spec_list), in init_spec()
1673 sl = &extra_specs[i]; in init_spec()