Searched refs:link_spec (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 716 static const char *link_spec = LINK_SPEC; variable 1205 INIT_STATIC_SPEC ("link", &link_spec), 1476 obstack_grow0 (&obstack, link_spec, strlen (link_spec)); in init_spec() 1477 link_spec = XOBFINISH (&obstack, const char *); in init_spec() 5160 value = do_spec_1 (link_spec, 0, NULL); in do_spec_1() 6368 obstack_grow0 (&obstack, link_spec, strlen (link_spec)); in main()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 1081 static const char *link_spec = LINK_SPEC; variable 1577 INIT_STATIC_SPEC ("link", &link_spec), 1857 obstack_grow0 (&obstack, link_spec, strlen (link_spec)); in init_spec() 1858 link_spec = XOBFINISH (&obstack, const char *); in init_spec() 5832 value = do_spec_1 (link_spec, 0, NULL); in do_spec_1() 7588 obstack_grow0 (&obstack, link_spec, strlen (link_spec)); in set_up_specs()
|