/openbmc/linux/arch/riscv/include/asm/ |
H A D | string.h | 37 #ifndef __NO_FORTIFY 38 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | string.h | 31 #ifndef __NO_FORTIFY 32 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | string.h | 63 #ifndef __NO_FORTIFY 64 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | string.h | 62 #ifndef __NO_FORTIFY 63 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | string.h | 62 #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))
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | string.h | 132 #ifndef __NO_FORTIFY 133 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | string.h | 52 #ifndef __NO_FORTIFY 53 #define __NO_FORTIFY /* FORTIFY_SOURCE uses __builtin_memcpy, etc. */ macro
|
/openbmc/linux/arch/s390/lib/ |
H A D | string.c | 11 #ifndef __NO_FORTIFY 12 # define __NO_FORTIFY macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | user_syms.c | 2 #define __NO_FORTIFY macro
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | decompress.c | 12 #define __NO_FORTIFY macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | string_64.h | 13 #if defined(__SANITIZE_MEMORY__) && defined(__NO_FORTIFY)
|
/openbmc/linux/arch/x86/lib/ |
H A D | string_32.c | 14 #define __NO_FORTIFY macro
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | string.c | 8 #define __NO_FORTIFY macro
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.h | 17 #define __NO_FORTIFY macro
|
/openbmc/linux/include/linux/ |
H A D | string.h | 293 #if !defined(__NO_FORTIFY) && defined(__OPTIMIZE__) && defined(CONFIG_FORTIFY_SOURCE)
|
/openbmc/linux/lib/ |
H A D | string.c | 17 #define __NO_FORTIFY macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 15 #define __NO_FORTIFY macro
|