Home
last modified time | relevance | path

Searched defs:__no_stack_protector (Results 1 – 2 of 2) sorted by relevance

/tools/include/nolibc/
Dcompiler.h17 # define __no_stack_protector __attribute__((no_stack_protector)) macro
19 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
22 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
Darch-powerpc.h182 #define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro