Searched refs:__no_stack_protector (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/tools/include/nolibc/ |
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)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | compiler.h | 30 # define __no_stack_protector __attribute__((no_stack_protector)) macro 32 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
|
D | stackprotector.h | 40 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
|
D | arch-i386.h | 165 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-aarch64.h | 145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-riscv.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-loongarch.h | 152 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-x86_64.h | 164 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-arm.h | 188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
D | arch-mips.h | 182 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start()
|
D | arch-s390.h | 142 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
/linux-6.12.1/arch/x86/kernel/ |
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()
|
/linux-6.12.1/include/linux/ |
D | compiler_attributes.h | 284 # define __no_stack_protector __attribute__((__no_stack_protector__)) macro 286 # define __no_stack_protector macro
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | syscall.c | 45 void noinstr __no_stack_protector do_syscall(struct pt_regs *regs) in do_syscall()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | traps.c | 314 asmlinkage __visible __trap_section __no_stack_protector
|
/linux-6.12.1/init/ |
D | main.c | 902 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | smp.c | 1618 __no_stack_protector
|