Searched refs:asm_spec (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 714 static const char *asm_spec = ASM_SPEC; variable 1189 INIT_STATIC_SPEC ("asm", &asm_spec), 1451 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec() 1452 asm_spec = XOBFINISH (&obstack, const char *); in init_spec() 5130 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 1079 static const char *asm_spec = ASM_SPEC; variable 1561 INIT_STATIC_SPEC ("asm", &asm_spec), 1832 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec() 1833 asm_spec = XOBFINISH (&obstack, const char *); in init_spec() 5802 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
|