Home
last modified time | relevance | path

Searched refs:__weak_reference (Results 1 – 25 of 228) sorted by relevance

12345678910

/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h162 __weak_reference(__malloc, malloc);
163 __weak_reference(__calloc, calloc);
166 __weak_reference(__realloc, realloc);
167 __weak_reference(__free, free);
169 __weak_reference(__mallocx, mallocx);
170 __weak_reference(__rallocx, rallocx);
171 __weak_reference(__xallocx, xallocx);
172 __weak_reference(__sallocx, sallocx);
173 __weak_reference(__dallocx, dallocx);
175 __weak_reference(__nallocx, nallocx);
[all …]
/freebsd-12.1/lib/libthr/thread/
H A Dthr_attr.c112 __weak_reference(_thr_attr_destroy, _pthread_attr_destroy);
113 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
140 __weak_reference(_thr_attr_get_np, pthread_attr_get_np);
141 __weak_reference(_thr_attr_get_np, _pthread_attr_get_np);
273 __weak_reference(_thr_attr_getscope, pthread_attr_getscope);
274 __weak_reference(_thr_attr_getscope, _pthread_attr_getscope);
293 __weak_reference(_pthread_attr_getstack, pthread_attr_getstack);
353 __weak_reference(_thr_attr_init, pthread_attr_init);
354 __weak_reference(_thr_attr_init, _pthread_attr_init);
512 __weak_reference(_thr_attr_setscope, pthread_attr_setscope);
[all …]
H A Dthr_mutexattr.c75 __weak_reference(_thr_mutexattr_init, pthread_mutexattr_init);
76 __weak_reference(_thr_mutexattr_init, _pthread_mutexattr_init);
79 __weak_reference(_pthread_mutexattr_gettype, pthread_mutexattr_gettype);
80 __weak_reference(_thr_mutexattr_settype, pthread_mutexattr_settype);
81 __weak_reference(_thr_mutexattr_settype, _pthread_mutexattr_settype);
82 __weak_reference(_thr_mutexattr_destroy, pthread_mutexattr_destroy);
83 __weak_reference(_thr_mutexattr_destroy, _pthread_mutexattr_destroy);
88 __weak_reference(_pthread_mutexattr_getprioceiling,
90 __weak_reference(_pthread_mutexattr_setprioceiling,
92 __weak_reference(_thr_mutexattr_getrobust, pthread_mutexattr_getrobust);
[all …]
H A Dthr_cancel.c38 __weak_reference(_thr_cancel, pthread_cancel);
39 __weak_reference(_thr_cancel, _pthread_cancel);
40 __weak_reference(_thr_setcancelstate, pthread_setcancelstate);
41 __weak_reference(_thr_setcancelstate, _pthread_setcancelstate);
42 __weak_reference(_thr_setcanceltype, pthread_setcanceltype);
43 __weak_reference(_thr_setcanceltype, _pthread_setcanceltype);
44 __weak_reference(_Tthr_testcancel, pthread_testcancel);
45 __weak_reference(_Tthr_testcancel, _pthread_testcancel);
46 __weak_reference(_Tthr_cancel_enter, _pthread_cancel_enter);
47 __weak_reference(_Tthr_cancel_leave, _pthread_cancel_leave);
H A Dthr_rwlock.c44 __weak_reference(_thr_rwlock_destroy, pthread_rwlock_destroy);
45 __weak_reference(_thr_rwlock_destroy, _pthread_rwlock_destroy);
46 __weak_reference(_thr_rwlock_init, pthread_rwlock_init);
47 __weak_reference(_thr_rwlock_init, _pthread_rwlock_init);
48 __weak_reference(_Tthr_rwlock_rdlock, pthread_rwlock_rdlock);
49 __weak_reference(_Tthr_rwlock_rdlock, _pthread_rwlock_rdlock);
51 __weak_reference(_Tthr_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
55 __weak_reference(_Tthr_rwlock_unlock, pthread_rwlock_unlock);
56 __weak_reference(_Tthr_rwlock_unlock, _pthread_rwlock_unlock);
57 __weak_reference(_Tthr_rwlock_wrlock, pthread_rwlock_wrlock);
[all …]
H A Dthr_clean.c49 __weak_reference(_thr_cleanup_pop, pthread_cleanup_pop);
50 __weak_reference(_thr_cleanup_pop, _pthread_cleanup_pop);
51 __weak_reference(_thr_cleanup_push, pthread_cleanup_push);
52 __weak_reference(_thr_cleanup_push, _pthread_cleanup_push);
55 __weak_reference(__thr_cleanup_push_imp, __pthread_cleanup_push_imp);
56 __weak_reference(__thr_cleanup_pop_imp, __pthread_cleanup_pop_imp);
H A Dthr_condattr.c44 __weak_reference(_pthread_condattr_init, pthread_condattr_init);
45 __weak_reference(_pthread_condattr_destroy, pthread_condattr_destroy);
46 __weak_reference(_pthread_condattr_getclock, pthread_condattr_getclock);
47 __weak_reference(_pthread_condattr_setclock, pthread_condattr_setclock);
48 __weak_reference(_pthread_condattr_getpshared, pthread_condattr_getpshared);
49 __weak_reference(_pthread_condattr_setpshared, pthread_condattr_setpshared);
H A Dthr_spec.c50 __weak_reference(_thr_key_create, pthread_key_create);
51 __weak_reference(_thr_key_create, _pthread_key_create);
52 __weak_reference(_thr_key_delete, pthread_key_delete);
53 __weak_reference(_thr_key_delete, _pthread_key_delete);
54 __weak_reference(_thr_getspecific, pthread_getspecific);
55 __weak_reference(_thr_getspecific, _pthread_getspecific);
56 __weak_reference(_thr_setspecific, pthread_setspecific);
57 __weak_reference(_thr_setspecific, _pthread_setspecific);
H A Dthr_cond.c65 __weak_reference(__thr_cond_wait, pthread_cond_wait);
66 __weak_reference(__thr_cond_wait, __pthread_cond_wait);
67 __weak_reference(_thr_cond_wait, _pthread_cond_wait);
69 __weak_reference(_thr_cond_init, pthread_cond_init);
70 __weak_reference(_thr_cond_init, _pthread_cond_init);
71 __weak_reference(_thr_cond_destroy, pthread_cond_destroy);
72 __weak_reference(_thr_cond_destroy, _pthread_cond_destroy);
73 __weak_reference(_thr_cond_signal, pthread_cond_signal);
74 __weak_reference(_thr_cond_signal, _pthread_cond_signal);
75 __weak_reference(_thr_cond_broadcast, pthread_cond_broadcast);
[all …]
H A Dthr_barrierattr.c42 __weak_reference(_pthread_barrierattr_destroy, pthread_barrierattr_destroy);
43 __weak_reference(_pthread_barrierattr_init, pthread_barrierattr_init);
44 __weak_reference(_pthread_barrierattr_setpshared,
46 __weak_reference(_pthread_barrierattr_getpshared,
H A Dthr_pspinlock.c49 __weak_reference(_pthread_spin_init, pthread_spin_init);
50 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
51 __weak_reference(_pthread_spin_trylock, pthread_spin_trylock);
52 __weak_reference(_pthread_spin_lock, pthread_spin_lock);
53 __weak_reference(_pthread_spin_unlock, pthread_spin_unlock);
H A Dthr_rwlockattr.c40 __weak_reference(_pthread_rwlockattr_destroy, pthread_rwlockattr_destroy);
41 __weak_reference(_pthread_rwlockattr_getpshared, pthread_rwlockattr_getpshared);
42 __weak_reference(_pthread_rwlockattr_init, pthread_rwlockattr_init);
43 __weak_reference(_pthread_rwlockattr_setpshared, pthread_rwlockattr_setpshared);
H A Dthr_mutex.c88 __weak_reference(__Tthr_mutex_init, pthread_mutex_init);
89 __weak_reference(__Tthr_mutex_init, __pthread_mutex_init);
91 __weak_reference(__Tthr_mutex_lock, pthread_mutex_lock);
92 __weak_reference(__Tthr_mutex_lock, __pthread_mutex_lock);
96 __weak_reference(__Tthr_mutex_trylock, pthread_mutex_trylock);
97 __weak_reference(__Tthr_mutex_trylock, __pthread_mutex_trylock);
99 __weak_reference(_Tthr_mutex_consistent, pthread_mutex_consistent);
105 __weak_reference(_thr_mutex_destroy, pthread_mutex_destroy);
106 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
107 __weak_reference(_thr_mutex_unlock, pthread_mutex_unlock);
[all …]
/freebsd-12.1/lib/librt/
H A Dmq.c63 __weak_reference(__mq_open, mq_open);
64 __weak_reference(__mq_open, _mq_open);
65 __weak_reference(__mq_close, mq_close);
66 __weak_reference(__mq_close, _mq_close);
67 __weak_reference(__mq_notify, mq_notify);
68 __weak_reference(__mq_notify, _mq_notify);
69 __weak_reference(__mq_getattr, mq_getattr);
71 __weak_reference(__mq_setattr, mq_setattr);
77 __weak_reference(__mq_unlink, mq_unlink);
78 __weak_reference(__mq_unlink, _mq_unlink);
[all …]
H A Dtimer.c58 __weak_reference(__timer_create, timer_create);
59 __weak_reference(__timer_create, _timer_create);
60 __weak_reference(__timer_delete, timer_delete);
61 __weak_reference(__timer_delete, _timer_delete);
62 __weak_reference(__timer_gettime, timer_gettime);
63 __weak_reference(__timer_gettime, _timer_gettime);
64 __weak_reference(__timer_settime, timer_settime);
65 __weak_reference(__timer_settime, _timer_settime);
66 __weak_reference(__timer_getoverrun, timer_getoverrun);
67 __weak_reference(__timer_getoverrun, _timer_getoverrun);
H A Daio.c44 __weak_reference(__aio_read, aio_read);
45 __weak_reference(__aio_write, aio_write);
46 __weak_reference(__aio_return, aio_return);
47 __weak_reference(__aio_waitcomplete, aio_waitcomplete);
48 __weak_reference(__aio_fsync, aio_fsync);
49 __weak_reference(__lio_listio, lio_listio);
/freebsd-12.1/sys/crypto/sha2/
H A Dsha512c.c475 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
477 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
479 __weak_reference(_libmd_SHA512_Final, SHA512_Final);
481 __weak_reference(_libmd_SHA512_Transform, SHA512_Transform);
484 __weak_reference(_libmd_SHA512_224_Init, SHA512_224_Init);
488 __weak_reference(_libmd_SHA512_224_Final, SHA512_224_Final);
491 __weak_reference(_libmd_SHA512_256_Init, SHA512_256_Init);
495 __weak_reference(_libmd_SHA512_256_Final, SHA512_256_Final);
498 __weak_reference(_libmd_SHA384_Init, SHA384_Init);
500 __weak_reference(_libmd_SHA384_Update, SHA384_Update);
[all …]
H A Dsha256c.c360 __weak_reference(_libmd_SHA256_Init, SHA256_Init);
362 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
364 __weak_reference(_libmd_SHA256_Final, SHA256_Final);
366 __weak_reference(_libmd_SHA256_Transform, SHA256_Transform);
369 __weak_reference(_libmd_SHA224_Init, SHA224_Init);
371 __weak_reference(_libmd_SHA224_Update, SHA224_Update);
373 __weak_reference(_libmd_SHA224_Final, SHA224_Final);
/freebsd-12.1/lib/libc/gen/
H A Dsem_new.c55 __weak_reference(_sem_close, sem_close);
56 __weak_reference(_sem_destroy, sem_destroy);
57 __weak_reference(_sem_getvalue, sem_getvalue);
58 __weak_reference(_sem_init, sem_init);
59 __weak_reference(_sem_open, sem_open);
60 __weak_reference(_sem_post, sem_post);
61 __weak_reference(_sem_timedwait, sem_timedwait);
62 __weak_reference(_sem_clockwait_np, sem_clockwait_np);
63 __weak_reference(_sem_trywait, sem_trywait);
64 __weak_reference(_sem_unlink, sem_unlink);
[all …]
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs312 +__weak_reference(__malloc, malloc);
313 +__weak_reference(__calloc, calloc);
316 +__weak_reference(__realloc, realloc);
317 +__weak_reference(__free, free);
319 +__weak_reference(__mallocx, mallocx);
320 +__weak_reference(__rallocx, rallocx);
321 +__weak_reference(__xallocx, xallocx);
322 +__weak_reference(__sallocx, sallocx);
323 +__weak_reference(__dallocx, dallocx);
325 +__weak_reference(__nallocx, nallocx);
[all …]
/freebsd-12.1/lib/libc/resolv/
H A Dres_data.c319 __weak_reference(__res_init, res_init);
321 __weak_reference(__p_query, p_query);
323 __weak_reference(__res_mkquery, res_mkquery);
325 __weak_reference(__res_query, res_query);
327 __weak_reference(__res_send, res_send);
329 __weak_reference(__res_close, _res_close);
331 __weak_reference(__res_search, res_search);
333 __weak_reference(__res_querydomain, res_querydomain);
/freebsd-12.1/lib/libc/stdio/
H A D_flock_stub.c55 __weak_reference(_flockfile, flockfile);
56 __weak_reference(_flockfile_debug_stub, _flockfile_debug);
57 __weak_reference(_ftrylockfile, ftrylockfile);
58 __weak_reference(_funlockfile, funlockfile);
/freebsd-12.1/lib/libmd/
H A DmdXhl.c131 __weak_reference(_libmd_MDXEnd, MDXEnd);
133 __weak_reference(_libmd_MDXFile, MDXFile);
135 __weak_reference(_libmd_MDXFileChunk, MDXFileChunk);
137 __weak_reference(_libmd_MDXData, MDXData);
/freebsd-12.1/lib/libc/include/
H A Dcompat.h74 #define __weak_reference(sym,alias) \ macro
77 __weak_reference(__sys_fcntl,__fcntl_compat)
79 #undef __weak_reference
/freebsd-12.1/lib/msun/src/
H A Ds_nextafter.c80 __weak_reference(nextafter, nexttoward);
81 __weak_reference(nextafter, nexttowardl);
82 __weak_reference(nextafter, nextafterl);

12345678910