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

Side by Side Diff: syzygy/agent/asan/syzyasan_rtl.def.template

Issue 2321423002: Merge the latest changes to master in the vs2015 branch. (Closed)
Patch Set: Created 4 years, 3 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 | « syzygy/agent/asan/rtl_unittest.cc ('k') | syzygy/agent/memprof/memory_interceptors.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 asan_check_4_byte_write_access_no_flags=asan_{r}_4_byte_write_access_no_flags{ m} 45 asan_check_4_byte_write_access_no_flags=asan_{r}_4_byte_write_access_no_flags{ m}
46 asan_check_8_byte_write_access_no_flags=asan_{r}_8_byte_write_access_no_flags{ m} 46 asan_check_8_byte_write_access_no_flags=asan_{r}_8_byte_write_access_no_flags{ m}
47 asan_check_10_byte_write_access_no_flags=asan_{r}_10_byte_write_access_no_flag s{m} 47 asan_check_10_byte_write_access_no_flags=asan_{r}_10_byte_write_access_no_flag s{m}
48 asan_check_16_byte_write_access_no_flags=asan_{r}_16_byte_write_access_no_flag s{m} 48 asan_check_16_byte_write_access_no_flags=asan_{r}_16_byte_write_access_no_flag s{m}
49 asan_check_32_byte_write_access_no_flags=asan_{r}_32_byte_write_access_no_flag s{m} 49 asan_check_32_byte_write_access_no_flags=asan_{r}_32_byte_write_access_no_flag s{m}
50 50
51 asan_check_repz_1_byte_cmps_access=asan_{r}_repz_1_byte_cmps_access 51 asan_check_repz_1_byte_cmps_access=asan_{r}_repz_1_byte_cmps_access
52 asan_check_repz_2_byte_cmps_access=asan_{r}_repz_2_byte_cmps_access 52 asan_check_repz_2_byte_cmps_access=asan_{r}_repz_2_byte_cmps_access
53 asan_check_repz_4_byte_cmps_access=asan_{r}_repz_4_byte_cmps_access 53 asan_check_repz_4_byte_cmps_access=asan_{r}_repz_4_byte_cmps_access
54 54
55 asan_check_repz_1_byte_lods_access=asan_{r}_repz_1_byte_lods_access
56 asan_check_repz_2_byte_lods_access=asan_{r}_repz_2_byte_lods_access
57 asan_check_repz_4_byte_lods_access=asan_{r}_repz_4_byte_lods_access
58
55 asan_check_repz_1_byte_movs_access=asan_{r}_repz_1_byte_movs_access 59 asan_check_repz_1_byte_movs_access=asan_{r}_repz_1_byte_movs_access
56 asan_check_repz_2_byte_movs_access=asan_{r}_repz_2_byte_movs_access 60 asan_check_repz_2_byte_movs_access=asan_{r}_repz_2_byte_movs_access
57 asan_check_repz_4_byte_movs_access=asan_{r}_repz_4_byte_movs_access 61 asan_check_repz_4_byte_movs_access=asan_{r}_repz_4_byte_movs_access
58 62
59 asan_check_repz_1_byte_stos_access=asan_{r}_repz_1_byte_stos_access 63 asan_check_repz_1_byte_stos_access=asan_{r}_repz_1_byte_stos_access
60 asan_check_repz_2_byte_stos_access=asan_{r}_repz_2_byte_stos_access 64 asan_check_repz_2_byte_stos_access=asan_{r}_repz_2_byte_stos_access
61 asan_check_repz_4_byte_stos_access=asan_{r}_repz_4_byte_stos_access 65 asan_check_repz_4_byte_stos_access=asan_{r}_repz_4_byte_stos_access
62 66
63 asan_check_1_byte_cmps_access=asan_{r}_1_byte_cmps_access 67 asan_check_1_byte_cmps_access=asan_{r}_1_byte_cmps_access
64 asan_check_2_byte_cmps_access=asan_{r}_2_byte_cmps_access 68 asan_check_2_byte_cmps_access=asan_{r}_2_byte_cmps_access
65 asan_check_4_byte_cmps_access=asan_{r}_4_byte_cmps_access 69 asan_check_4_byte_cmps_access=asan_{r}_4_byte_cmps_access
66 70
71 asan_check_1_byte_lods_access=asan_{r}_1_byte_lods_access
72 asan_check_2_byte_lods_access=asan_{r}_2_byte_lods_access
73 asan_check_4_byte_lods_access=asan_{r}_4_byte_lods_access
74
67 asan_check_1_byte_movs_access=asan_{r}_1_byte_movs_access 75 asan_check_1_byte_movs_access=asan_{r}_1_byte_movs_access
68 asan_check_2_byte_movs_access=asan_{r}_2_byte_movs_access 76 asan_check_2_byte_movs_access=asan_{r}_2_byte_movs_access
69 asan_check_4_byte_movs_access=asan_{r}_4_byte_movs_access 77 asan_check_4_byte_movs_access=asan_{r}_4_byte_movs_access
70 78
71 asan_check_1_byte_stos_access=asan_{r}_1_byte_stos_access 79 asan_check_1_byte_stos_access=asan_{r}_1_byte_stos_access
72 asan_check_2_byte_stos_access=asan_{r}_2_byte_stos_access 80 asan_check_2_byte_stos_access=asan_{r}_2_byte_stos_access
73 asan_check_4_byte_stos_access=asan_{r}_4_byte_stos_access 81 asan_check_4_byte_stos_access=asan_{r}_4_byte_stos_access
74 82
75 ; Heap-replacement functions. 83 ; Heap-replacement functions.
76 asan_GetProcessHeap 84 asan_GetProcessHeap
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 128
121 ; Breakpad-like exception filter. 129 ; Breakpad-like exception filter.
122 asan_CrashForException 130 asan_CrashForException
123 131
124 ; Functions exposed to enable/disable the deferred trimming mechanism. 132 ; Functions exposed to enable/disable the deferred trimming mechanism.
125 asan_EnableDeferredFreeThread 133 asan_EnableDeferredFreeThread
126 asan_DisableDeferredFreeThread 134 asan_DisableDeferredFreeThread
127 135
128 ; Exposed to allow the user to enumerate runtime experiments. 136 ; Exposed to allow the user to enumerate runtime experiments.
129 asan_EnumExperiments 137 asan_EnumExperiments
OLDNEW
« no previous file with comments | « syzygy/agent/asan/rtl_unittest.cc ('k') | syzygy/agent/memprof/memory_interceptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698