Searched refs:__no_stack_protector (Results 1 - 16 of 16) 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.h180 #ifdef __no_stack_protector
181 #undef __no_stack_protector macro
182 #define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
187 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Dstackprotector.h40 static __no_stack_protector void __stack_chk_init(void)
H A Darch-arm.h188 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-s390.h142 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-i386.h165 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-x86_64.h164 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-riscv.h143 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-aarch64.h145 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-loongarch.h152 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-mips.h182 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector __start(void)
/linux-master/arch/x86/kernel/
H A Dhead32.c105 static __init __no_stack_protector pte_t init_map(pte_t pte, pte_t **ptep, pl2_t **pl2p,
128 void __init __no_stack_protector mk_early_pgtbl_32(void)
/linux-master/include/linux/
H A Dcompiler_attributes.h284 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro
286 # define __no_stack_protector macro
/linux-master/arch/riscv/kernel/
H A Dtraps.c314 asmlinkage __visible __trap_section __no_stack_protector
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1618 __no_stack_protector
/linux-master/init/
H A Dmain.c881 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector

Completed in 159 milliseconds