HomeSort by: relevance | last modified time | path
    Searched refs:ASan (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_netbsd_compat.inc 37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
sanitizer_malloc_mac.inc 101 // FIXME: ASan should support purgeable allocations.
108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
sanitizer_common_interceptors.inc 974 // FIXME: under ASan the call below may write to freed memory and corrupt
992 // FIXME: under ASan the call below may write to freed memory and corrupt
1009 // FIXME: under ASan the call below may write to freed memory and corrupt
1027 // FIXME: under ASan the call below may write to freed memory and corrupt
1202 // FIXME: under ASan the call below may write to freed memory and corrupt
1346 // FIXME: under ASan the call below may write to freed memory and corrupt
1359 // FIXME: under ASan the call below may write to freed memory and corrupt
1372 // FIXME: under ASan the call below may write to freed memory and corrupt
1385 // FIXME: under ASan the call below may write to freed memory and corrupt
1429 // FIXME: under ASan the call below may write to freed memory and corrup
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_netbsd_compat.inc 37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
sanitizer_malloc_mac.inc 101 // FIXME: ASan should support purgeable allocations.
108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
sanitizer_common_interceptors.inc 1021 // FIXME: under ASan the call below may write to freed memory and corrupt
1039 // FIXME: under ASan the call below may write to freed memory and corrupt
1056 // FIXME: under ASan the call below may write to freed memory and corrupt
1074 // FIXME: under ASan the call below may write to freed memory and corrupt
1249 // FIXME: under ASan the call below may write to freed memory and corrupt
1384 // FIXME: under ASan the call below may write to freed memory and corrupt
1397 // FIXME: under ASan the call below may write to freed memory and corrupt
1410 // FIXME: under ASan the call below may write to freed memory and corrupt
1423 // FIXME: under ASan the call below may write to freed memory and corrupt
1467 // FIXME: under ASan the call below may write to freed memory and corrup
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 926 // FIXME: under ASan the call below may write to freed memory and corrupt
937 // FIXME: under ASan the call below may write to freed memory and corrupt
978 // FIXME: under ASan the call below may write to freed memory and corrupt
996 // FIXME: under ASan the call below may write to freed memory and corrupt
1013 // FIXME: under ASan the call below may write to freed memory and corrupt
1031 // FIXME: under ASan the call below may write to freed memory and corrupt
1206 // FIXME: under ASan the call below may write to freed memory and corrupt
1338 // FIXME: under ASan the call below may write to freed memory and corrupt
1351 // FIXME: under ASan the call below may write to freed memory and corrupt
1364 // FIXME: under ASan the call below may write to freed memory and corrup
    [all...]
sanitizer_malloc_mac.inc 94 // FIXME: ASan should support purgeable allocations.
101 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
107 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 93 #define DEBUG_TYPE "asan"
134 const char kAsanModuleCtorName[] = "asan.module_ctor";
135 const char kAsanModuleDtorName[] = "asan.module_dtor";
164 // ASan version script has __asan_* wildcard. Triple underscore prevents a
188 "asan-kernel", cl::desc("Enable KernelAddressSanitizer instrumentation"),
192 "asan-recover",
197 "asan-guard-against-version-mismatch",
201 // This flag may need to be replaced with -f[no-]asan-reads.
202 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads",
207 "asan-instrument-writes", cl::desc("instrument write instructions")
    [all...]

Completed in 26 milliseconds