HomeSort by relevance Sort by last modified time
    Searched refs:_FORTIFY_SOURCE (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
ssp.h 38 #if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \
42 # if _FORTIFY_SOURCE == 1
44 # elif _FORTIFY_SOURCE > 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
ssp.h 38 #if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \
42 # if _FORTIFY_SOURCE == 1
44 # elif _FORTIFY_SOURCE > 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
ssp.h 38 #if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \
42 # if _FORTIFY_SOURCE == 1
44 # elif _FORTIFY_SOURCE > 1
  /bionic/libc/string/
__memcpy_chk.c 29 #undef _FORTIFY_SOURCE
42 * This memcpy check is called if _FORTIFY_SOURCE is defined and
memmove.c 28 #undef _FORTIFY_SOURCE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
features.h 45 _FORTIFY_SOURCE If set to numeric value > 0 additional security
284 #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \
286 # if _FORTIFY_SOURCE > 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 45 _FORTIFY_SOURCE If set to numeric value > 0 additional security
284 #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \
286 # if _FORTIFY_SOURCE > 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 45 _FORTIFY_SOURCE If set to numeric value > 0 additional security
284 #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \
286 # if _FORTIFY_SOURCE > 1
  /bionic/libc/include/sys/
cdefs.h 504 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 && !defined(__clang__)
  /external/chromium/third_party/libevent/
evdns.c 77 #ifndef _FORTIFY_SOURCE
78 #define _FORTIFY_SOURCE 3
    [all...]

Completed in 194 milliseconds