Searched refs:__no_stack_protector (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/tools/include/nolibc/ |
D | compiler.h | 17 # 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
|
D | arch-powerpc.h | 180 #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()
|
D | stackprotector.h | 40 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
|
D | arch-aarch64.h | 148 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
D | arch-i386.h | 165 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
D | arch-riscv.h | 146 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
D | arch-loongarch.h | 154 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
D | arch-x86_64.h | 164 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
D | arch-mips.h | 178 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector __s… in __start()
|
D | arch-arm.h | 188 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
D | arch-s390.h | 142 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
/Linux-v6.6/include/linux/ |
D | compiler_attributes.h | 284 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro 286 # define __no_stack_protector macro
|
/Linux-v6.6/init/ |
D | main.c | 869 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | smp.c | 1615 __no_stack_protector
|