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

Unified Diff: syzygy/agent/asan/gen/system_interceptors.def

Issue 2937353002: Add missing methods to make compiling and linking of 32 bit integration_tests instrumented with LLV… (Closed)
Patch Set: Created 3 years, 6 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
Index: syzygy/agent/asan/gen/system_interceptors.def
diff --git a/syzygy/agent/asan/gen/system_interceptors.def b/syzygy/agent/asan/gen/system_interceptors.def
index 8a8932b941897ac772854a6a6cfb67c745cf796e..48c7defe5d92d358c2dbd69e882222146708a434 100644
--- a/syzygy/agent/asan/gen/system_interceptors.def
+++ b/syzygy/agent/asan/gen/system_interceptors.def
@@ -156,6 +156,15 @@ EXPORTS
__asan_store16=asan_redirect_store16
__asan_store32=asan_redirect_store32
+ __asan_init=asan_init
+ __asan_get_shadow_memory_dynamic_address=asan_get_shadow_memory_dynamic_address
+ __asan_set_seh_filter=asan_set_seh_filter
+ __asan_should_detect_stack_use_after_return=asan_should_detect_stack_use_after_return
+ __asan_version_mismatch_check_v8=asan_version_mismatch_check_v8
+ __asan_memset=asan_memset
+ __asan_memcpy=asan_memcpy
+ __asan_memmove=asan_memmove
+ __asan_handle_no_return=asan_handle_no_return
Sébastien Marchand 2017/06/20 22:06:14 Nit: Add a blank line after this.
njanevsk 2017/06/21 14:39:30 Done.
Sébastien Marchand 2017/06/21 14:55:41 Nop, the BL is still missing.
; Generated system intercepts
asan_ReadFile
asan_ReadFileEx

Powered by Google App Engine
This is Rietveld 408576698