Searched refs:__strong_reference (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/sys/arm/arm/ |
| H A D | stdatomic.c | 662 __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 D | elf_trampoline.c | 552 __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 D | ptsname.c | 70 __strong_reference(__isptmaster, grantpt); 71 __strong_reference(__isptmaster, unlockpt);
|
| /freebsd-12.1/lib/libproc/tests/ |
| H A D | target_prog.c | 58 __strong_reference(bar, baz); 64 __strong_reference(qux, $qux);
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | errlst.c | 224 __strong_reference(sys_errlist, __hidden_sys_errlist); 225 __strong_reference(sys_nerr, __hidden_sys_nerr);
|
| H A D | readdir.c | 137 __strong_reference(__readdir_r, readdir_r);
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_mutex.c | 90 __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 D | aeabi_unwind_exidx.c | 45 __strong_reference(dl_unwind_find_exidx, __gnu_Unwind_Find_exidx);
|
| /freebsd-12.1/lib/msun/src/ |
| H A D | s_scalbnf.c | 57 __strong_reference(scalbnf, ldexpf);
|
| H A D | s_scalbnl.c | 71 __strong_reference(scalbnl, ldexpl);
|
| H A D | s_nextafterl.c | 80 __strong_reference(nextafterl, nexttowardl);
|
| /freebsd-12.1/sys/libkern/ |
| H A D | bcopy.c | 149 __strong_reference(memcpy, memmove);
|
| /freebsd-12.1/sys/sys/ |
| H A D | cdefs.h | 542 #define __strong_reference(sym,aliassym) \ macro
|