Home
last modified time | relevance | path

Searched refs:stack_protector_guard (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.opt170 Target RejectNegative Joined Enum(stack_protector_guard) Var(riscv_stack_protector_guard) Init(SSP_…
174 Name(stack_protector_guard) Type(enum stack_protector_guard)
178 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
181 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
H A Driscv-opts.h65 enum stack_protector_guard { enum
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.opt234 Target RejectNegative Joined Enum(stack_protector_guard) Var(aarch64_stack_protector_guard) Init(SS…
238 Name(stack_protector_guard) Type(enum stack_protector_guard)
242 Enum(stack_protector_guard) String(sysreg) Value(SSP_SYSREG)
245 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
H A Daarch64-opts.h96 enum stack_protector_guard { enum
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.opt234 Target RejectNegative Joined Enum(stack_protector_guard) Var(aarch64_stack_protector_guard) Init(SS…
238 Name(stack_protector_guard) Type(enum stack_protector_guard)
242 Enum(stack_protector_guard) String(sysreg) Value(SSP_SYSREG)
245 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
H A Daarch64-opts.h96 enum stack_protector_guard { enum
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.opt326 Target RejectNegative Joined Enum(stack_protector_guard) Var(arm_stack_protector_guard) Init(SSP_GL…
330 Name(stack_protector_guard) Type(enum stack_protector_guard)
334 Enum(stack_protector_guard) String(tls) Value(SSP_TLSREG)
337 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
H A Darm-opts.h74 enum stack_protector_guard { enum
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-opts.h97 enum stack_protector_guard { enum
H A Di386.opt165 enum stack_protector_guard x_ix86_stack_protector_guard
990 Target RejectNegative Joined Enum(stack_protector_guard) Var(ix86_stack_protector_guard) Init(SSP_T…
994 Name(stack_protector_guard) Type(enum stack_protector_guard)
998 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
1001 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-opts.h93 enum stack_protector_guard { enum
H A Di386.opt165 enum stack_protector_guard x_ix86_stack_protector_guard
1010 Target RejectNegative Joined Enum(stack_protector_guard) Var(ix86_stack_protector_guard) Init(SSP_T…
1014 Name(stack_protector_guard) Type(enum stack_protector_guard)
1018 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
1021 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-opts.h145 enum stack_protector_guard { enum
H A Drs6000.opt557 Target RejectNegative Joined Enum(stack_protector_guard) Var(rs6000_stack_protector_guard) Init(SSP…
561 Name(stack_protector_guard) Type(enum stack_protector_guard)
565 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
568 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-opts.h145 enum stack_protector_guard { enum
H A Drs6000.opt549 Target RejectNegative Joined Enum(stack_protector_guard) Var(rs6000_stack_protector_guard) Init(SSP…
553 Name(stack_protector_guard) Type(enum stack_protector_guard)
557 Enum(stack_protector_guard) String(tls) Value(SSP_TLS)
560 Enum(stack_protector_guard) String(global) Value(SSP_GLOBAL)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog12398 * config/arm/arm-opts.h (enum stack_protector_guard): New.
H A DChangeLog-202016628 * config/riscv/riscv-opts.h (stack_protector_guard): New enum.
H A DChangeLog-20183123 stack_protector_guard related options, use opts_set->x_ instead
H A DChangeLog-201935186 * config/aarch64/aarch64-opts.h (enum stack_protector_guard): New
H A DChangeLog-201333468 * config/i386/i386-opts.h: Add enum stack_protector_guard.
H A DChangeLog-201739972 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.