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

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

Issue 2937353002: Add missing methods to make compiling and linking of 32 bit integration_tests instrumented with LLV… (Closed)
Patch Set: Add a blank line in the template file and regenerate the system_interceptors.def 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
« no previous file with comments | « syzygy/agent/asan/memory_interceptors_impl.h ('k') | no next file » | 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 620479e8097f848076d7f6e4940199607117e8fd..1b1f64e43f15379bd442ca03b46fded98c9bb049 100644
--- a/syzygy/agent/asan/syzyasan_rtl.def.template
+++ b/syzygy/agent/asan/syzyasan_rtl.def.template
@@ -152,3 +152,14 @@ EXPORTS
__asan_store8=asan_redirect_store8
__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
+
« no previous file with comments | « syzygy/agent/asan/memory_interceptors_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698