Searched refs:__no_stack_protector (Results 1 – 21 of 21) sorted by relevance
| /linux/tools/include/nolibc/ |
| 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 188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | compiler.h | 39 # define __no_stack_protector __attribute__((no_stack_protector)) macro 41 # define __no_stack_protector __attribute__((__optimize__("-fno-stack-protector"))) macro
|
| H A D | stackprotector.h | 43 static __no_stack_protector void __stack_chk_init(void) in __stack_chk_init()
|
| H A D | arch-x86.h | 168 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() 336 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-arm64.h | 146 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-m68k.h | 133 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-loongarch.h | 147 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-riscv.h | 144 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-sh.h | 146 void __attribute__((weak,noreturn)) __nolibc_entrypoint __no_stack_protector _start_wrapper(void) in _start_wrapper()
|
| H A D | arch-s390.h | 144 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-sparc.h | 157 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-arm.h | 189 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-mips.h | 251 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | asm-prototypes.h | 16 asmlinkage void noinstr __no_stack_protector ret_from_fork(struct task_struct *prev, 19 asmlinkage void noinstr __no_stack_protector ret_from_kernel_thread(struct task_struct *prev,
|
| /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
|
| /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()
|
| /linux/arch/loongarch/kernel/ |
| H A D | syscall.c | 58 void noinstr __no_stack_protector do_syscall(struct pt_regs *regs) in do_syscall()
|
| H A D | process.c | 150 asmlinkage void noinstr __no_stack_protector ret_from_fork(struct task_struct *prev, in ret_from_fork() 157 asmlinkage void noinstr __no_stack_protector ret_from_kernel_thread(struct task_struct *prev, in ret_from_kernel_thread()
|
| /linux/arch/riscv/kernel/ |
| H A D | traps.c | 326 asmlinkage __visible __trap_section __no_stack_protector
|
| /linux/init/ |
| H A D | main.c | 1004 asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
|
| /linux/arch/powerpc/kernel/ |
| H A D | smp.c | 1637 __no_stack_protector
|