Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: syzygy/agent/asan/memory_interceptors.h

Issue 2316303008: Add probes for x64. (Closed)
Patch Set: Rebase on the current master. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/agent/asan/asan.gyp ('k') | syzygy/agent/asan/memory_interceptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/memory_interceptors.h
diff --git a/syzygy/agent/asan/memory_interceptors.h b/syzygy/agent/asan/memory_interceptors.h
index f85b59c77d2abf24d69d24c3a806e066ebe512b6..2176d4754adcff524cdbfd6d23b2c003bc336a14 100644
--- a/syzygy/agent/asan/memory_interceptors.h
+++ b/syzygy/agent/asan/memory_interceptors.h
@@ -140,6 +140,7 @@ void asan_string_no_check();
// itself will not be modified, but the pointers it points to will be.
extern const void* asan_shadow_references[];
+#ifndef _WIN64
#define DECLARE_MEM_INTERCEPT_FUNCTIONS(access_size, access_mode_str, \
access_mode_value) \
void asan_redirect_##access_size##_byte_##access_mode_str(); \
@@ -165,6 +166,7 @@ ASAN_MEM_INTERCEPT_FUNCTIONS(DECLARE_MEM_INTERCEPT_FUNCTIONS)
ASAN_STRING_INTERCEPT_FUNCTIONS(DECLARE_STRING_INTERCEPT_FUNCTIONS)
#undef DECLARE_STRING_INTERCEPT_FUNCTIONS
+#endif
} // extern "C"
« no previous file with comments | « syzygy/agent/asan/asan.gyp ('k') | syzygy/agent/asan/memory_interceptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698