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

Side by Side Diff: syzygy/agent/asan/system_interceptors_x64.def

Issue 2986273002: Add 64 bit system interceptors. (Closed)
Patch Set: Add 64 bit system interceptors. Created 3 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Copyright 2016 Google Inc. All Rights Reserved. 1 ; Copyright 2016 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 12 matching lines...) Expand all
23 __asan_load4=asan_redirect_load4 23 __asan_load4=asan_redirect_load4
24 __asan_load8=asan_redirect_load8 24 __asan_load8=asan_redirect_load8
25 __asan_load16=asan_redirect_load16 25 __asan_load16=asan_redirect_load16
26 __asan_load32=asan_redirect_load32 26 __asan_load32=asan_redirect_load32
27 __asan_store1=asan_redirect_store1 27 __asan_store1=asan_redirect_store1
28 __asan_store2=asan_redirect_store2 28 __asan_store2=asan_redirect_store2
29 __asan_store4=asan_redirect_store4 29 __asan_store4=asan_redirect_store4
30 __asan_store8=asan_redirect_store8 30 __asan_store8=asan_redirect_store8
31 __asan_store16=asan_redirect_store16 31 __asan_store16=asan_redirect_store16
32 __asan_store32=asan_redirect_store32 32 __asan_store32=asan_redirect_store32
33 __asan_init=asan_init
Sébastien Marchand 2017/08/02 18:36:57 Add a blank line to separate this from the previou
34 __asan_version_mismatch_check_v8=asan_version_mismatch_check_v8
35 __asan_handle_no_return=asan_handle_no_return
36 __asan_memcpy=asan_memcpy
37 __asan_memmove=asan_memmove
38 __asan_memset=asan_memset
33 39
34 ; Heap-replacement functions. 40 ; Heap-replacement functions.
35 asan_GetProcessHeap 41 asan_GetProcessHeap
36 asan_HeapCreate 42 asan_HeapCreate
37 asan_HeapDestroy 43 asan_HeapDestroy
38 asan_HeapAlloc 44 asan_HeapAlloc
39 asan_HeapReAlloc 45 asan_HeapReAlloc
40 asan_HeapFree 46 asan_HeapFree
41 asan_HeapSize 47 asan_HeapSize
42 asan_HeapValidate 48 asan_HeapValidate
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 ; Generated system intercepts 95 ; Generated system intercepts
90 asan_ReadFile 96 asan_ReadFile
91 asan_ReadFileEx 97 asan_ReadFileEx
92 asan_WriteFile 98 asan_WriteFile
93 asan_WriteFileEx 99 asan_WriteFileEx
94 asan_InterlockedCompareExchange 100 asan_InterlockedCompareExchange
95 asan_InterlockedIncrement 101 asan_InterlockedIncrement
96 asan_InterlockedDecrement 102 asan_InterlockedDecrement
97 asan_InterlockedExchange 103 asan_InterlockedExchange
98 asan_InterlockedExchangeAdd 104 asan_InterlockedExchangeAdd
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698