Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c689 static const char *startfile_spec = STARTFILE_SPEC; variable
1416 INIT_STATIC_SPEC ("startfile", &startfile_spec),
5014 value = do_spec_1 (startfile_spec, 0, NULL);
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c747 static const char *startfile_spec = STARTFILE_SPEC; variable
1552 INIT_STATIC_SPEC ("startfile", &startfile_spec),
5196 value = do_spec_1 (startfile_spec, 0, NULL); in do_spec_1()