Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.h36 extern int do_spec (const char *);
H A Dgcc.c4219 do_spec (const char *spec) in do_spec() function
6806 value = do_spec (input_file_compiler->spec); in main()
6820 value = do_spec (input_file_compiler->spec); in main()
6964 value = do_spec (link_command_spec); in main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.h74 extern int do_spec (const char *);
H A Dgcc.c4880 do_spec (const char *spec) in do_spec() function
8204 value = do_spec (input_file_compiler->spec); in do_spec_on_infiles()
8219 value = do_spec (input_file_compiler->spec); in do_spec_on_infiles()
8374 int value = do_spec (link_command_spec); in maybe_run_linker()