* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.
[official-gcc.git] / libsanitizer / asan / asan_interface.inc
blobb2fcde1c770152d42f4374dead43b950bdff622f
1 //===-- asan_interface.inc ------------------------------------------------===//
2 //
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
5 //
6 //===----------------------------------------------------------------------===//
7 // Asan interface list.
8 //===----------------------------------------------------------------------===//
9 INTERFACE_FUNCTION(__asan_addr_is_in_fake_stack)
10 INTERFACE_FUNCTION(__asan_address_is_poisoned)
11 INTERFACE_FUNCTION(__asan_after_dynamic_init)
12 INTERFACE_FUNCTION(__asan_alloca_poison)
13 INTERFACE_FUNCTION(__asan_allocas_unpoison)
14 INTERFACE_FUNCTION(__asan_before_dynamic_init)
15 INTERFACE_FUNCTION(__asan_describe_address)
16 INTERFACE_FUNCTION(__asan_exp_load1)
17 INTERFACE_FUNCTION(__asan_exp_load2)
18 INTERFACE_FUNCTION(__asan_exp_load4)
19 INTERFACE_FUNCTION(__asan_exp_load8)
20 INTERFACE_FUNCTION(__asan_exp_load16)
21 INTERFACE_FUNCTION(__asan_exp_loadN)
22 INTERFACE_FUNCTION(__asan_exp_store1)
23 INTERFACE_FUNCTION(__asan_exp_store2)
24 INTERFACE_FUNCTION(__asan_exp_store4)
25 INTERFACE_FUNCTION(__asan_exp_store8)
26 INTERFACE_FUNCTION(__asan_exp_store16)
27 INTERFACE_FUNCTION(__asan_exp_storeN)
28 INTERFACE_FUNCTION(__asan_get_alloc_stack)
29 INTERFACE_FUNCTION(__asan_get_current_fake_stack)
30 INTERFACE_FUNCTION(__asan_get_free_stack)
31 INTERFACE_FUNCTION(__asan_get_report_access_size)
32 INTERFACE_FUNCTION(__asan_get_report_access_type)
33 INTERFACE_FUNCTION(__asan_get_report_address)
34 INTERFACE_FUNCTION(__asan_get_report_bp)
35 INTERFACE_FUNCTION(__asan_get_report_description)
36 INTERFACE_FUNCTION(__asan_get_report_pc)
37 INTERFACE_FUNCTION(__asan_get_report_sp)
38 INTERFACE_FUNCTION(__asan_get_shadow_mapping)
39 INTERFACE_FUNCTION(__asan_handle_no_return)
40 INTERFACE_FUNCTION(__asan_init)
41 INTERFACE_FUNCTION(__asan_load_cxx_array_cookie)
42 INTERFACE_FUNCTION(__asan_load1)
43 INTERFACE_FUNCTION(__asan_load2)
44 INTERFACE_FUNCTION(__asan_load4)
45 INTERFACE_FUNCTION(__asan_load8)
46 INTERFACE_FUNCTION(__asan_load16)
47 INTERFACE_FUNCTION(__asan_loadN)
48 INTERFACE_FUNCTION(__asan_load1_noabort)
49 INTERFACE_FUNCTION(__asan_load2_noabort)
50 INTERFACE_FUNCTION(__asan_load4_noabort)
51 INTERFACE_FUNCTION(__asan_load8_noabort)
52 INTERFACE_FUNCTION(__asan_load16_noabort)
53 INTERFACE_FUNCTION(__asan_loadN_noabort)
54 INTERFACE_FUNCTION(__asan_locate_address)
55 INTERFACE_FUNCTION(__asan_memcpy)
56 INTERFACE_FUNCTION(__asan_memmove)
57 INTERFACE_FUNCTION(__asan_memset)
58 INTERFACE_FUNCTION(__asan_poison_cxx_array_cookie)
59 INTERFACE_FUNCTION(__asan_poison_intra_object_redzone)
60 INTERFACE_FUNCTION(__asan_poison_memory_region)
61 INTERFACE_FUNCTION(__asan_poison_stack_memory)
62 INTERFACE_FUNCTION(__asan_print_accumulated_stats)
63 INTERFACE_FUNCTION(__asan_region_is_poisoned)
64 INTERFACE_FUNCTION(__asan_register_globals)
65 INTERFACE_FUNCTION(__asan_register_elf_globals)
66 INTERFACE_FUNCTION(__asan_register_image_globals)
67 INTERFACE_FUNCTION(__asan_report_error)
68 INTERFACE_FUNCTION(__asan_report_exp_load1)
69 INTERFACE_FUNCTION(__asan_report_exp_load2)
70 INTERFACE_FUNCTION(__asan_report_exp_load4)
71 INTERFACE_FUNCTION(__asan_report_exp_load8)
72 INTERFACE_FUNCTION(__asan_report_exp_load16)
73 INTERFACE_FUNCTION(__asan_report_exp_load_n)
74 INTERFACE_FUNCTION(__asan_report_exp_store1)
75 INTERFACE_FUNCTION(__asan_report_exp_store2)
76 INTERFACE_FUNCTION(__asan_report_exp_store4)
77 INTERFACE_FUNCTION(__asan_report_exp_store8)
78 INTERFACE_FUNCTION(__asan_report_exp_store16)
79 INTERFACE_FUNCTION(__asan_report_exp_store_n)
80 INTERFACE_FUNCTION(__asan_report_load1)
81 INTERFACE_FUNCTION(__asan_report_load2)
82 INTERFACE_FUNCTION(__asan_report_load4)
83 INTERFACE_FUNCTION(__asan_report_load8)
84 INTERFACE_FUNCTION(__asan_report_load16)
85 INTERFACE_FUNCTION(__asan_report_load_n)
86 INTERFACE_FUNCTION(__asan_report_load1_noabort)
87 INTERFACE_FUNCTION(__asan_report_load2_noabort)
88 INTERFACE_FUNCTION(__asan_report_load4_noabort)
89 INTERFACE_FUNCTION(__asan_report_load8_noabort)
90 INTERFACE_FUNCTION(__asan_report_load16_noabort)
91 INTERFACE_FUNCTION(__asan_report_load_n_noabort)
92 INTERFACE_FUNCTION(__asan_report_present)
93 INTERFACE_FUNCTION(__asan_report_store1)
94 INTERFACE_FUNCTION(__asan_report_store2)
95 INTERFACE_FUNCTION(__asan_report_store4)
96 INTERFACE_FUNCTION(__asan_report_store8)
97 INTERFACE_FUNCTION(__asan_report_store16)
98 INTERFACE_FUNCTION(__asan_report_store_n)
99 INTERFACE_FUNCTION(__asan_report_store1_noabort)
100 INTERFACE_FUNCTION(__asan_report_store2_noabort)
101 INTERFACE_FUNCTION(__asan_report_store4_noabort)
102 INTERFACE_FUNCTION(__asan_report_store8_noabort)
103 INTERFACE_FUNCTION(__asan_report_store16_noabort)
104 INTERFACE_FUNCTION(__asan_report_store_n_noabort)
105 INTERFACE_FUNCTION(__asan_set_death_callback)
106 INTERFACE_FUNCTION(__asan_set_error_report_callback)
107 INTERFACE_FUNCTION(__asan_set_shadow_00)
108 INTERFACE_FUNCTION(__asan_set_shadow_f1)
109 INTERFACE_FUNCTION(__asan_set_shadow_f2)
110 INTERFACE_FUNCTION(__asan_set_shadow_f3)
111 INTERFACE_FUNCTION(__asan_set_shadow_f5)
112 INTERFACE_FUNCTION(__asan_set_shadow_f8)
113 INTERFACE_FUNCTION(__asan_stack_free_0)
114 INTERFACE_FUNCTION(__asan_stack_free_1)
115 INTERFACE_FUNCTION(__asan_stack_free_2)
116 INTERFACE_FUNCTION(__asan_stack_free_3)
117 INTERFACE_FUNCTION(__asan_stack_free_4)
118 INTERFACE_FUNCTION(__asan_stack_free_5)
119 INTERFACE_FUNCTION(__asan_stack_free_6)
120 INTERFACE_FUNCTION(__asan_stack_free_7)
121 INTERFACE_FUNCTION(__asan_stack_free_8)
122 INTERFACE_FUNCTION(__asan_stack_free_9)
123 INTERFACE_FUNCTION(__asan_stack_free_10)
124 INTERFACE_FUNCTION(__asan_stack_malloc_0)
125 INTERFACE_FUNCTION(__asan_stack_malloc_1)
126 INTERFACE_FUNCTION(__asan_stack_malloc_2)
127 INTERFACE_FUNCTION(__asan_stack_malloc_3)
128 INTERFACE_FUNCTION(__asan_stack_malloc_4)
129 INTERFACE_FUNCTION(__asan_stack_malloc_5)
130 INTERFACE_FUNCTION(__asan_stack_malloc_6)
131 INTERFACE_FUNCTION(__asan_stack_malloc_7)
132 INTERFACE_FUNCTION(__asan_stack_malloc_8)
133 INTERFACE_FUNCTION(__asan_stack_malloc_9)
134 INTERFACE_FUNCTION(__asan_stack_malloc_10)
135 INTERFACE_FUNCTION(__asan_store1)
136 INTERFACE_FUNCTION(__asan_store2)
137 INTERFACE_FUNCTION(__asan_store4)
138 INTERFACE_FUNCTION(__asan_store8)
139 INTERFACE_FUNCTION(__asan_store16)
140 INTERFACE_FUNCTION(__asan_storeN)
141 INTERFACE_FUNCTION(__asan_store1_noabort)
142 INTERFACE_FUNCTION(__asan_store2_noabort)
143 INTERFACE_FUNCTION(__asan_store4_noabort)
144 INTERFACE_FUNCTION(__asan_store8_noabort)
145 INTERFACE_FUNCTION(__asan_store16_noabort)
146 INTERFACE_FUNCTION(__asan_storeN_noabort)
147 INTERFACE_FUNCTION(__asan_unpoison_intra_object_redzone)
148 INTERFACE_FUNCTION(__asan_unpoison_memory_region)
149 INTERFACE_FUNCTION(__asan_unpoison_stack_memory)
150 INTERFACE_FUNCTION(__asan_unregister_globals)
151 INTERFACE_FUNCTION(__asan_unregister_elf_globals)
152 INTERFACE_FUNCTION(__asan_unregister_image_globals)
153 INTERFACE_FUNCTION(__asan_version_mismatch_check_v8)
154 INTERFACE_FUNCTION(__sanitizer_finish_switch_fiber)
155 INTERFACE_FUNCTION(__sanitizer_print_stack_trace)
156 INTERFACE_FUNCTION(__sanitizer_ptr_cmp)
157 INTERFACE_FUNCTION(__sanitizer_ptr_sub)
158 INTERFACE_FUNCTION(__sanitizer_start_switch_fiber)
159 INTERFACE_FUNCTION(__sanitizer_unaligned_load16)
160 INTERFACE_FUNCTION(__sanitizer_unaligned_load32)
161 INTERFACE_FUNCTION(__sanitizer_unaligned_load64)
162 INTERFACE_FUNCTION(__sanitizer_unaligned_store16)
163 INTERFACE_FUNCTION(__sanitizer_unaligned_store32)
164 INTERFACE_FUNCTION(__sanitizer_unaligned_store64)
165 INTERFACE_WEAK_FUNCTION(__asan_default_options)
166 INTERFACE_WEAK_FUNCTION(__asan_default_suppressions)
167 INTERFACE_WEAK_FUNCTION(__asan_on_error)