Home
last modified time | relevance | path

Searched refs:switchstr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c2849 struct switchstr struct
2858 static struct switchstr *switches; argument
3771 switches = ((struct switchstr *)
3772 xmalloc ((n_switches + 1) * sizeof (struct switchstr)));
4184 sizeof (struct switchstr) * (n_switches + 1));
4189 struct switchstr *sw;
H A DFSFChangeLog851 (struct switchstr): Don't use `valid' as identifier.
H A DChangeLog.4930 (struct switchstr): Change type of validated to save space.
H A DChangeLog.13526 multilib_dir, temp_filename, temp_file, command, switchstr,
H A DChangeLog.32908 switchstr; local variables in execute, process_command, main.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c3052 struct switchstr struct
3061 static struct switchstr *switches; argument
4026 switches = XNEWVEC (struct switchstr, n_switches + 1); in process_command()
4504 sizeof (struct switchstr) * (n_switches + 1)); in do_self_spec()
4509 struct switchstr *sw; in do_self_spec()