Searched refs:__no_stack_protector (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/tools/include/nolibc/ |
H A 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
|
H A 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()
|
H A D | stackprotector.h | 40 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
|
H A D | arch-riscv.h | 146 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
H A D | arch-aarch64.h | 148 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
H A D | arch-i386.h | 165 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
H A D | arch-loongarch.h | 154 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
H A D | arch-x86_64.h | 164 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
H A D | arch-mips.h | 178 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector __s… in __start()
|
H A D | arch-s390.h | 143 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
H A D | arch-arm.h | 188 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _st… in _start()
|
/openbmc/linux/include/linux/ |
H A D | compiler_attributes.h | 271 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro 273 # define __no_stack_protector macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | head32.c | 105 static __init __no_stack_protector pte_t init_map(pte_t pte, pte_t **ptep, pl2_t **pl2p, in init_map() 128 void __init __no_stack_protector mk_early_pgtbl_32(void) in mk_early_pgtbl_32()
|
/openbmc/linux/init/ |
H A D | main.c | 875 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | smp.c | 1615 __no_stack_protector
|