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

Unified Diff: syzygy/agent/asan/gen/memory_redirectors.asm

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/gen/memory_interceptors_impl.asm ('k') | syzygy/agent/asan/gen/system_interceptors.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/asan/gen/memory_redirectors.asm
diff --git a/syzygy/agent/asan/gen/memory_redirectors.asm b/syzygy/agent/asan/gen/memory_redirectors.asm
index 5749ee1cd6223961ed5daaa028ed9d520ac2549d..f20fa8274e88b4887d1aa5df6d95eec8ff48506f 100644
--- a/syzygy/agent/asan/gen/memory_redirectors.asm
+++ b/syzygy/agent/asan/gen/memory_redirectors.asm
@@ -60,6 +60,12 @@ PUBLIC asan_redirect_repz_1_byte_cmps_access
PUBLIC asan_redirect_4_byte_cmps_access
PUBLIC asan_redirect_2_byte_cmps_access
PUBLIC asan_redirect_1_byte_cmps_access
+PUBLIC asan_redirect_repz_4_byte_lods_access
+PUBLIC asan_redirect_repz_2_byte_lods_access
+PUBLIC asan_redirect_repz_1_byte_lods_access
+PUBLIC asan_redirect_4_byte_lods_access
+PUBLIC asan_redirect_2_byte_lods_access
+PUBLIC asan_redirect_1_byte_lods_access
PUBLIC asan_redirect_repz_4_byte_movs_access
PUBLIC asan_redirect_repz_2_byte_movs_access
PUBLIC asan_redirect_repz_1_byte_movs_access
@@ -152,6 +158,18 @@ asan_redirect_2_byte_cmps_access LABEL PROC
call asan_redirect_tail
asan_redirect_1_byte_cmps_access LABEL PROC
call asan_redirect_tail
+asan_redirect_repz_4_byte_lods_access LABEL PROC
+ call asan_redirect_tail
+asan_redirect_repz_2_byte_lods_access LABEL PROC
+ call asan_redirect_tail
+asan_redirect_repz_1_byte_lods_access LABEL PROC
+ call asan_redirect_tail
+asan_redirect_4_byte_lods_access LABEL PROC
+ call asan_redirect_tail
+asan_redirect_2_byte_lods_access LABEL PROC
+ call asan_redirect_tail
+asan_redirect_1_byte_lods_access LABEL PROC
+ call asan_redirect_tail
asan_redirect_repz_4_byte_movs_access LABEL PROC
call asan_redirect_tail
asan_redirect_repz_2_byte_movs_access LABEL PROC
« no previous file with comments | « syzygy/agent/asan/gen/memory_interceptors_impl.asm ('k') | syzygy/agent/asan/gen/system_interceptors.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698