Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dgcc.c1041 static char **linker_options; variable
3289 if (! linker_options) in add_linker_option()
3290 linker_options = XNEWVEC (char *, n_linker_options); in add_linker_option()
3292 linker_options = xrealloc (linker_options, in add_linker_option()
3295 linker_options [n_linker_options - 1] = save_string (option, len); in add_linker_option()
5159 if (! strcmp (string, linker_options[i])) in do_spec_1()
5174 do_spec_1 (linker_options[i], 1, NULL); in do_spec_1()