summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-02-18 15:31:29 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-02-18 15:31:29 +0000
commit4819e32d7d9862dec08ed171765713b3cb40fdbf (patch)
tree228352217cbaccd5596c86a653461f0e84c367b0 /lib
parent42e50b8071b803a440b39d6b2767b4c5e7a80aa8 (diff)
[ASan/Win] Add a couple more DLL thunks
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/asan/asan_dll_thunk.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/asan/asan_dll_thunk.cc b/lib/asan/asan_dll_thunk.cc
index 311b55191..2f39cd14a 100644
--- a/lib/asan/asan_dll_thunk.cc
+++ b/lib/asan/asan_dll_thunk.cc
@@ -151,6 +151,12 @@ WRAP_V_WW(__asan_report_load_n)
WRAP_V_WW(__asan_register_globals)
WRAP_V_WW(__asan_unregister_globals)
+WRAP_V_W(__asan_before_dynamic_init)
+WRAP_V_V(__asan_after_dynamic_init)
+
+WRAP_V_WW(__asan_poison_stack_memory)
+WRAP_V_WW(__asan_unpoison_stack_memory)
+
WRAP_V_WW(__asan_poison_memory_region)
WRAP_V_WW(__asan_unpoison_memory_region)