/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 111 __msan_unpoison(ptr, res *size); in INTERCEPTOR() 121 __msan_unpoison(ptr, res *size); in INTERCEPTOR() 134 __msan_unpoison(buf, res); in INTERCEPTOR() 152 __msan_unpoison(dest, sz); in INTERCEPTOR() 174 __msan_unpoison(memptr, sizeof(*memptr)); in INTERCEPTOR() 261 __msan_unpoison(sret, sizeof(*sret)); in INTERCEPTOR() 304 __msan_unpoison(dest + copy_size, n - copy_size); in INTERCEPTOR() 353 __msan_unpoison(res + copy_size, 1); // \0 in INTERCEPTOR() 364 __msan_unpoison(res + copy_size, 1); // \0 in INTERCEPTOR() 376 __msan_unpoison(buf, n + 1); in INTERCEPTOR() [all …]
|
D | msan_thread.cc | 35 __msan_unpoison((void *)stack_bottom_, stack_top_ - stack_bottom_); in ClearShadowForThreadStackAndTLS() 37 __msan_unpoison((void *)tls_begin_, tls_end_ - tls_begin_); in ClearShadowForThreadStackAndTLS() 41 __msan_unpoison((void *)(dtls->dtv[i].beg), dtls->dtv[i].size); in ClearShadowForThreadStackAndTLS()
|
D | msan_interface_internal.h | 59 void __msan_unpoison(const void *a, uptr size);
|
D | msan_allocator.cc | 32 __msan_unpoison((void *)p, size); in OnUnmap()
|
/external/skia/src/core/ |
D | SkMSAN.h | 16 void __msan_unpoison (const volatile void*, size_t); 35 __msan_unpoison(begin, (const char*)end - (const char*)begin); in sk_msan_mark_initialized()
|
/external/skqp/src/core/ |
D | SkMSAN.h | 16 void __msan_unpoison (const volatile void*, size_t); 35 __msan_unpoison(begin, (const char*)end - (const char*)begin); in sk_msan_mark_initialized()
|
/external/compiler-rt/test/msan/Linux/ |
D | syscalls.cc | 26 __msan_unpoison(buf, sizeof(buf)); in main() 32 __msan_unpoison(buf, sizeof(buf)); in main() 39 __msan_unpoison(buf, sizeof(buf)); in main()
|
D | process_vm_readv.cc | 64 __msan_unpoison(&b, sizeof(b)); in main() 69 __msan_unpoison(&b, sizeof(b)); in main()
|
D | xattr.cc | 114 __msan_unpoison(attrs, argv_size); in test_get()
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 60 __msan_unpoison(CompressedBuffer.data(), CompressedSize); in compress() 74 __msan_unpoison(UncompressedBuffer.data(), UncompressedSize); in uncompress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Compression.cpp | 71 __msan_unpoison(CompressedBuffer.data(), CompressedSize); in compress() 83 __msan_unpoison(UncompressedBuffer, UncompressedSize); in uncompress()
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom.c | 94 void __msan_unpoison(void *, size_t); 107 __msan_unpoison(buf, ret); in boringssl_getrandom()
|
/external/compiler-rt/test/msan/ |
D | msan_copy_shadow.cc | 19 __msan_unpoison(b, 4); in main()
|
/external/v8/src/ |
D | msan.h | 22 __msan_unpoison(reinterpret_cast<const void*>(p), (s))
|
/external/compiler-rt/include/sanitizer/ |
D | msan_interface.h | 40 void __msan_unpoison(const volatile void *a, size_t size);
|
/external/libchrome/base/ |
D | compiler_specific.h | 173 #define MSAN_UNPOISON(p, size) __msan_unpoison(p, size)
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 177 #define MSAN_UNPOISON(p, size) __msan_unpoison(p, size)
|
/external/gemmlowp/internal/ |
D | common.h | 151 #define GEMMLOWP_MARK_MEMORY_AS_INITIALIZED __msan_unpoison
|
/external/google-breakpad/src/common/ |
D | memory.h | 131 __msan_unpoison(a, page_size_ * num_pages); in GetNPages()
|
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 382 # define __msan_unpoison(p, size) macro
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 152 __msan_unpoison(dest, n); in py_getrandom()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Compiler.h | 381 # define __msan_unpoison(p, size) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Compiler.h | 380 # define __msan_unpoison(p, size) macro
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 343 reinterpret_cast<void*>(__msan_unpoison)); in RegisterKnownJITSymbols()
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 295 __msan_unpoison(buffer, bytes); in _close_open_fds_safe()
|