Searched defs:__no_stack_protector (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/nolibc/
H A 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
H A Darch-powerpc.h181 #undef __no_stack_protector macro
182 #define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
/linux-master/include/linux/
H A Dcompiler_attributes.h284 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro
286 # define __no_stack_protector macro

Completed in 163 milliseconds