Searched refs:__NO_FORTIFY (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dstring.h63 #ifndef __NO_FORTIFY
64 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
/linux-master/arch/riscv/include/asm/
H A Dstring.h37 #ifndef __NO_FORTIFY
38 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
/linux-master/arch/loongarch/include/asm/
H A Dstring.h31 #ifndef __NO_FORTIFY
32 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
/linux-master/arch/um/os-Linux/
H A Duser_syms.c2 #define __NO_FORTIFY macro
/linux-master/arch/arm/include/asm/
H A Dstring.h62 #ifndef __NO_FORTIFY
63 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
/linux-master/arch/powerpc/include/asm/
H A Dstring.h52 #ifndef __NO_FORTIFY
53 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
/linux-master/arch/xtensa/include/asm/
H A Dstring.h132 #ifndef __NO_FORTIFY
133 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
/linux-master/arch/s390/include/asm/
H A Dstring.h62 #ifndef __NO_FORTIFY
63 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
92 #if !defined(IN_ARCH_STRING_C) && (!defined(CONFIG_FORTIFY_SOURCE) || defined(__NO_FORTIFY))
/linux-master/arch/mips/boot/compressed/
H A Ddecompress.c12 #define __NO_FORTIFY macro
/linux-master/arch/s390/lib/
H A Dstring.c11 #ifndef __NO_FORTIFY
12 # define __NO_FORTIFY macro
/linux-master/arch/x86/include/asm/
H A Dstring_64.h13 #if defined(__SANITIZE_MEMORY__) && defined(__NO_FORTIFY)
/linux-master/arch/arm/boot/compressed/
H A Dstring.c8 #define __NO_FORTIFY macro
/linux-master/arch/x86/lib/
H A Dstring_32.c14 #define __NO_FORTIFY macro
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h17 #define __NO_FORTIFY macro
/linux-master/include/linux/
H A Dstring.h368 #if !defined(__NO_FORTIFY) && defined(__OPTIMIZE__) && defined(CONFIG_FORTIFY_SOURCE)
/linux-master/lib/
H A Dstring.c12 * (Specifically, this file is built with __NO_FORTIFY.)
17 #define __NO_FORTIFY macro
/linux-master/fs/bcachefs/
H A Dreflink.c388 #if !defined(__NO_FORTIFY) && defined(__OPTIMIZE__) && defined(CONFIG_FORTIFY_SOURCE)
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c15 #define __NO_FORTIFY macro

Completed in 610 milliseconds