Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c684 static const char *asm_final_spec = ASM_FINAL_SPEC; variable
1400 INIT_STATIC_SPEC ("asm_final", &asm_final_spec),
4786 value = do_spec_1 (asm_final_spec, 0, NULL);
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c739 static const char *asm_final_spec = ASM_FINAL_SPEC; variable
1532 INIT_STATIC_SPEC ("asm_final", &asm_final_spec),
5141 value = do_spec_1 (asm_final_spec, 0, NULL); in do_spec_1()