Searched refs:__strong_alias (Results 51 - 73 of 73) sorted by relevance

123

/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dpthread_mutex.c93 __strong_alias(__libc_mutex_init,pthread_mutex_init)
94 __strong_alias(__libc_mutex_lock,pthread_mutex_lock)
95 __strong_alias(__libc_mutex_trylock,pthread_mutex_trylock)
96 __strong_alias(__libc_mutex_unlock,pthread_mutex_unlock)
97 __strong_alias(__libc_mutex_destroy,pthread_mutex_destroy)
99 __strong_alias(__libc_mutexattr_init,pthread_mutexattr_init)
100 __strong_alias(__libc_mutexattr_destroy,pthread_mutexattr_destroy)
101 __strong_alias(__libc_mutexattr_settype,pthread_mutexattr_settype)
103 __strong_alias(__libc_thr_once,pthread_once)
H A Dpthread_cond.c71 __strong_alias(__libc_cond_init,pthread_cond_init)
72 __strong_alias(__libc_cond_signal,pthread_cond_signal)
73 __strong_alias(__libc_cond_broadcast,pthread_cond_broadcast)
74 __strong_alias(__libc_cond_wait,pthread_cond_wait)
75 __strong_alias(__libc_cond_timedwait,pthread_cond_timedwait)
76 __strong_alias(__libc_cond_destroy,pthread_cond_destroy)
H A Dpthread_rwlock.c70 __strong_alias(__libc_rwlock_init,pthread_rwlock_init)
71 __strong_alias(__libc_rwlock_rdlock,pthread_rwlock_rdlock)
72 __strong_alias(__libc_rwlock_wrlock,pthread_rwlock_wrlock)
73 __strong_alias(__libc_rwlock_tryrdlock,pthread_rwlock_tryrdlock)
74 __strong_alias(__libc_rwlock_trywrlock,pthread_rwlock_trywrlock)
75 __strong_alias(__libc_rwlock_unlock,pthread_rwlock_unlock)
76 __strong_alias(__libc_rwlock_destroy,pthread_rwlock_destroy)
H A Dpthread.c120 __strong_alias(__libc_thr_self,pthread_self)
121 __strong_alias(__libc_thr_create,pthread_create)
122 __strong_alias(__libc_thr_exit,pthread_exit)
123 __strong_alias(__libc_thr_errno,pthread__errno)
124 __strong_alias(__libc_thr_setcancelstate,pthread_setcancelstate)
125 __strong_alias(__libc_thr_equal,pthread_equal)
126 __strong_alias(__libc_thr_init,pthread__init)
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dscanw.c125 __strong_alias(vwscanw, vw_scanw)
H A Dprintw.c152 __strong_alias(vwprintw, vw_printw)
H A Dcolor.c500 #ifdef __strong_alias
502 __strong_alias(no_color_video, no_color_attributes) function
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_scalbn.c30 __strong_alias(_scalbnl, _scalbn)
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/
H A Dcpuctl.c329 __strong_alias(aprint_verbose,aprint_normal) function
330 __strong_alias(aprint_error,aprint_normal)
345 __strong_alias(aprint_verbose_dev,aprint_normal_dev)
346 __strong_alias(aprint_error_dev,aprint_normal_dev)
/netbsd-6-1-5-RELEASE/common/lib/libc/atomic/
H A Datomic_op_namespace.h120 #define atomic_op_alias(a,s) __strong_alias(a,s)
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dlocks.c116 __strong_alias(mutex_spin_enter,mutex_enter);
138 __strong_alias(mutex_spin_exit,mutex_exit);
376 __strong_alias(cv_timedwait_sig,cv_timedwait);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_mutex.c241 __strong_alias(mutex_enter,mutex_vector_enter);
242 __strong_alias(mutex_exit,mutex_vector_exit);
246 __strong_alias(mutex_spin_enter,mutex_vector_enter);
247 __strong_alias(mutex_spin_exit,mutex_vector_exit);
H A Dkern_rwlock.c145 __strong_alias(rw_enter,rw_vector_enter);
146 __strong_alias(rw_exit,rw_vector_exit);
147 __strong_alias(rw_tryenter,rw_vector_tryenter);
H A Dkern_descrip.c130 __strong_alias(fd_putvnode,fd_putfile) function
131 __strong_alias(fd_putsock,fd_putfile)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcdefs_aout.h25 #define __strong_alias(alias,sym) \ macro
H A Dcdefs_elf.h55 #define __strong_alias(alias,sym) \ macro
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Drtld.c896 __strong_alias(__dlclose,dlclose) function
928 __strong_alias(__dlerror,dlerror) function
938 __strong_alias(__dlopen,dlopen) function
1158 __strong_alias(__dlsym,dlsym) function
1174 __strong_alias(__dlvsym,dlvsym) function
1199 __strong_alias(__dladdr,dladdr) function
1274 __strong_alias(__dlinfo,dlinfo) function
1322 __strong_alias(__dl_iterate_phdr,dl_iterate_phdr);
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dfstest_puffs.c410 __strong_alias(p2k_ffs_fstest_mount,puffs_fstest_mount);
458 __strong_alias(p2k_ffs_fstest_unmount,puffs_fstest_unmount);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dddi.c45 __strong_alias(ddi_strtol,ddi_strtoul)
/netbsd-6-1-5-RELEASE/tests/lib/libppath/
H A Dt_ppath.c22 __strong_alias(ppath_extant_inc, test_ppath_extant_inc);
23 __strong_alias(ppath_extant_dec, test_ppath_extant_dec);
24 __strong_alias(ppath_component_extant_inc, test_ppath_component_extant_inc);
25 __strong_alias(ppath_component_extant_dec, test_ppath_component_extant_dec);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dtrap.c656 __strong_alias(ucas_ptr,ucas_32);
657 __strong_alias(ucas_int,ucas_32);
/netbsd-6-1-5-RELEASE/lib/librumphijack/
H A Dhijack.c1405 __strong_alias(__vfork14,fork);
2027 __strong_alias(_lseek,lseek);
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dstrtod.c63 __strong_alias(_strtold, strtod)

Completed in 388 milliseconds

123