Searched refs:asm_spec (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcc.c | 683 static const char *asm_spec = ASM_SPEC; variable 1398 INIT_STATIC_SPEC ("asm", &asm_spec), 1635 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec() 1636 asm_spec = obstack_finish (&obstack); in init_spec() 4780 value = do_spec_1 (asm_spec, 0, NULL);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcc.c | 738 static const char *asm_spec = ASM_SPEC; variable 1530 INIT_STATIC_SPEC ("asm", &asm_spec), 1784 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec)); in init_spec() 1785 asm_spec = XOBFINISH (&obstack, const char *); in init_spec() 5135 value = do_spec_1 (asm_spec, 0, NULL); in do_spec_1()
|