Searched refs:STACK_CHECK_PROTECT (Results 26 - 31 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dfreebsd64.h359 #define STACK_CHECK_PROTECT (TARGET_64BIT ? 16 * 1024 : 12 * 1024) macro
H A Dlinux64.h623 #define STACK_CHECK_PROTECT (TARGET_64BIT ? 16 * 1024 : 12 * 1024) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dfreebsd64.h301 #define STACK_CHECK_PROTECT (TARGET_64BIT ? 16 * 1024 : 12 * 1024) macro
H A Dlinux64.h543 #define STACK_CHECK_PROTECT (TARGET_64BIT ? 16 * 1024 : 12 * 1024) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexplow.c1315 So we never use STACK_CHECK_PROTECT directly. Instead we indirect though
1323 return STACK_CHECK_PROTECT;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexplow.cc1339 So we never use STACK_CHECK_PROTECT directly. Instead we indirectly
1349 return STACK_CHECK_PROTECT;

Completed in 140 milliseconds

12