Home
last modified time | relevance | path

Searched refs:__no_stack_protector (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/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.h180 #ifdef __no_stack_protector
181 #undef __no_stack_protector
182 #define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
187 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Dstackprotector.h40 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
H A Darch-i386.h165 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Darch-aarch64.h148 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Darch-riscv.h146 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Darch-x86_64.h164 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Darch-loongarch.h154 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Darch-mips.h178 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector __s… in __start()
H A Darch-arm.h188 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
H A Darch-s390.h142 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
/openbmc/linux/include/linux/
H A Dcompiler_attributes.h284 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro
286 # define __no_stack_protector macro
/openbmc/linux/init/
H A Dmain.c875 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c1615 __no_stack_protector