Home
last modified time | relevance | path

Searched refs:__stack_chk_guard (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dstackprotector.h20 extern unsigned long __stack_chk_guard;
37 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstackprotector.h21 extern unsigned long __stack_chk_guard;
38 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dstackprotector.h9 extern unsigned long __stack_chk_guard;
27 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dstackprotector.h8 extern unsigned long __stack_chk_guard;
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dstackprotector.h8 extern unsigned long __stack_chk_guard;
26 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dstackprotector.h23 extern unsigned long __stack_chk_guard;
41 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstackprotector.h20 extern unsigned long __stack_chk_guard;
40 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dprocess.c16 unsigned long __stack_chk_guard __read_mostly;
17 EXPORT_SYMBOL(__stack_chk_guard);
H A Dprocess_32.c155 __stack_chk_guard = next->stack_canary; in __switch_to()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dprocess.c21 unsigned long __stack_chk_guard __read_mostly;
22 EXPORT_SYMBOL(__stack_chk_guard);
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dprocess.c29 unsigned long __stack_chk_guard __read_mostly;
30 EXPORT_SYMBOL(__stack_chk_guard);
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dprocess.c60 unsigned long __stack_chk_guard __read_mostly;
61 EXPORT_SYMBOL(__stack_chk_guard);
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dr2300_switch.S40 PTR_LA t8, __stack_chk_guard
H A Dr4k_switch.S35 PTR_LA t8, __stack_chk_guard
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A Ddecompress.c82 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dprocess.c43 unsigned long __stack_chk_guard __read_mostly;
44 EXPORT_SYMBOL(__stack_chk_guard);
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Dmisc.c131 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/OK3568_Linux_fs/kernel/arch/sh/boot/compressed/
H A Dmisc.c107 const unsigned long __stack_chk_guard = 0x000a0dff; variable
/OK3568_Linux_fs/buildroot/package/am33x-cm3/
H A D0002-Makefile-unconditionally-disable-SSP.patch8 '__stack_chk_guard' and '__stack_chk_fail' if toolchain enforces
/OK3568_Linux_fs/buildroot/package/sysvinit/
H A D0001-Makefile-disable-stack-protector-strong.patch9 runlevel.c:(.text.startup+0x4): undefined reference to `__stack_chk_guard'
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips140131 __stack_chk_guard
/OK3568_Linux_fs/buildroot/package/usbredir/
H A D0002-meson-add-stack_protector-option.patch11 usbredirparser.c:(.text+0x1c4): undefined reference to `__stack_chk_guard'
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c64 unsigned long __stack_chk_guard __ro_after_init;
65 EXPORT_SYMBOL(__stack_chk_guard);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0133-kern-efi-Add-initial-stack-protector-implementation.patch327 +grub_addr_t __stack_chk_guard;
358 + grub_memcpy (&__stack_chk_guard, stack_chk_guard_buf, sizeof (__stack_chk_guard));
447 +extern grub_addr_t EXPORT_VAR (__stack_chk_guard);
/OK3568_Linux_fs/buildroot/boot/opensbi/0.9/
H A D0002-Makefile-unconditionally-disable-SSP.patch8 references to '__stack_chk_guard' and '__stack_chk_fail' if toolchain

123