Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dgcc.c752 static const char *asm_spec = ASM_SPEC; variable
1546 INIT_STATIC_SPEC ("asm", &asm_spec),
1806 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec()
1807 asm_spec = XOBFINISH (&obstack, const char *); in init_spec()
5216 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()