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

/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
H A Ddefaults.h938 /* MAX_STACK_ALIGNMENT is the maximum stack alignment guaranteed by
942 MAX_STACK_ALIGNMENT are the same. Otherwise, the incoming stack
944 #ifdef MAX_STACK_ALIGNMENT
945 #define MAX_SUPPORTED_STACK_ALIGNMENT MAX_STACK_ALIGNMENT
947 #define MAX_STACK_ALIGNMENT STACK_BOUNDARY macro
951 #define SUPPORTS_STACK_ALIGNMENT (MAX_STACK_ALIGNMENT > STACK_BOUNDARY)

Completed in 25 milliseconds