Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDdefaults.h1366 # ifndef DEFAULT_FLAG_SSP
1367 # define DEFAULT_FLAG_SSP 3 macro
1370 # define DEFAULT_FLAG_SSP 0 macro
HDopts.c825 opts->x_flag_stack_protect = DEFAULT_FLAG_SSP; in finish_options()