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

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: 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
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..1083bd02a24ec02f2ee9faaf35738e09a8f10c0e 100644
--- a/syzygy/agent/asan/gen/system_interceptors.def
+++ b/syzygy/agent/asan/gen/system_interceptors.def
@@ -156,6 +156,16 @@ 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
+
; Generated system intercepts
asan_ReadFile
asan_ReadFileEx
« no previous file with comments | « syzygy/agent/asan/gen/memory_redirectors_x64.asm ('k') | syzygy/agent/asan/gen/system_interceptors_impl.gen » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698