Searched refs:INIT_STATIC_SPEC (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | gcc.c | 1540 #define INIT_STATIC_SPEC(NAME,PTR) \ macro 1546 INIT_STATIC_SPEC ("asm", &asm_spec), 1547 INIT_STATIC_SPEC ("asm_debug", &asm_debug), 1548 INIT_STATIC_SPEC ("asm_final", &asm_final_spec), 1549 INIT_STATIC_SPEC ("asm_options", &asm_options), 1550 INIT_STATIC_SPEC ("invoke_as", &invoke_as), 1551 INIT_STATIC_SPEC ("cpp", &cpp_spec), 1552 INIT_STATIC_SPEC ("cpp_options", &cpp_options), 1553 INIT_STATIC_SPEC ("cpp_debug_options", &cpp_debug_options), 1554 INIT_STATIC_SPEC ("cpp_unique_options", &cpp_unique_options), [all …]
|