Home
last modified time | relevance | path

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

/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
/qemu/include/qemu/
H A Dosdep.h30 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ && defined __linux__
31 # define _FORTIFY_SOURCE 2 macro