Coverage Report

Created: 2024-10-03 06:24

/src/SockFuzzer/fuzz/fakes/stubs.c
Line
Count
Source (jump to first uncovered line)
1
/*
2
 * Copyright 2021 Google LLC
3
 *
4
 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
5
 *
6
 * This file contains Original Code and/or Modifications of Original Code
7
 * as defined in and that are subject to the Apple Public Source License
8
 * Version 2.0 (the 'License'). You may not use this file except in
9
 * compliance with the License. The rights granted to you under the License
10
 * may not be used to create, or enable the creation or redistribution of,
11
 * unlawful or unlicensed copies of an Apple operating system, or to
12
 * circumvent, violate, or enable the circumvention or violation of, any
13
 * terms of an Apple operating system software license agreement.
14
 *
15
 * Please obtain a copy of the License at
16
 * http://www.opensource.apple.com/apsl/ and read it before using this file.
17
 *
18
 * The Original Code and all software distributed under the License are
19
 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
20
 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
21
 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
22
 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
23
 * Please see the License for the specific language governing rights and
24
 * limitations under the License.
25
 *
26
 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
27
 */
28
29
// Unimplemented stub functions
30
// These are placeholders that will be replaced with real or fake implementations
31
// when the fuzzed code attempts to use them.
32
33
#include <kern/assert.h>
34
#include <stdbool.h>
35
#include <stddef.h>
36
#include <stdint.h>
37
38
int printf(const char* format, ...);
39
40
__attribute__((visibility("default"))) 
41
0
void Assert(const char* file, int line, const char* expression) {
42
0
  printf("%s: assert failed on line %d: %s\n", file, line, expression);
43
0
  __builtin_trap();
44
0
}
45
46
0
void IOBSDGetPlatformUUID() { assert(false); }
47
48
0
void IOMapperInsertPage() { assert(false); }
49
50
0
void IOPMCopySleepWakeUUIDKey() { assert(false); }
51
52
0
void IOTaskHasEntitlement() { assert(false); }
53
54
0
void OSMalloc_Tagalloc() { assert(false); }
55
56
0
void OSMalloc_Tagfree() { assert(false); }
57
58
0
void act_set_astbsd() { assert(false); }
59
60
0
void act_set_astkevent() { assert(false); }
61
62
0
void addupc_task() { assert(false); }
63
64
0
void assert_wait() { assert(false); }
65
66
0
void audit_arg_addr() { assert(false); }
67
68
0
void audit_arg_cmd() { assert(false); }
69
70
0
void audit_arg_ctlname() { assert(false); }
71
72
0
void audit_arg_fd() { assert(false); }
73
74
0
void audit_arg_file() { assert(false); }
75
76
0
void audit_arg_pid() { assert(false); }
77
78
0
void audit_arg_process() { assert(false); }
79
80
0
void audit_arg_signum() { assert(false); }
81
82
0
void audit_arg_value64() { assert(false); }
83
84
0
void audit_syscalls() { assert(false); }
85
86
0
void bsd_exception() { assert(false); }
87
88
0
void bsd_timeout() { assert(false); }
89
90
0
void bsdinit_task() { assert(false); }
91
92
0
void cc_rand_generate() { assert(false); }
93
94
0
void check_actforsig() { assert(false); }
95
96
0
void clear_thread_rwlock_boost() { assert(false); }
97
98
0
void clock_absolutetime_interval_to_deadline() { assert(false); }
99
100
0
void clock_continuoustime_interval_to_deadline() { assert(false); }
101
102
0
void clock_deadline_for_periodic_event() { assert(false); }
103
104
0
void clock_get_calendar_microtime() { assert(false); }
105
106
0
void clock_get_calendar_nanotime() { assert(false); }
107
108
0
void clock_get_uptime() { assert(false); }
109
110
0
void coalition_get_leader() { assert(false); }
111
112
0
void coalition_is_leader() { assert(false); }
113
114
0
void copyin_word() { assert(false); }
115
116
0
void copyinstr() { assert(false); }
117
118
0
void copypv() { assert(false); }
119
120
0
void copywithin() { assert(false); }
121
122
0
void coredump() { assert(false); }
123
124
0
void cs_identity_get() { assert(false); }
125
126
0
void current_task() { assert(false); }
127
128
0
void deflate() { assert(false); }
129
130
0
void deflateReset() { assert(false); }
131
132
0
void enodev() { assert(false); }
133
134
0
void enodev_strat() { assert(false); }
135
136
0
void exit_with_reason() { assert(false); }
137
138
0
void fs_filtops() { assert(false); }
139
140
0
void fsevent_filtops() { assert(false); }
141
142
0
void fuulong() { assert(false); }
143
144
0
void gPEClockFrequencyInfo() { assert(false); }
145
146
void* g_crypto_funcs = NULL;
147
148
0
void get_bsdtask_info() { assert(false); }
149
150
0
void get_bsdthreadtask_info() { assert(false); }
151
152
0
void get_signalact() { assert(false); }
153
154
0
void get_threadtask() { assert(false); }
155
156
0
void get_useraddr() { assert(false); }
157
158
0
void hashaddr() { assert(false); }
159
160
0
void hashbacktrace() { assert(false); }
161
162
0
void hostname() { assert(false); }
163
164
0
void hz() { assert(false); }
165
166
0
void inflate() { assert(false); }
167
168
0
void inflateReset() { assert(false); }
169
170
0
void initproc() { assert(false); }
171
172
0
void ipc_entry_name_mask() { assert(false); }
173
174
0
void is_kerneltask() { assert(false); }
175
176
0
void itimerdecr() { assert(false); }
177
178
0
void itimerfix() { assert(false); }
179
180
0
void kauth_authorize_generic() { assert(false); }
181
182
0
void kauth_cred_getgid() { assert(false); }
183
184
0
void kauth_cred_getruid() { assert(false); }
185
186
0
void kauth_cred_getsvuid() { assert(false); }
187
188
0
void kauth_getruid() { assert(false); }
189
190
0
void kcdata_estimate_required_buffer_size() { assert(false); }
191
192
0
void kcdata_get_memory_addr() { assert(false); }
193
194
0
void kcdata_memcpy() { assert(false); }
195
196
0
void kcdata_memory_static_init() { assert(false); }
197
198
0
void kdp_get_interface() { assert(false); }
199
200
0
void kdp_is_in_zone() { assert(false); }
201
202
0
void kdp_set_gateway_mac() { assert(false); }
203
204
0
void kdp_set_ip_and_mac_addresses() { assert(false); }
205
206
0
void kernel_debug_filtered() { assert(false); }
207
208
0
void kernel_task() { assert(false); }
209
210
0
void launchd_exit_reason_get_string_desc() { assert(false); }
211
212
0
void lck_mtx_lock_spin_always() { assert(false); }
213
214
0
void lck_rw_destroy() { assert(false); }
215
216
0
void lck_rw_lock_exclusive_to_shared() { assert(false); }
217
218
0
void lck_rw_lock_shared_to_exclusive() { assert(false); }
219
220
0
void lck_rw_sleep() { assert(false); }
221
222
0
void lck_spin_assert() { assert(false); }
223
224
0
void lck_spin_destroy() { assert(false); }
225
226
0
void ledger_get_task_entry_info_multiple() { assert(false); }
227
228
0
void ledger_info() { assert(false); }
229
230
0
void ledger_template_info() { assert(false); }
231
232
0
void mac_error_select() { assert(false); }
233
234
0
void mac_policy_list() { assert(false); }
235
236
0
void mac_policy_list_conditional_busy() { assert(false); }
237
238
0
void mac_policy_list_unbusy() { assert(false); }
239
240
0
void mac_proc_check_ledger() { assert(false); }
241
242
0
void mac_proc_check_signal() { assert(false); }
243
244
0
void mac_socket_check_received() { assert(false); }
245
246
0
void mac_socket_check_stat() { assert(false); }
247
248
0
void mac_system_enforce() { assert(false); }
249
250
0
void mach_absolutetime_asleep() { assert(false); }
251
252
0
void machport_filtops() { assert(false); }
253
254
0
void max_mem() { assert(false); }
255
256
0
void mb_map() { assert(false); }
257
258
0
void memorystatus_filtops() { assert(false); }
259
260
0
void memorystatus_kevent_init() { assert(false); }
261
262
0
void msleep() { assert(false); }
263
264
0
void msleep0() { assert(false); }
265
266
0
void msleep1() { assert(false); }
267
268
0
void nanoseconds_to_absolutetime() { assert(false); }
269
270
0
void nanotime() { assert(false); }
271
272
0
void pg_rele() { assert(false); }
273
274
0
void pgfind() { assert(false); }
275
276
0
void pgrp_iterate() { assert(false); }
277
278
0
void port_name_to_thread() { assert(false); }
279
280
0
void proc_get_effective_task_policy() { assert(false); }
281
282
0
void proc_getcdhash() { assert(false); }
283
284
0
void proc_iterate() { assert(false); }
285
286
0
void proc_klist_lock() { assert(false); }
287
288
0
void proc_klist_unlock() { assert(false); }
289
290
0
void proc_knote() { assert(false); }
291
292
0
void proc_list_lock() { assert(false); }
293
294
0
void proc_list_unlock() { assert(false); }
295
296
0
void proc_lock() { assert(false); }
297
298
0
void proc_log_32bit_telemetry() { assert(false); }
299
300
0
void proc_name_address() { assert(false); }
301
302
0
void proc_parentdropref() { assert(false); }
303
304
0
void proc_parentholdref() { assert(false); }
305
306
0
void proc_pgrp() { assert(false); }
307
308
0
void proc_self() { assert(false); }
309
310
0
void proc_set_thread_policy() { assert(false); }
311
312
0
void proc_signal() { assert(false); }
313
314
0
void proc_spinlock() { assert(false); }
315
316
0
void proc_spinunlock() { assert(false); }
317
318
0
void proc_unlock() { assert(false); }
319
320
0
void proc_uuid_policy_kernel() { assert(false); }
321
322
0
void proc_uuid_policy_lookup() { assert(false); }
323
324
0
void pthread_functions() { assert(false); }
325
326
0
void pthread_priority_canonicalize() { assert(false); }
327
328
0
void ptmx_kqops() { assert(false); }
329
330
0
void ptsd_kqops() { assert(false); }
331
332
0
void pzfind() { assert(false); }
333
334
0
void sane_size() { assert(false); }
335
336
0
void securelevel() { assert(false); }
337
338
0
void semaphore_timedwait_signal_trap_internal() { assert(false); }
339
340
0
void semaphore_timedwait_trap_internal() { assert(false); }
341
342
0
void semaphore_wait_signal_trap_internal() { assert(false); }
343
344
0
void semaphore_wait_trap_internal() { assert(false); }
345
346
0
void sendsig() { assert(false); }
347
348
0
void set_thread_rwlock_boost() { assert(false); }
349
350
0
void spec_filtops() { assert(false); }
351
352
0
void subyte() { assert(false); }
353
354
0
void suulong() { assert(false); }
355
356
0
void sysctl__debug_children() { assert(false); }
357
358
0
void sysctl__kern_children() { assert(false); }
359
360
0
void sysctl__net_children() { assert(false); }
361
362
0
void sysctl__net_link_generic_system_children() { assert(false); }
363
364
0
void sysctl__sysctl_children() { assert(false); }
365
366
0
void task_consume_32bit_log_flag() { assert(false); }
367
368
0
void task_deallocate() { assert(false); }
369
370
0
void task_did_exec() { assert(false); }
371
372
0
void task_hold() { assert(false); }
373
374
0
void task_is_active() { assert(false); }
375
376
0
void task_is_exec_copy() { assert(false); }
377
378
0
void task_is_halting() { assert(false); }
379
380
0
void task_release() { assert(false); }
381
382
0
void task_resume_internal() { assert(false); }
383
384
0
void task_suspend_internal() { assert(false); }
385
386
0
void task_vtimer_clear() { assert(false); }
387
388
0
void task_vtimer_set() { assert(false); }
389
390
0
void task_vtimer_update() { assert(false); }
391
392
0
void task_wait() { assert(false); }
393
394
0
void telemetry_timer_event() { assert(false); }
395
396
0
void thread_add_ipc_override() { assert(false); }
397
398
0
void thread_add_sync_ipc_override() { assert(false); }
399
400
0
void thread_block() { assert(false); }
401
402
0
void thread_block_parameter() { assert(false); }
403
404
0
void thread_call_cancel() { assert(false); }
405
406
0
void thread_call_cancel_wait() { assert(false); }
407
408
0
void thread_call_enter() { assert(false); }
409
410
0
void thread_call_free() { assert(false); }
411
412
0
void thread_call_func_cancel() { assert(false); }
413
414
0
void thread_call_func_delayed() { assert(false); }
415
416
0
void thread_call_isactive() { assert(false); }
417
418
0
void thread_drop_ipc_override() { assert(false); }
419
420
0
void thread_drop_sync_ipc_override() { assert(false); }
421
422
0
void thread_ends_owning_workloop() { assert(false); }
423
424
0
void thread_get_ipc_override() { assert(false); }
425
426
0
void thread_get_tag() { assert(false); }
427
428
0
void thread_handoff() { assert(false); }
429
430
0
void thread_owned_workloops_count() { assert(false); }
431
432
0
void thread_qos_from_pthread_priority() { assert(false); }
433
434
0
void thread_reference() { assert(false); }
435
436
0
void thread_rettokern_addr() { assert(false); }
437
438
0
void thread_set_pending_block_hint() { assert(false); }
439
440
0
void thread_set_thread_name() { assert(false); }
441
442
0
void thread_set_voucher_name() { assert(false); }
443
444
0
void thread_should_abort() { assert(false); }
445
446
0
void thread_should_halt() { assert(false); }
447
448
0
void thread_starts_owning_workloop() { assert(false); }
449
450
0
void thread_tid() { assert(false); }
451
452
0
void thread_update_ipc_override() { assert(false); }
453
454
0
void thread_wakeup_thread() { assert(false); }
455
456
0
void tick() { assert(false); }
457
458
0
void timeout_with_leeway() { assert(false); }
459
460
0
void timespec_is_valid() { assert(false); }
461
462
0
void tsleep() { assert(false); }
463
464
0
void tsleep0() { assert(false); }
465
466
0
void tsleep1() { assert(false); }
467
468
0
void tstoabstime() { assert(false); }
469
470
0
void tty_filtops() { assert(false); }
471
472
0
void tty_pgrp() { assert(false); }
473
474
0
void tvtoabstime() { assert(false); }
475
476
0
void unix_syscall_return() { assert(false); }
477
478
0
void untimeout() { assert(false); }
479
480
0
void vaddlog() { assert(false); }
481
482
0
void vfs_context_create() { assert(false); }
483
484
0
void vfs_context_rele() { assert(false); }
485
486
0
void vm_kernel_slid_base() { assert(false); }
487
488
0
void vm_kernel_slid_top() { assert(false); }
489
490
0
void vm_kernel_slide() { assert(false); }
491
492
0
void vn_stat() { assert(false); }
493
494
0
void vnode_filtops() { assert(false); }
495
496
0
void vnode_isfifo() { assert(false); }
497
498
0
void waitq_assert_wait64() { assert(false); }
499
500
0
void waitq_assert_wait64_leeway() { assert(false); }
501
502
0
void waitq_clear_prepost() { assert(false); }
503
504
0
void waitq_deinit() { assert(false); }
505
506
0
void waitq_get_prepost_id() { assert(false); }
507
508
0
void waitq_init() { assert(false); }
509
510
0
void waitq_is_valid() { assert(false); }
511
512
0
void waitq_link() { assert(false); }
513
514
0
void waitq_link_release() { assert(false); }
515
516
0
void waitq_link_reserve() { assert(false); }
517
518
0
void waitq_set_alloc() { assert(false); }
519
520
0
void waitq_set_clear_preposts() { assert(false); }
521
522
0
void waitq_set_deinit() { assert(false); }
523
524
0
void waitq_set_init() { assert(false); }
525
526
0
void waitq_set_is_valid() { assert(false); }
527
528
0
void waitq_set_unlink_all() { assert(false); }
529
530
0
void waitq_unlink() { assert(false); }
531
532
0
void waitq_unlink_by_prepost_id() { assert(false); }
533
534
0
void waitq_wakeup64_all() { assert(false); }
535
536
0
void waitq_wakeup64_one() { assert(false); }
537
538
0
void wqset_id() { assert(false); }
539
540
0
void wqset_waitq() { assert(false); }
541
542
0
void zalloc_canblock() { assert(false); }
543
544
0
void zfill() { assert(false); }
545
546
0
void kernel_pmap() { assert(false); }
547
548
0
void kmem_free() { assert(false); }
549
550
0
void cru2x() { assert(false); }
551
552
0
void mac_vnode_check_create() { assert(false); }
553
554
0
void mac_vnode_check_uipc_bind() { assert(false); }
555
556
0
void mac_vnode_check_uipc_connect() { assert(false); }
557
558
0
void namei() { assert(false); }
559
560
0
void nameidone() { assert(false); }
561
562
0
void vfs_context_ucred() { assert(false); }
563
564
0
void vn_create() { assert(false); }
565
566
0
void vnode_authorize() { assert(false); }
567
568
0
void vnode_put() { assert(false); }
569
570
0
void vnode_ref() { assert(false); }
571
572
0
void vnode_rele() { assert(false); }
573
574
0
void audit_arg_sockaddr() { assert(false); }
575
576
0
void audit_arg_socket() { assert(false); }
577
578
0
void audit_arg_value32() { assert(false); }
579
580
0
void vfs_context_cwd() { assert(false); }
581
582
0
void vnode_isreg() { assert(false); }
583
584
0
void vnode_size() { assert(false); }
585
586
0
void aes_decrypt_aad_gcm() { assert(false); }
587
588
0
void aes_decrypt_cbc() { assert(false); }
589
590
0
void aes_decrypt_finalize_gcm() { assert(false); }
591
592
0
void aes_decrypt_gcm() { assert(false); }
593
594
0
void aes_decrypt_get_ctx_size_gcm() { assert(false); }
595
596
0
void aes_decrypt_key() { assert(false); }
597
598
0
void aes_decrypt_key_gcm() { assert(false); }
599
600
0
void aes_decrypt_set_iv_gcm() { assert(false); }
601
602
0
void aes_encrypt_aad_gcm() { assert(false); }
603
604
0
void aes_encrypt_cbc() { assert(false); }
605
606
0
void aes_encrypt_finalize_gcm() { assert(false); }
607
608
0
void aes_encrypt_gcm() { assert(false); }
609
610
0
void aes_encrypt_get_ctx_size_gcm() { assert(false); }
611
612
0
void aes_encrypt_inc_iv_gcm() { assert(false); }
613
614
0
void aes_encrypt_key() { assert(false); }
615
616
0
void aes_encrypt_key_with_iv_gcm() { assert(false); }
617
618
0
void aes_encrypt_reset_gcm() { assert(false); }
619
620
0
void clock_get_system_microtime() { assert(false); }
621
622
0
void thread_call_enter1_delayed() { assert(false); }
623
624
0
void panic() { assert(false); }
625
626
struct os_log_s {
627
  int a;
628
};
629
630
struct os_log_s _os_log_default;
631
632
uint32_t net_flowhash_mh3_x86_32(const void* key, uint32_t len,
633
0
                                 const uint32_t seed) {
634
0
  assert(false);
635
0
  return 1;
636
0
}
637
638
0
void cc_clear() { assert(false); }
639
640
0
void cc_cmp_safe() { assert(false); }
641
642
0
void getsectdatafromheader() { assert(false); }
643
644
0
void _mh_execute_header() { assert(false); }
645
646
0
void net_flowhash() { assert(false); }
647
648
0
void os_cpu_in_cksum() { assert(false); }
649
650
0
void os_cpu_in_cksum_mbuf() { assert(false); }
651
652
0
void proc_name() { assert(false); }
653
654
0
void thread_terminate() { assert(false); }
655
656
0
void uuid_generate() { assert(false); }
657
658
0
void uuid_parse() { assert(false); }
659
660
0
void _pthread_priority_normalize() { assert(false); }
661
662
0
void workq_kern_threadreq_modify() { assert(false); }
663
664
0
void nat464_translate_proto() { assert(false); }
665
666
0
void turnstile_cleanup() { assert(false); }
667
668
0
void thread_wakeup_prim() { assert(false); }
669
670
0
void waitq_wakeup64_thread() { assert(false); }
671
672
0
void turnstile_prepare() { assert(false); }
673
674
0
void assert_wait_deadline() { assert(false); }
675
676
0
void nat464_synthesize_ipv4() { assert(false); }
677
678
0
void clat_debug() { assert(false); }
679
680
0
void workq_kern_threadreq_redrive() { assert(false); }
681
682
0
void zdestroy() { assert(false); }
683
684
0
void turnstile_update_inheritor() { assert(false); }
685
686
0
void thread_handoff_parameter() { assert(false); }
687
688
0
void in6_clat46_eventhdlr_callback() { assert(false); }
689
690
0
void turnstile_update_inheritor_complete() { assert(false); }
691
692
0
void nat464_insert_frag46() { assert(false); }
693
694
0
void nat464_synthesize_ipv6() { assert(false); }
695
696
0
void turnstile_complete() { assert(false); }
697
698
0
void nat464_translate_64() { assert(false); }
699
700
0
void waitq_set_should_lazy_init_link() { assert(false); }
701
702
0
void workq_is_exiting() { assert(false); }
703
704
0
void sysctl_helper_waitq_set_nelem() { assert(false); }
705
706
0
void turnstile_alloc() { assert(false); }
707
708
0
void workq_kern_threadreq_update_inheritor() { assert(false); }
709
710
0
void thread_handoff_deallocate() { assert(false); }
711
712
0
void workq_kern_threadreq_unlock() { assert(false); }
713
714
0
void telemetry_pmi_setup() { assert(false); }
715
716
0
void nat464_translate_46() { assert(false); }
717
718
0
void waitq_set_lazy_init_link() { assert(false); }
719
720
0
void workq_thread_set_max_qos() { assert(false); }
721
722
0
void workq_kern_threadreq_lock() { assert(false); }
723
724
0
void nat464_cksum_fixup() { assert(false); }
725
726
0
void turnstile_deallocate() { assert(false); }
727
728
0
void in6_clat46_event_enqueue_nwk_wq_entry() { assert(false); }
729
730
0
void workq_kern_threadreq_initiate() { assert(false); }
731
732
0
void turnstile_reference() { assert(false); }
733
734
0
void _pthread_priority_combine() { assert(false); }
735
736
0
void cchmac_final() { assert(false); }
737
738
0
void thread_update_kevent_override() { assert(false); }
739
740
0
void thread_add_kevent_override() { assert(false); }
741
742
0
void _disable_preemption() { assert(false); }
743
744
0
void lck_spin_sleep_with_inheritor() { assert(false); }
745
746
0
void ccsha256_di() { assert(false); }
747
748
0
void copysize_limit_panic() { assert(false); }
749
750
0
void sysctl_load_devicetree_entries() { assert(false); }
751
752
0
void mpsc_test_pingpong() { assert(false); }
753
754
0
void sysctl_task_get_no_smt() { assert(false); }
755
756
0
void hostname_lock() { assert(false); }
757
758
0
void cchmac_update() { assert(false); }
759
760
0
void _os_log_internal_driverKit() { assert(false); }
761
762
0
void machine_tecs() { assert(false); }
763
764
0
void machine_csv() { assert(false); }
765
766
0
void act_clear_astkevent() { assert(false); }
767
768
0
void cchmac_init() { assert(false); }
769
770
0
void thread_drop_servicer_override() { assert(false); }
771
772
0
void thread_update_servicer_override() { assert(false); }
773
774
0
void wakeup_one_with_inheritor() { assert(false); }
775
776
0
void sysctl__machdep_children() { assert(false); }
777
778
0
void thread_unfreeze_base_pri() { assert(false); }
779
780
0
void turnstile_deallocate_safe() { assert(false); }
781
782
0
void task_exc_guard_default() { assert(false); }
783
784
0
void sysctl_task_set_no_smt() { assert(false); }
785
786
0
void current_uthread() { assert(false); }
787
788
0
void filt_wldetach_sync_ipc() { assert(false); }
789
790
0
void _enable_preemption() { assert(false); }
791
792
0
void restricted_port_bitmap() { assert(false); }
793
794
0
void cfil_crypto_sign_data() { assert(false); }
795
796
0
void thread_set_no_smt() { assert(false); }
797
798
0
void net_mpklog_enabled() { assert(false); }
799
800
0
void cfil_crypto_init_client() { assert(false); }
801
802
0
void task_info() { assert(false); }
803
804
0
void thread_get_no_smt() { assert(false); }
805
806
0
void task_get_coalition() { assert(false); }
807
808
0
void atm_get_diagnostic_config() { assert(false); }
809
810
0
void cfil_crypto_cleanup_state() { assert(false); }
811
812
0
void copyin_atomic64() { assert(false); }
813
814
0
void thread_drop_kevent_override() { assert(false); }
815
816
0
void filt_wlattach_sync_ipc() { assert(false); }
817
818
0
void thread_deallocate_safe() { assert(false); }
819
820
0
void vm_kernel_addrhash() { assert(false); }
821
822
0
void _vm_kernel_addrhash_XNU_INTERNAL() { assert(false); }
823
824
0
void thread_add_servicer_override() { assert(false); }
825
826
0
void net_mpklog_type() { assert(false); }
827
828
0
void mach_bridge_remote_time() { assert(false); }
829
830
0
void vn_getpath_ext() { assert(false); }
831
832
0
void wakeup_all_with_inheritor() { assert(false); }
833
834
0
void registerSleepWakeInterest() { assert(false); }
835
836
0
void absolutetime_to_microtime() { assert(false); }
837
838
0
void thread_abort() {
839
0
  assert(false);
840
0
}
841
842
0
void strnstr() {
843
0
  assert(false);
844
0
}
845
846
0
void thread_abort_safely() {
847
0
  assert(false);
848
0
}
849
850
0
uint32_t crc32(uint32_t crc, const void *buf, size_t size) {
851
0
  assert(false);
852
0
  return 0;
853
0
}
854
855
0
void cs_get_cdhash() {
856
0
  assert(false);
857
0
}
858
859
0
void cs_hash_type() {
860
0
  assert(false);
861
0
}
862
863
0
void cs_valid() {
864
0
  assert(false);
865
0
}
866
867
0
void mac_file_notify_close() {
868
0
  assert(false);
869
0
}
870
871
0
void mach_bridge_timer_enable() {
872
0
  assert(false);
873
0
}
874
875
0
void machine_thread_function_pointers_convert_from_user() {
876
0
  assert(false);
877
0
}
878
879
uint64_t mem_actual = 0x41414141;
880
881
0
void proc_min_sdk() {
882
0
  assert(false);
883
0
}
884
885
0
void proc_platform() {
886
0
  assert(false);
887
0
}
888
889
0
void proc_sdk() {
890
0
  assert(false);
891
0
}
892
893
0
const char *sysctl_debug_get_preoslog(size_t *size) {
894
0
  assert(false);
895
0
  return NULL;
896
0
}
897
898
0
void task_get_filter_msg_flag() {
899
0
  assert(false);
900
0
}
901
902
0
void task_set_filter_msg_flag() {
903
0
  assert(false);
904
0
}
905
906
0
void thread_zone() {
907
0
  assert(false);
908
0
}
909
910
0
void zone_require() {
911
0
  assert(false);
912
0
}