Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Dstackprotector.h18 extern unsigned long __stack_chk_guard;
35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/linux-4.4.14/arch/arm/include/asm/
Dstackprotector.h18 extern unsigned long __stack_chk_guard;
35 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/linux-4.4.14/arch/mips/include/asm/
Dstackprotector.h20 extern unsigned long __stack_chk_guard;
37 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/linux-4.4.14/arch/sh/include/asm/
Dstackprotector.h7 extern unsigned long __stack_chk_guard;
24 __stack_chk_guard = current->stack_canary; in boot_init_stack_canary()
/linux-4.4.14/arch/mips/boot/compressed/
Ddecompress.c76 unsigned long __stack_chk_guard; variable
80 __stack_chk_guard = 0x000a0dff; in __stack_chk_guard_setup()
/linux-4.4.14/arch/sh/kernel/
Dprocess.c13 unsigned long __stack_chk_guard __read_mostly;
14 EXPORT_SYMBOL(__stack_chk_guard);
Dprocess_32.c186 __stack_chk_guard = next->stack_canary; in __switch_to()
/linux-4.4.14/arch/arm/boot/compressed/
Dmisc.c130 unsigned long __stack_chk_guard; variable
134 __stack_chk_guard = 0x000a0dff; in __stack_chk_guard_setup()
/linux-4.4.14/arch/arm64/kernel/
Dprocess.c58 unsigned long __stack_chk_guard __read_mostly;
59 EXPORT_SYMBOL(__stack_chk_guard);
/linux-4.4.14/arch/arm/kernel/
Dprocess.c42 unsigned long __stack_chk_guard __read_mostly;
43 EXPORT_SYMBOL(__stack_chk_guard);
/linux-4.4.14/arch/mips/kernel/
Dr2300_switch.S44 PTR_LA t8, __stack_chk_guard
Dprocess.c180 unsigned long __stack_chk_guard __read_mostly;
181 EXPORT_SYMBOL(__stack_chk_guard);
Dr4k_switch.S47 PTR_LA t8, __stack_chk_guard
Docteon_switch.S64 PTR_LA t8, __stack_chk_guard
/linux-4.4.14/arch/
DKconfig364 - it has implemented a stack canary (e.g. __stack_chk_guard)