Home
last modified time | relevance | path

Searched refs:__strong_reference (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/sys/arm/arm/
H A Dstdatomic.c662 __strong_reference(__sync_fetch_and_add_1_c, __sync_fetch_and_add_1);
663 __strong_reference(__sync_fetch_and_add_2_c, __sync_fetch_and_add_2);
664 __strong_reference(__sync_fetch_and_add_4_c, __sync_fetch_and_add_4);
665 __strong_reference(__sync_fetch_and_and_1_c, __sync_fetch_and_and_1);
666 __strong_reference(__sync_fetch_and_and_2_c, __sync_fetch_and_and_2);
671 __strong_reference(__sync_fetch_and_or_1_c, __sync_fetch_and_or_1);
672 __strong_reference(__sync_fetch_and_or_2_c, __sync_fetch_and_or_2);
673 __strong_reference(__sync_fetch_and_or_4_c, __sync_fetch_and_or_4);
868 __strong_reference(__sync_fetch_and_or_1_c, __sync_fetch_and_or_1);
869 __strong_reference(__sync_fetch_and_or_2_c, __sync_fetch_and_or_2);
[all …]
H A Delf_trampoline.c552 __strong_reference(__aeabi_unwind_cpp_pr0, __aeabi_unwind_cpp_pr1);
553 __strong_reference(__aeabi_unwind_cpp_pr0, __aeabi_unwind_cpp_pr2);
/freebsd-12.1/lib/libc/stdlib/
H A Dptsname.c70 __strong_reference(__isptmaster, grantpt);
71 __strong_reference(__isptmaster, unlockpt);
/freebsd-12.1/lib/libproc/tests/
H A Dtarget_prog.c58 __strong_reference(bar, baz);
64 __strong_reference(qux, $qux);
/freebsd-12.1/lib/libc/gen/
H A Derrlst.c224 __strong_reference(sys_errlist, __hidden_sys_errlist);
225 __strong_reference(sys_nerr, __hidden_sys_nerr);
H A Dreaddir.c137 __strong_reference(__readdir_r, readdir_r);
/freebsd-12.1/lib/libthr/thread/
H A Dthr_mutex.c90 __strong_reference(__Tthr_mutex_init, _pthread_mutex_init);
93 __strong_reference(__Tthr_mutex_lock, _pthread_mutex_lock);
95 __strong_reference(__pthread_mutex_timedlock, _pthread_mutex_timedlock);
98 __strong_reference(__Tthr_mutex_trylock, _pthread_mutex_trylock);
101 __strong_reference(_Tthr_mutex_consistent, __pthread_mutex_consistent);
114 __strong_reference(__pthread_mutex_setspinloops_np, _pthread_mutex_setspinloops_np);
118 __strong_reference(__pthread_mutex_setyieldloops_np, _pthread_mutex_setyieldloops_np);
/freebsd-12.1/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c45 __strong_reference(dl_unwind_find_exidx, __gnu_Unwind_Find_exidx);
/freebsd-12.1/lib/msun/src/
H A Ds_scalbnf.c57 __strong_reference(scalbnf, ldexpf);
H A Ds_scalbnl.c71 __strong_reference(scalbnl, ldexpl);
H A Ds_nextafterl.c80 __strong_reference(nextafterl, nexttowardl);
/freebsd-12.1/sys/libkern/
H A Dbcopy.c149 __strong_reference(memcpy, memmove);
/freebsd-12.1/sys/sys/
H A Dcdefs.h542 #define __strong_reference(sym,aliassym) \ macro