@@ -175,35 +175,35 @@ sentrycrash_install_async_hooks(void)
175175 return ;
176176 }
177177
178- rebind_symbols (
178+ sentrycrash__hook_rebind_symbols (
179179 (struct rebinding [1 ]) {
180180 { "dispatch_async" , sentrycrash__hook_dispatch_async , (void * )& real_dispatch_async },
181181 },
182182 1 );
183- rebind_symbols (
183+ sentrycrash__hook_rebind_symbols (
184184 (struct rebinding [1 ]) {
185185 { "dispatch_async_f" , sentrycrash__hook_dispatch_async_f ,
186186 (void * )& real_dispatch_async_f },
187187 },
188188 1 );
189- rebind_symbols (
189+ sentrycrash__hook_rebind_symbols (
190190 (struct rebinding [1 ]) {
191191 { "dispatch_after" , sentrycrash__hook_dispatch_after , (void * )& real_dispatch_after },
192192 },
193193 1 );
194- rebind_symbols (
194+ sentrycrash__hook_rebind_symbols (
195195 (struct rebinding [1 ]) {
196196 { "dispatch_after_f" , sentrycrash__hook_dispatch_after_f ,
197197 (void * )& real_dispatch_after_f },
198198 },
199199 1 );
200- rebind_symbols (
200+ sentrycrash__hook_rebind_symbols (
201201 (struct rebinding [1 ]) {
202202 { "dispatch_barrier_async" , sentrycrash__hook_dispatch_barrier_async ,
203203 (void * )& real_dispatch_barrier_async },
204204 },
205205 1 );
206- rebind_symbols (
206+ sentrycrash__hook_rebind_symbols (
207207 (struct rebinding [1 ]) {
208208 { "dispatch_barrier_async_f" , sentrycrash__hook_dispatch_barrier_async_f ,
209209 (void * )& real_dispatch_barrier_async_f },
0 commit comments