Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dcompiler.h30 # define __no_stack_protector __attribute__((no_stack_protector)) macro
32 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
H A Darch-powerpc.h182 #define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
/linux/include/linux/
H A Dcompiler_attributes.h271 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro
273 # define __no_stack_protector macro