Home
last modified time | relevance | path

Searched refs:UBSAN_OPTIONS (Results 1 – 19 of 19) sorted by relevance

/external/oss-fuzz/projects/libpsl/
Dbuild.sh25 UBSAN_OPTIONS=detect_leaks=0 \
38 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
44 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
53 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
82 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
/external/oss-fuzz/infra/base-images/base-runner/
Drun_fuzzer92 export UBSAN_OPTIONS="$UBSAN_OPTIONS:$custom_ubsan_options"
103 export UBSAN_OPTIONS="$UBSAN_OPTIONS:symbolize=0"
DDockerfile61 ENV UBSAN_OPTIONS="print_stacktrace=1:print_summary=1:silence_unsigned_overflow=1:strip_path_prefix…
/external/libvpx/libvpx/tools/
Dset_analyzer_env.sh26 unset ASAN_OPTIONS MSAN_OPTIONS TSAN_OPTIONS UBSAN_OPTIONS
128 export UBSAN_OPTIONS="${sanitizer_options}"
/external/compiler-rt/test/ubsan/
Dlit.common.cfg48 config.environment['UBSAN_OPTIONS'] = default_ubsan_opts_str
50 # Substitution to setup UBSAN_OPTIONS in portable way.
52 'env UBSAN_OPTIONS=' + default_ubsan_opts_str))
/external/flatbuffers/tests/docker/
Dcpp_test.run.sh4 export UBSAN_OPTIONS=halt_on_error=1
/external/fmtlib/test/fuzzing/
DREADME.md22 export UBSAN_OPTIONS=halt_on_error=1
/external/oss-fuzz/projects/icu/
Dbuild.sh32 export UBSAN_OPTIONS="detect_leaks=0"
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
D.bazelrc7 build:ubsan --copt=-fsanitize=undefined --linkopt=-fsanitize=undefined --action_env=UBSAN_OPTIONS=h…
/external/llvm-project/clang/docs/
DUndefinedBehaviorSanitizer.rst238 ``UBSAN_OPTIONS=print_stacktrace=1``.
245 file, you can set ``UBSAN_OPTIONS=log_path=...``.
250 ``UBSAN_OPTIONS=silence_unsigned_overflow=1``. This feature, combined with
285 suppression file in a ``UBSAN_OPTIONS`` environment variable.
289 UBSAN_OPTIONS=suppressions=MyUBSan.supp
/external/grpc-grpc/tools/
Dbazel.rc45 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
/external/libchrome/build/android/pylib/constants/
D__init__.py123 UBSAN_OPTIONS = ( variable
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst145 ``UBSAN_OPTIONS=print_stacktrace=1``.
179 suppression file in a ``UBSAN_OPTIONS`` environment variable.
183 UBSAN_OPTIONS=suppressions=MyUBSan.supp
DSanitizerCoverage.rst32 ``LSAN_OPTIONS``, ``MSAN_OPTIONS`` or ``UBSAN_OPTIONS``, as
33 appropriate. For the standalone coverage mode, use ``UBSAN_OPTIONS``.
/external/bc/
Drelease.sh538 export UBSAN_OPTIONS="print_stack_trace=1,silence_unsigned_overflow=1"
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel.rc74 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
/external/compiler-rt/test/
Dlit.common.cfg46 'MSAN_OPTIONS', 'UBSAN_OPTIONS',
/external/oss-fuzz/infra/base-images/base-builder/
DDockerfile146 ENV UBSAN_OPTIONS="silence_unsigned_overflow=1"
/external/webrtc/
Dwebrtc.gni131 # At unit test runtime set UBSAN_OPTIONS="coverage=1".