Searched refs:SSP_GLOBAL (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-opts.h76 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Darm.cc3189 if (arm_stack_protector_guard == SSP_GLOBAL
34229 if (arm_stack_protector_guard == SSP_GLOBAL)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-opts.h98 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Daarch64.c5490 For SSP_GLOBAL, DECL_RTL is the MEM rtx for the canary variable
5499 if (aarch64_stack_protector_guard == SSP_GLOBAL)
14676 if (aarch64_stack_protector_guard == SSP_GLOBAL
23388 if (aarch64_stack_protector_guard == SSP_GLOBAL)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-opts.h98 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Daarch64.cc6780 For SSP_GLOBAL, DECL_RTL is the MEM rtx for the canary variable
6789 if (aarch64_stack_protector_guard == SSP_GLOBAL)
17669 if (aarch64_stack_protector_guard == SSP_GLOBAL
27001 if (aarch64_stack_protector_guard == SSP_GLOBAL)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-opts.h99 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Di386.h653 #define TARGET_SSP_GLOBAL_GUARD (ix86_stack_protector_guard == SSP_GLOBAL)
H A Di386-options.c2825 opts->x_ix86_stack_protector_guard = SSP_GLOBAL;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-opts.h147 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Drs6000.c4407 rs6000_stack_protector_guard = SSP_GLOBAL;
8979 if (rs6000_stack_protector_guard == SSP_GLOBAL)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-opts.h147 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Drs6000.cc4549 rs6000_stack_protector_guard = SSP_GLOBAL;
9721 if (rs6000_stack_protector_guard == SSP_GLOBAL)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-opts.h95 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Di386.h498 #define TARGET_SSP_GLOBAL_GUARD (ix86_stack_protector_guard == SSP_GLOBAL)
H A Di386-options.cc2833 opts->x_ix86_stack_protector_guard = SSP_GLOBAL;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-opts.h67 SSP_GLOBAL /* global canary */ enumerator in enum:stack_protector_guard
H A Driscv.cc5079 if (riscv_stack_protector_guard == SSP_GLOBAL

Completed in 588 milliseconds