Symbol: __strong_reference
lib/libc/arm/aeabi/aeabi_unwind_exidx.c
42
__strong_reference(dl_unwind_find_exidx, __gnu_Unwind_Find_exidx);
lib/libc/gen/errlst.c
220
__strong_reference(sys_errlist, __hidden_sys_errlist);
lib/libc/gen/errlst.c
221
__strong_reference(sys_nerr, __hidden_sys_nerr);
lib/libc/gen/readdir.c
136
__strong_reference(__readdir_r, readdir_r);
lib/libc/stdlib/ptsname.c
66
__strong_reference(__isptmaster, grantpt);
lib/libc/stdlib/ptsname.c
67
__strong_reference(__isptmaster, unlockpt);
lib/libc/stdlib/ptsname.c
99
__strong_reference(__ptsname_r, ptsname_r);
lib/libproc/tests/target_prog.c
56
__strong_reference(bar, baz);
lib/libproc/tests/target_prog.c
62
__strong_reference(qux, $qux);
lib/libthr/thread/thr_mutex.c
111
__strong_reference(__pthread_mutex_setspinloops_np, _pthread_mutex_setspinloops_np);
lib/libthr/thread/thr_mutex.c
115
__strong_reference(__pthread_mutex_setyieldloops_np, _pthread_mutex_setyieldloops_np);
lib/libthr/thread/thr_mutex.c
87
__strong_reference(__Tthr_mutex_init, _pthread_mutex_init);
lib/libthr/thread/thr_mutex.c
90
__strong_reference(__Tthr_mutex_lock, _pthread_mutex_lock);
lib/libthr/thread/thr_mutex.c
92
__strong_reference(__pthread_mutex_timedlock, _pthread_mutex_timedlock);
lib/libthr/thread/thr_mutex.c
95
__strong_reference(__Tthr_mutex_trylock, _pthread_mutex_trylock);
lib/libthr/thread/thr_mutex.c
98
__strong_reference(_Tthr_mutex_consistent, __pthread_mutex_consistent);
lib/msun/src/s_nextafterl.c
74
__strong_reference(nextafterl, nexttowardl);
lib/msun/src/s_scalbnf.c
41
__strong_reference(scalbnf, ldexpf);
lib/msun/src/s_scalbnl.c
47
__strong_reference(scalbnl, ldexpl);
libexec/rtld-elf/rtld-libc/rtld_libc.c
75
__strong_reference(sigprocmask, __libc_sigprocmask);
sys/arm/arm/stdatomic.c
403
__strong_reference(__sync_lock_test_and_set_1_c, __sync_lock_test_and_set_1);
sys/arm/arm/stdatomic.c
404
__strong_reference(__sync_lock_test_and_set_2_c, __sync_lock_test_and_set_2);
sys/arm/arm/stdatomic.c
405
__strong_reference(__sync_lock_test_and_set_4_c, __sync_lock_test_and_set_4);
sys/arm/arm/stdatomic.c
406
__strong_reference(__sync_val_compare_and_swap_1_c, __sync_val_compare_and_swap_1);
sys/arm/arm/stdatomic.c
407
__strong_reference(__sync_val_compare_and_swap_2_c, __sync_val_compare_and_swap_2);
sys/arm/arm/stdatomic.c
408
__strong_reference(__sync_val_compare_and_swap_4_c, __sync_val_compare_and_swap_4);
sys/arm/arm/stdatomic.c
409
__strong_reference(__sync_fetch_and_add_1_c, __sync_fetch_and_add_1);
sys/arm/arm/stdatomic.c
410
__strong_reference(__sync_fetch_and_add_2_c, __sync_fetch_and_add_2);
sys/arm/arm/stdatomic.c
411
__strong_reference(__sync_fetch_and_add_4_c, __sync_fetch_and_add_4);
sys/arm/arm/stdatomic.c
412
__strong_reference(__sync_fetch_and_and_1_c, __sync_fetch_and_and_1);
sys/arm/arm/stdatomic.c
413
__strong_reference(__sync_fetch_and_and_2_c, __sync_fetch_and_and_2);
sys/arm/arm/stdatomic.c
414
__strong_reference(__sync_fetch_and_and_4_c, __sync_fetch_and_and_4);
sys/arm/arm/stdatomic.c
415
__strong_reference(__sync_fetch_and_sub_1_c, __sync_fetch_and_sub_1);
sys/arm/arm/stdatomic.c
416
__strong_reference(__sync_fetch_and_sub_2_c, __sync_fetch_and_sub_2);
sys/arm/arm/stdatomic.c
417
__strong_reference(__sync_fetch_and_sub_4_c, __sync_fetch_and_sub_4);
sys/arm/arm/stdatomic.c
418
__strong_reference(__sync_fetch_and_or_1_c, __sync_fetch_and_or_1);
sys/arm/arm/stdatomic.c
419
__strong_reference(__sync_fetch_and_or_2_c, __sync_fetch_and_or_2);
sys/arm/arm/stdatomic.c
420
__strong_reference(__sync_fetch_and_or_4_c, __sync_fetch_and_or_4);
sys/arm/arm/stdatomic.c
421
__strong_reference(__sync_fetch_and_xor_1_c, __sync_fetch_and_xor_1);
sys/arm/arm/stdatomic.c
422
__strong_reference(__sync_fetch_and_xor_2_c, __sync_fetch_and_xor_2);
sys/arm/arm/stdatomic.c
423
__strong_reference(__sync_fetch_and_xor_4_c, __sync_fetch_and_xor_4);
sys/kern/subr_csan.c
301
__strong_reference(kcsan_memcpy, __tsan_memcpy);
sys/kern/subr_csan.c
302
__strong_reference(kcsan_memset, __tsan_memset);
sys/kern/subr_csan.c
303
__strong_reference(kcsan_memmove, __tsan_memmove);
sys/kern/subr_msan.c
809
__strong_reference(kmsan_memcpy, __msan_memcpy);
sys/kern/subr_msan.c
810
__strong_reference(kmsan_memset, __msan_memset);
sys/kern/subr_msan.c
811
__strong_reference(kmsan_memmove, __msan_memmove);
sys/libkern/bcopy.c
139
__strong_reference(memmove, memcpy);