Home
last modified time | relevance | path

Searched refs:__libc_interposing (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-12-stable/lib/libc/gen/
D_spinlock_stub.c57 ((void (*)(spinlock_t *lck))__libc_interposing[INTERPOS_spinlock]) in _spinlock()
67 ((void (*)(spinlock_t *lck))__libc_interposing[INTERPOS_spinunlock]) in _spinunlock()
Dlockf.c69 __libc_interposing[INTERPOS_fcntl])(filedes, F_GETLK, &fl) in lockf()
85 __libc_interposing[INTERPOS_fcntl])(filedes, cmd, &fl)); in lockf()
Delf_utils.c100 ((void (*)(void))__libc_interposing[INTERPOS_map_stacks_exec])(); in __pthread_map_stacks_exec()
120 ((void (*)(size_t, void *, size_t, size_t))__libc_interposing[ in __pthread_distribute_static_tls()
Dwait.c52 __libc_interposing[INTERPOS_wait4])(WAIT_ANY, istat, 0, NULL)); in __wait()
/freebsd-12-stable/lib/libc/sys/
Dinterposing_table.c41 interpos_func_t __libc_interposing[INTERPOS_MAX] = { variable
93 return (&__libc_interposing[interposno]); in __libc_interposing_slot()
Dfdatasync.c45 return (((int (*)(int))__libc_interposing[INTERPOS_fdatasync])(fd)); in fdatasync()
Dfsync.c47 return (((int (*)(int))__libc_interposing[INTERPOS_fsync])(fd)); in fsync()
Dfork.c47 return (((pid_t (*)(void))__libc_interposing[INTERPOS_fork])()); in fork()
Dclose.c48 return (((int (*)(int))__libc_interposing[INTERPOS_close])(fd)); in close()
Dpdfork.c44 return (((pid_t (*)(int *, int))__libc_interposing[ in pdfork()
Dsigsuspend.c49 __libc_interposing[INTERPOS_sigsuspend])(set)); in sigsuspend()
Dmsync.c49 __libc_interposing[INTERPOS_msync])(addr, len, flags)); in msync()
Dnanosleep.c48 __libc_interposing[INTERPOS_nanosleep])(rqtp, rmtp)); in nanosleep()
Dsendmsg.c49 __libc_interposing[INTERPOS_sendmsg])(s, msg, flags)); in sendmsg()
Drecvmsg.c49 __libc_interposing[INTERPOS_recvmsg])(s, msg, flags)); in recvmsg()
Daccept.c49 __libc_interposing[INTERPOS_accept])(s, addr, addrlen)); in accept()
Dreadv.c50 __libc_interposing[INTERPOS_readv])(fd, iov, iovcnt)); in readv()
Dwritev.c50 __libc_interposing[INTERPOS_writev])(fd, iov, iovcnt)); in writev()
Dread.c49 __libc_interposing[INTERPOS_read])(fd, buf, nbytes)); in read()
Dconnect.c49 __libc_interposing[INTERPOS_connect])(s, addr, addrlen)); in connect()
Dpoll.c48 __libc_interposing[INTERPOS_poll])(pfd, nfds, timeout)); in poll()
Dsigwaitinfo.c48 __libc_interposing[INTERPOS_sigwaitinfo])(set, info)); in sigwaitinfo()
Dwrite.c49 __libc_interposing[INTERPOS_write])(fd, buf, nbytes)); in write()
Daio_suspend.c50 __libc_interposing[INTERPOS_aio_suspend])(iocbs, niocb, timeout)); in aio_suspend()
Daccept4.c49 __libc_interposing[INTERPOS_accept4])(s, addr, addrlen, flags)); in accept4()

123