Searched refs:_FORTIFY_SOURCE (Results 1 - 10 of 10) sorted by relevance

/bionic/tests/
H A Dstdio_nofortify_test.cpp2 #ifdef _FORTIFY_SOURCE
3 #undef _FORTIFY_SOURCE macro
10 #if defined(_FORTIFY_SOURCE)
11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
H A Dstring_nofortify_test.cpp2 #ifdef _FORTIFY_SOURCE
3 #undef _FORTIFY_SOURCE macro
10 #if defined(_FORTIFY_SOURCE)
11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
H A Dstrings_nofortify_test.cpp2 #ifdef _FORTIFY_SOURCE
3 #undef _FORTIFY_SOURCE macro
10 #if defined(_FORTIFY_SOURCE)
11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
H A Dunistd_nofortify_test.cpp2 #ifdef _FORTIFY_SOURCE
3 #undef _FORTIFY_SOURCE macro
10 #if defined(_FORTIFY_SOURCE)
11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
H A Dfortify_filecheck_diagnostics_test.cpp33 #undef _FORTIFY_SOURCE macro
34 #define _FORTIFY_SOURCE 2 macro
H A Dfortify_test.cpp53 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE == 2
308 #endif /* defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE=2 */
/bionic/libc/include/sys/
H A Dcdefs.h267 * When _FORTIFY_SOURCE is defined, automatic bounds checking is
276 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
295 # if _FORTIFY_SOURCE == 2
/bionic/tools/versioner/current/sys/
H A Dcdefs.h267 * When _FORTIFY_SOURCE is defined, automatic bounds checking is
276 #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
295 # if _FORTIFY_SOURCE == 2
/bionic/libc/arch-arm/bionic/
H A D__aeabi.c34 #undef _FORTIFY_SOURCE macro
/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp29 #undef _FORTIFY_SOURCE macro

Completed in 165 milliseconds