Home
last modified time | relevance | path

Searched refs:_FORTIFY_SOURCE (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch7 built with _FORTIFY_SOURCE enabled) the strlen symbol might not be
28 + built with _FORTIFY_SOURCE enabled) the strlen symbol might not be found.
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c25 #undef _FORTIFY_SOURCE
26 #define _FORTIFY_SOURCE 0 macro
H A Dcoroutine-ucontext.c22 #undef _FORTIFY_SOURCE
23 #define _FORTIFY_SOURCE 0 macro
/openbmc/linux/arch/um/os-Linux/
H A Duser_syms.c40 #ifdef _FORTIFY_SOURCE
/openbmc/linux/tools/usb/usbip/
H A Dconfigure.ac93 # use _FORTIFY_SOURCE
97 [use _FORTIFY_SOURCE=2 option when compiling)])],
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim_9.1.bb21 # in many places for _FORTIFY_SOURCE=2. Security flags become part of CC.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A Dbyacc-open.patch1 Ubuntu defaults to passing _FORTIFY_SOURCE=2 which breaks byacc as it doesn't
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/files/
H A Dtune-makefile.patch5 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pmdk/
H A Dpmdk_2.1.0.bb23 # Also fix #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
/openbmc/qemu/include/qemu/
H A Dosdep.h30 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ && defined __linux__
31 # define _FORTIFY_SOURCE 2 macro
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/
H A D0001-util-consideredharmful-Use-overloadable-func-attribu.patch34 // clang generates lots of these warnings with _FORTIFY_SOURCE
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dsecurity_flags.inc11 # _FORTIFY_SOURCE requires -O1 or higher, so disable in debug builds as they use