Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1183 #define INIT_STATIC_SPEC(NAME,PTR) \ macro
1189 INIT_STATIC_SPEC ("asm", &asm_spec),
1190 INIT_STATIC_SPEC ("asm_debug", &asm_debug),
1191 INIT_STATIC_SPEC ("asm_final", &asm_final_spec),
1192 INIT_STATIC_SPEC ("asm_options", &asm_options),
1193 INIT_STATIC_SPEC ("invoke_as", &invoke_as),
1194 INIT_STATIC_SPEC ("cpp", &cpp_spec),
1195 INIT_STATIC_SPEC ("cpp_options", &cpp_options),
1196 INIT_STATIC_SPEC ("cpp_debug_options", &cpp_debug_options),
1197 INIT_STATIC_SPEC ("cpp_unique_options", &cpp_unique_options),
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1554 #define INIT_STATIC_SPEC(NAME,PTR) \ macro
1561 INIT_STATIC_SPEC ("asm", &asm_spec),
1562 INIT_STATIC_SPEC ("asm_debug", &asm_debug),
1563 INIT_STATIC_SPEC ("asm_final", &asm_final_spec),
1564 INIT_STATIC_SPEC ("asm_options", &asm_options),
1565 INIT_STATIC_SPEC ("invoke_as", &invoke_as),
1566 INIT_STATIC_SPEC ("cpp", &cpp_spec),
1567 INIT_STATIC_SPEC ("cpp_options", &cpp_options),
1568 INIT_STATIC_SPEC ("cpp_debug_options", &cpp_debug_options),
1569 INIT_STATIC_SPEC ("cpp_unique_options", &cpp_unique_options),
[all …]