Lines Matching defs:asm_spec
573 %a process ASM_SPEC as a spec.
690 /* config.h can define ASM_SPEC to provide extra args to the assembler
692 #ifndef ASM_SPEC
693 #define ASM_SPEC ""
1210 static const char *asm_spec = ASM_SPEC;
1703 INIT_STATIC_SPEC ("asm", &asm_spec),
1975 /* Prepend "--traditional-format" to whatever asm_spec we had before. */
1979 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec));
1980 asm_spec = XOBFINISH (&obstack, const char *);
2368 The corresponding spec is stored in asm_spec, etc.,
6638 value = do_spec_1 (asm_spec, 0, NULL);