HomeSort by relevance Sort by last modified time
    Searched refs:fsanitize (Results 26 - 40 of 40) sorted by null

12

  /build/soong/cc/
sanitize.go 32 cfiCflags = "-flto -fsanitize-cfi-cross-dso -fvisibility=default " +
33 "-fsanitize-blacklist=external/compiler-rt/lib/cfi/cfi_blacklist.txt"
35 cfiLdflags = "-flto -fsanitize-cfi-cross-dso -fsanitize=cfi " +
91 // value to pass to -fsanitize-recover=
94 // value to pass to -fsanitize-blacklist
299 // libraries needed with -fsanitize=address. http://b/18650275 (WAI)
314 flags.CFlags = append(flags.CFlags, "-fsanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp")
340 flags.CFlags = append(flags.CFlags, "-fsanitize-recover="+
345 sanitizeArg := "-fsanitize=" + strings.Join(sanitizers, ","
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
test.bash 27 if $CC -fsanitize=memory -o ${TMPDIR}/testsanitizers$$ ${TMPDIR}/testsanitizers$$.c 2>&1 | grep "unrecognized" >& /dev/null; then
28 echo "skipping msan tests: $CC -fsanitize=memory not supported"
31 echo "skipping msan tests: $CC -fsanitize-memory did not generate an executable"
34 echo "skipping msan tests: $CC -fsanitize-memory generates broken executable"
81 $CC $(go env GOGCCFLAGS) -fsanitize=memory -o ${TMPDIR}/testmsanshared ${TMPDIR}/testmsanshared.c ${TMPDIR}/libmsanshared.$libext
101 if ! CGO_LDFLAGS="-fsanitize=memory" CGO_CPPFLAGS="-fsanitize=memory" go run -msan -a msan2.go; then
102 echo "FAIL: msan2 with -fsanitize=memory"
137 if ! $CC -fsanitize=thread ${TMPDIR}/testsanitizers$$.c -o ${TMPDIR}/testsanitizers$$ &> ${TMPDIR}/testsanitizers$$.err; then
141 echo "skipping tsan tests: -fsanitize=thread not supported
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
test.bash 27 if $CC -fsanitize=memory -o ${TMPDIR}/testsanitizers$$ ${TMPDIR}/testsanitizers$$.c 2>&1 | grep "unrecognized" >& /dev/null; then
28 echo "skipping msan tests: $CC -fsanitize=memory not supported"
31 echo "skipping msan tests: $CC -fsanitize-memory did not generate an executable"
34 echo "skipping msan tests: $CC -fsanitize-memory generates broken executable"
81 $CC $(go env GOGCCFLAGS) -fsanitize=memory -o ${TMPDIR}/testmsanshared ${TMPDIR}/testmsanshared.c ${TMPDIR}/libmsanshared.$libext
101 if ! CGO_LDFLAGS="-fsanitize=memory" CGO_CPPFLAGS="-fsanitize=memory" go run -msan -a msan2.go; then
102 echo "FAIL: msan2 with -fsanitize=memory"
137 if ! $CC -fsanitize=thread ${TMPDIR}/testsanitizers$$.c -o ${TMPDIR}/testsanitizers$$ &> ${TMPDIR}/testsanitizers$$.err; then
141 echo "skipping tsan tests: -fsanitize=thread not supported
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 241 if arg == "-fsanitize=thread" {
out.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 241 if arg == "-fsanitize=thread" {
out.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 281 milliseconds

12