Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
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)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Dcompiler.h30 # define __no_stack_protector __attribute__((no_stack_protector)) macro
32 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
A Dstackprotector.h40 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
A Darch-aarch64.h145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-i386.h165 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-riscv.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-loongarch.h152 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-x86_64.h164 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-arm.h188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-mips.h182 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start()
A Darch-s390.h142 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
/linux/arch/x86/kernel/
A Dhead32.c105 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()
/linux/include/linux/
A Dcompiler_attributes.h284 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro
286 # define __no_stack_protector macro
/linux/arch/loongarch/kernel/
A Dsyscall.c45 void noinstr __no_stack_protector do_syscall(struct pt_regs *regs) in do_syscall()
/linux/arch/riscv/kernel/
A Dtraps.c314 asmlinkage __visible __trap_section __no_stack_protector
/linux/init/
A Dmain.c902 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
/linux/arch/powerpc/kernel/
A Dsmp.c1618 __no_stack_protector

Completed in 34 milliseconds