HomeSort by relevance Sort by last modified time
    Searched full:poisoned (Results 51 - 75 of 391) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
asan_interface.h 33 // addresses in this region is allowed until this region is poisoned again.
53 // Returns 1 if addr is poisoned (i.e. 1-byte read/write access to this
58 // If at least one byte in [beg, beg+size) is poisoned, return the address
  /art/libdexfile/dex/
dex_file_tracking_registrar.h 68 // (un)poisoned by the memory tool.
  /art/tools/runtime_memusage/
README 17 DexFileTrackingRegistrar, which marks sections of Dex Files as poisoned. As Dex
19 In addition, when poisoned sections of memory are accesses, their stack trace is
  /external/compiler-rt/lib/msan/
msan_poisoning.cc 49 // Copy left unaligned origin if that memory is poisoned.
63 // Copy right unaligned origin if that memory is poisoned.
  /external/compiler-rt/test/msan/
dtor-multiple-inheritance-nontrivial-class-members.cc 35 // Derived class member is poisoned
83 // Derived class members are poisoned
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
common_interface_defs.h 102 // Returns true if the contiguous container [beg, end) is properly poisoned
112 // of the first improperly poisoned byte otherwise. Returns null if the area
113 // is poisoned properly.

Completed in 875 milliseconds

1 23 4 5 6 7 8 91011>>