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

Side by Side 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 unified diff | Download patch
OLDNEW
1 ; Copyright 2015 Google Inc. All Rights Reserved. 1 ; Copyright 2015 Google Inc. All Rights Reserved.
2 ; 2 ;
3 ; Licensed under the Apache License, Version 2.0 (the "License"); 3 ; Licensed under the Apache License, Version 2.0 (the "License");
4 ; you may not use this file except in compliance with the License. 4 ; you may not use this file except in compliance with the License.
5 ; You may obtain a copy of the License at 5 ; You may obtain a copy of the License at
6 ; 6 ;
7 ; http://www.apache.org/licenses/LICENSE-2.0 7 ; http://www.apache.org/licenses/LICENSE-2.0
8 ; 8 ;
9 ; Unless required by applicable law or agreed to in writing, software 9 ; Unless required by applicable law or agreed to in writing, software
10 ; distributed under the License is distributed on an "AS IS" BASIS, 10 ; distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 __asan_load8=asan_redirect_load8 149 __asan_load8=asan_redirect_load8
150 __asan_load16=asan_redirect_load16 150 __asan_load16=asan_redirect_load16
151 __asan_load32=asan_redirect_load32 151 __asan_load32=asan_redirect_load32
152 __asan_store1=asan_redirect_store1 152 __asan_store1=asan_redirect_store1
153 __asan_store2=asan_redirect_store2 153 __asan_store2=asan_redirect_store2
154 __asan_store4=asan_redirect_store4 154 __asan_store4=asan_redirect_store4
155 __asan_store8=asan_redirect_store8 155 __asan_store8=asan_redirect_store8
156 __asan_store16=asan_redirect_store16 156 __asan_store16=asan_redirect_store16
157 __asan_store32=asan_redirect_store32 157 __asan_store32=asan_redirect_store32
158 158
159 __asan_init=asan_init
160 __asan_get_shadow_memory_dynamic_address=asan_get_shadow_memory_dynamic_addres s
161 __asan_set_seh_filter=asan_set_seh_filter
162 __asan_should_detect_stack_use_after_return=asan_should_detect_stack_use_after _return
163 __asan_version_mismatch_check_v8=asan_version_mismatch_check_v8
164 __asan_memset=asan_memset
165 __asan_memcpy=asan_memcpy
166 __asan_memmove=asan_memmove
167 __asan_handle_no_return=asan_handle_no_return
168
159 ; Generated system intercepts 169 ; Generated system intercepts
160 asan_ReadFile 170 asan_ReadFile
161 asan_ReadFileEx 171 asan_ReadFileEx
162 asan_WriteFile 172 asan_WriteFile
163 asan_WriteFileEx 173 asan_WriteFileEx
164 asan_InterlockedCompareExchange 174 asan_InterlockedCompareExchange
165 asan_InterlockedIncrement 175 asan_InterlockedIncrement
166 asan_InterlockedDecrement 176 asan_InterlockedDecrement
167 asan_InterlockedExchange 177 asan_InterlockedExchange
168 asan_InterlockedExchangeAdd 178 asan_InterlockedExchangeAdd
OLDNEW
« 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