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

12345678910

/freebsd-current/lib/libc/gen/
H A D_thread_init.c33 __weak_reference(_thread_init_stub, _thread_init);
34 __weak_reference(_thread_autoinit_dummy_decl_stub,
H A Dgetprogname.c7 __weak_reference(_getprogname, getprogname);
H A Draise.c37 __weak_reference(__raise, raise);
38 __weak_reference(__raise, _raise);
H A Dpause.c52 __weak_reference(__pause, pause);
53 __weak_reference(__pause, _pause);
H A Dusleep.c51 __weak_reference(__usleep, usleep);
52 __weak_reference(__usleep, _usleep);
/freebsd-current/lib/libthr/thread/
H A Dthr_self.c38 __weak_reference(_Tthr_self, pthread_self);
39 __weak_reference(_Tthr_self, _pthread_self);
H A Dthr_equal.c37 __weak_reference(_thr_equal, pthread_equal);
38 __weak_reference(_thr_equal, _pthread_equal);
H A Dthr_getthreadid_np.c35 __weak_reference(_thr_getthreadid_np, _pthread_getthreadid_np);
36 __weak_reference(_thr_getthreadid_np, pthread_getthreadid_np);
H A Dthr_main_np.c37 __weak_reference(_thr_main_np, pthread_main_np);
38 __weak_reference(_thr_main_np, _pthread_main_np);
H A Dthr_yield.c37 __weak_reference(_pthread_yield, pthread_yield);
H A Dthr_single_np.c37 __weak_reference(_pthread_single_np, pthread_single_np);
H A Dthr_multi_np.c37 __weak_reference(_pthread_multi_np, pthread_multi_np);
H A Dthr_concurrency.c44 __weak_reference(_pthread_getconcurrency, pthread_getconcurrency);
45 __weak_reference(_pthread_setconcurrency, pthread_setconcurrency);
H A Dthr_switch_np.c44 __weak_reference(_pthread_switch_add_np, pthread_switch_add_np);
45 __weak_reference(_pthread_switch_delete_np, pthread_switch_delete_np);
/freebsd-current/lib/libc/stdio/
H A Dfcloseall.c31 __weak_reference(__fcloseall, fcloseall);
/freebsd-current/lib/libc/sys/
H A Dpipe.c34 __weak_reference(__sys_pipe, pipe);
35 __weak_reference(__sys_pipe, _pipe);
H A Dsigsuspend.c36 __weak_reference(__sys_sigsuspend, __sigsuspend);
37 __weak_reference(sigsuspend, __libc_sigsuspend);
H A Dfork.c36 __weak_reference(__sys_fork, __fork);
H A Dcreat.c37 __weak_reference(__creat, creat);
38 __weak_reference(__creat, _creat);
H A Dsigprocmask.c36 __weak_reference(__sys_sigprocmask, __sigprocmask);
37 __weak_reference(sigprocmask, __libc_sigprocmask);
H A Dsigaction.c36 __weak_reference(__sys_sigaction, __sigaction);
37 __weak_reference(sigaction, __libc_sigaction);
H A Dwait.c49 __weak_reference(__wait, wait);
50 __weak_reference(__wait, _wait);
H A Dsetcontext.c36 __weak_reference(__sys_setcontext, __setcontext);
38 __weak_reference(setcontext, __impl_setcontext);
/freebsd-current/lib/msun/src/
H A De_lgamma.c34 __weak_reference(lgamma, lgammal);
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h168 __weak_reference(__malloc, malloc);
169 __weak_reference(__calloc, calloc);
170 __weak_reference(__posix_memalign, posix_memalign);
171 __weak_reference(__aligned_alloc, aligned_alloc);
172 __weak_reference(__realloc, realloc);
173 __weak_reference(__free, free);
174 __weak_reference(__malloc_usable_size, malloc_usable_size);
175 __weak_reference(__mallocx, mallocx);
176 __weak_reference(__rallocx, rallocx);
177 __weak_reference(__xalloc
[all...]

Completed in 126 milliseconds

12345678910