HomeSort by relevance Sort by last modified time
    Searched refs:ASAN (Results 1 - 7 of 7) sorted by null

  /build/make/target/board/generic_x86/
BoardConfig.mk 49 # Resize to 4G to accomodate ASAN and CTS
  /art/build/
art.go 72 // We need larger stack overflow guards for ASAN, as the compiled code will have
96 // Used to enable full sanitization, i.e., user poisoning, under ASAN.
  /build/make/core/
dex_preopt_libart_boot.mk 74 # on ASAN settings.
  /build/soong/cc/
sanitize.go 59 asan sanitizerType = iota + 1
67 case asan:
68 return "asan"
247 // Also disable CFI if ASAN is enabled.
366 // Frame pointer based unwinder in ASan requires ARM frame setup.
378 flags.CFlags = append(flags.CFlags, "-mllvm", "-asan-globals=0")
486 // ASan runtime library must be the first in the link order.
528 case asan:
542 return !sanitize.isSanitizerEnabled(asan) &&
548 return !sanitize.isSanitizerEnabled(asan) &
58 asan sanitizerType = iota + 1 const
    [all...]
  /system/core/rootdir/
Android.mk 27 # asan.options
32 LOCAL_MODULE := asan.options
39 # ASAN extration.
66 EXPORT_GLOBAL_ASAN_OPTIONS := export ASAN_OPTIONS include=/system/asan.options
67 LOCAL_REQUIRED_MODULES := asan.options $(ASAN_OPTIONS_FILES) $(ASAN_EXTRACT_FILES)
  /build/make/
envsetup.sh 31 - SANITIZE_HOST: Set to 'true' to use ASAN for all host modules. Note that
    [all...]
  /external/boringssl/src/util/fipstools/
delocate.go 193 // ASAN and some versions of MSAN are adding a .data section,
205 // break the integrity check. ASAN can generate these
    [all...]

Completed in 477 milliseconds