Home
last modified time | relevance | path

Searched refs:fno (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/sapi/fuzzer/
H A Dconfig.m454 dnl We need to specify -fno-sanitize-recover=undefined here, otherwise ubsan warnings
56 … CFLAGS="$CFLAGS -fsanitize=undefined -fno-sanitize=object-size -fno-sanitize-recover=undefined"
/PHP-8.1/TSRM/
H A Dtsrm_win32.c450 int fno, type_len, read, mode; in popen_ex() local
580 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
583 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
587 stream = _fdopen(fno, type); in popen_ex()
/PHP-8.1/Zend/
H A DZend.m4184 AX_CHECK_COMPILE_FLAG([-fno-common], CFLAGS="-fno-common $CFLAGS", , [-Werror])
/PHP-8.1/
H A Dconfigure.ac1539 dnl cast to void*. In that case, set -fno-sanitize=function.
1541 CFLAGS="$CFLAGS -fno-sanitize-recover=undefined"
1551 CFLAGS="$CFLAGS -fno-sanitize=function"
1552 CXXFLAGS="$CFLAGS -fno-sanitize=function"
1560 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
1561 CXXFLAGS="$CXXFLAGS -fno-omit-frame-pointer"
/PHP-8.1/.github/workflows/
H A Dnightly.yml62 CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC"
63 LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function"
450 …${{ matrix.type == 'asan' && '--enable-debug CFLAGS="-fsanitize=undefined,address -fno-sanitize-re…
/PHP-8.1/build/
H A Dlibtool.m42895 # We don't want -fno-exception wen compiling C++ code, so set the
2898 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4526 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4528 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4530 [-fno-rtti -fno-exceptions], [],
4531 …uiltin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4780 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5071 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
H A Dphp.m41423 CFLAGS="$CFLAGS -fno-optimize-strlen"

Completed in 33 milliseconds