Home
last modified time | relevance | path

Searched refs:SSP_TLS (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-opts.h94 SSP_TLS, /* per-thread canary in TLS block */ enumerator
Di386.opt1010 …get RejectNegative Joined Enum(stack_protector_guard) Var(ix86_stack_protector_guard) Init(SSP_TLS)
1018 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
Di386.h499 #define TARGET_SSP_TLS_GUARD (ix86_stack_protector_guard == SSP_TLS)
Di386-options.cc2865 opts->x_ix86_stack_protector_guard = SSP_TLS; in ix86_option_override_internal()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-opts.h146 SSP_TLS, /* per-thread canary in TLS block */ enumerator
Drs6000.opt557 …t RejectNegative Joined Enum(stack_protector_guard) Var(rs6000_stack_protector_guard) Init(SSP_TLS)
565 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
Drs6000.cc4529 rs6000_stack_protector_guard = SSP_TLS; in rs6000_option_override_internal()
4570 if (rs6000_stack_protector_guard == SSP_TLS in rs6000_option_override_internal()
Drs6000.md12236 if (rs6000_stack_protector_guard == SSP_TLS)
12301 if (rs6000_stack_protector_guard == SSP_TLS)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20183241 ix86_stack_protector_guard to SSP_TLS only if TARGET_THREAD_SSP_OFFSET