Home
last modified time | relevance | path

Searched refs:CF_SET (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dflag-types.h371 CF_SET = 1 << 2, enumerator
H A Dtoplev.c1434 && !(flag_cf_protection & CF_SET)) in process_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dflag-types.h448 CF_SET = 1 << 2, enumerator
H A Dtoplev.cc1291 && !(flag_cf_protection & CF_SET)) in process_options()
H A DChangeLog-201830130 the CF_SET bit when checking -fcf-protection.
/netbsd-src/sys/arch/newsmips/dev/
H A Dscsi_1185.c131 #define CF_SET 1 macro
1021 cs->comflg = CF_SET; in sc_pmatch()
1093 if (cs->comflg == CF_SET) { in sc_cout()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-c.c744 flag_cf_protection & ~CF_SET); in ix86_target_macros()
H A Di386-options.c2920 = (cf_protection_level) (opts->x_flag_cf_protection | CF_SET); in ix86_option_override_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-c.cc803 cpp_define_formatted (parse_in, "__CET__=%d", flag_cf_protection & ~CF_SET); in ix86_target_macros()
H A Di386-options.cc2970 = (cf_protection_level) (opts->x_flag_cf_protection | CF_SET); in ix86_option_override_internal()