Searched refs:__weak_reference (Results 1 - 25 of 211) sorted by relevance

123456789

/freebsd-11.0-release/lib/libc/gen/
H A D_thread_init.c34 __weak_reference(_thread_init_stub, _thread_init);
35 __weak_reference(_thread_autoinit_dummy_decl_stub,
H A Dgetprogname.c10 __weak_reference(_getprogname, getprogname);
H A Dpause.c56 __weak_reference(__pause, pause);
57 __weak_reference(__pause, _pause);
H A Draise.c41 __weak_reference(__raise, raise);
42 __weak_reference(__raise, _raise);
/freebsd-11.0-release/lib/libc/sys/
H A Dpipe.c37 __weak_reference(__sys_pipe, pipe);
38 __weak_reference(__sys_pipe, _pipe);
H A Dsetcontext.c40 __weak_reference(__sys_setcontext, __setcontext);
42 __weak_reference(setcontext, __impl_setcontext);
H A Dsigaction.c40 __weak_reference(__sys_sigaction, __sigaction);
41 __weak_reference(sigaction, __libc_sigaction);
H A Dsigprocmask.c40 __weak_reference(__sys_sigprocmask, __sigprocmask);
41 __weak_reference(sigprocmask, __libc_sigprocmask);
H A Dsigsuspend.c40 __weak_reference(__sys_sigsuspend, __sigsuspend);
41 __weak_reference(sigsuspend, __libc_sigsuspend);
H A Dfork.c40 __weak_reference(__sys_fork, __fork);
H A Dfsync.c41 __weak_reference(__sys_fsync, __fsync);
/freebsd-11.0-release/lib/libc/include/
H A Dcompat.h49 #define __weak_reference(sym,alias) \ macro
52 __weak_reference(__sys_fcntl,__fcntl_compat)
54 #undef __weak_reference macro
/freebsd-11.0-release/lib/libc/stdio/
H A Dfcloseall.c32 __weak_reference(__fcloseall, fcloseall);
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_multi_np.c38 __weak_reference(_pthread_multi_np, pthread_multi_np);
H A Dthr_self.c39 __weak_reference(_pthread_self, pthread_self);
H A Dthr_single_np.c38 __weak_reference(_pthread_single_np, pthread_single_np);
H A Dthr_yield.c38 __weak_reference(_pthread_yield, pthread_yield);
H A Dthr_concurrency.c45 __weak_reference(_pthread_getconcurrency, pthread_getconcurrency);
46 __weak_reference(_pthread_setconcurrency, pthread_setconcurrency);
H A Dthr_switch_np.c45 __weak_reference(_pthread_switch_add_np, pthread_switch_add_np);
46 __weak_reference(_pthread_switch_delete_np, pthread_switch_delete_np);
H A Dthr_barrierattr.c40 __weak_reference(_pthread_barrierattr_destroy, pthread_barrierattr_destroy);
41 __weak_reference(_pthread_barrierattr_init, pthread_barrierattr_init);
42 __weak_reference(_pthread_barrierattr_setpshared,
44 __weak_reference(_pthread_barrierattr_getpshared,
H A Dthr_equal.c38 __weak_reference(_pthread_equal, pthread_equal);
H A Dthr_getthreadid_np.c36 __weak_reference(_pthread_getthreadid_np, pthread_getthreadid_np);
H A Dthr_main_np.c38 __weak_reference(_pthread_main_np, pthread_main_np);
H A Dthr_rwlockattr.c38 __weak_reference(_pthread_rwlockattr_destroy, pthread_rwlockattr_destroy);
39 __weak_reference(_pthread_rwlockattr_getpshared, pthread_rwlockattr_getpshared);
40 __weak_reference(_pthread_rwlockattr_init, pthread_rwlockattr_init);
41 __weak_reference(_pthread_rwlockattr_setpshared, pthread_rwlockattr_setpshared);
/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h142 __weak_reference(__malloc, malloc);
143 __weak_reference(__calloc, calloc);
144 __weak_reference(__posix_memalign, posix_memalign);
145 __weak_reference(__aligned_alloc, aligned_alloc);
146 __weak_reference(__realloc, realloc);
147 __weak_reference(__free, free);
148 __weak_reference(__malloc_usable_size, malloc_usable_size);
149 __weak_reference(__mallocx, mallocx);
150 __weak_reference(__rallocx, rallocx);
151 __weak_reference(__xalloc
[all...]

Completed in 190 milliseconds

123456789