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

Unified Diff: syzygy/agent/asan/syzyasan_rtl.def.template

Issue 2321423002: Merge the latest changes to master in the vs2015 branch. (Closed)
Patch Set: 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/rtl_unittest.cc ('k') | syzygy/agent/memprof/memory_interceptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/syzyasan_rtl.def.template
diff --git a/syzygy/agent/asan/syzyasan_rtl.def.template b/syzygy/agent/asan/syzyasan_rtl.def.template
index fa32064146a09da22866f0c31c93a8427d4976b6..0bcf43f994573a3682fa6ab30962d52e190bcfdb 100644
--- a/syzygy/agent/asan/syzyasan_rtl.def.template
+++ b/syzygy/agent/asan/syzyasan_rtl.def.template
@@ -52,6 +52,10 @@ EXPORTS
asan_check_repz_2_byte_cmps_access=asan_{r}_repz_2_byte_cmps_access
asan_check_repz_4_byte_cmps_access=asan_{r}_repz_4_byte_cmps_access
+ asan_check_repz_1_byte_lods_access=asan_{r}_repz_1_byte_lods_access
+ asan_check_repz_2_byte_lods_access=asan_{r}_repz_2_byte_lods_access
+ asan_check_repz_4_byte_lods_access=asan_{r}_repz_4_byte_lods_access
+
asan_check_repz_1_byte_movs_access=asan_{r}_repz_1_byte_movs_access
asan_check_repz_2_byte_movs_access=asan_{r}_repz_2_byte_movs_access
asan_check_repz_4_byte_movs_access=asan_{r}_repz_4_byte_movs_access
@@ -64,6 +68,10 @@ EXPORTS
asan_check_2_byte_cmps_access=asan_{r}_2_byte_cmps_access
asan_check_4_byte_cmps_access=asan_{r}_4_byte_cmps_access
+ asan_check_1_byte_lods_access=asan_{r}_1_byte_lods_access
+ asan_check_2_byte_lods_access=asan_{r}_2_byte_lods_access
+ asan_check_4_byte_lods_access=asan_{r}_4_byte_lods_access
+
asan_check_1_byte_movs_access=asan_{r}_1_byte_movs_access
asan_check_2_byte_movs_access=asan_{r}_2_byte_movs_access
asan_check_4_byte_movs_access=asan_{r}_4_byte_movs_access
« no previous file with comments | « syzygy/agent/asan/rtl_unittest.cc ('k') | syzygy/agent/memprof/memory_interceptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698