ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Go to the source code of this file.
Functions | |
void | __sanitizer_syscall_pre_impl_syscall (long long code, long long arg0, long long arg1, long long arg2, long long arg3, long long arg4, long long arg5, long long arg6, long long arg7) |
void | __sanitizer_syscall_post_impl_syscall (long long res, long long code, long long arg0, long long arg1, long long arg2, long long arg3, long long arg4, long long arg5, long long arg6, long long arg7) |
void | __sanitizer_syscall_pre_impl_exit (long long rval) |
void | __sanitizer_syscall_post_impl_exit (long long res, long long rval) |
void | __sanitizer_syscall_pre_impl_fork (void) |
void | __sanitizer_syscall_post_impl_fork (long long res) |
void | __sanitizer_syscall_pre_impl_read (long long fd, long long buf, long long nbyte) |
void | __sanitizer_syscall_post_impl_read (long long res, long long fd, long long buf, long long nbyte) |
void | __sanitizer_syscall_pre_impl_write (long long fd, long long buf, long long nbyte) |
void | __sanitizer_syscall_post_impl_write (long long res, long long fd, long long buf, long long nbyte) |
void | __sanitizer_syscall_pre_impl_open (long long path, long long flags, long long mode) |
void | __sanitizer_syscall_post_impl_open (long long res, long long path, long long flags, long long mode) |
void | __sanitizer_syscall_pre_impl_close (long long fd) |
void | __sanitizer_syscall_post_impl_close (long long res, long long fd) |
void | __sanitizer_syscall_pre_impl_compat_50_wait4 (long long pid, long long status, long long options, long long rusage) |
void | __sanitizer_syscall_post_impl_compat_50_wait4 (long long res, long long pid, long long status, long long options, long long rusage) |
void | __sanitizer_syscall_pre_impl_compat_43_ocreat (long long path, long long mode) |
void | __sanitizer_syscall_post_impl_compat_43_ocreat (long long res, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_link (long long path, long long link) |
void | __sanitizer_syscall_post_impl_link (long long res, long long path, long long link) |
void | __sanitizer_syscall_pre_impl_unlink (long long path) |
void | __sanitizer_syscall_post_impl_unlink (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_chdir (long long path) |
void | __sanitizer_syscall_post_impl_chdir (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_fchdir (long long fd) |
void | __sanitizer_syscall_post_impl_fchdir (long long res, long long fd) |
void | __sanitizer_syscall_pre_impl_compat_50_mknod (long long path, long long mode, long long dev) |
void | __sanitizer_syscall_post_impl_compat_50_mknod (long long res, long long path, long long mode, long long dev) |
void | __sanitizer_syscall_pre_impl_chmod (long long path, long long mode) |
void | __sanitizer_syscall_post_impl_chmod (long long res, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_chown (long long path, long long uid, long long gid) |
void | __sanitizer_syscall_post_impl_chown (long long res, long long path, long long uid, long long gid) |
void | __sanitizer_syscall_pre_impl_break (long long nsize) |
void | __sanitizer_syscall_post_impl_break (long long res, long long nsize) |
void | __sanitizer_syscall_pre_impl_compat_20_getfsstat (long long buf, long long bufsize, long long flags) |
void | __sanitizer_syscall_post_impl_compat_20_getfsstat (long long res, long long buf, long long bufsize, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_43_olseek (long long fd, long long offset, long long whence) |
void | __sanitizer_syscall_post_impl_compat_43_olseek (long long res, long long fd, long long offset, long long whence) |
void | __sanitizer_syscall_pre_impl_getpid (void) |
void | __sanitizer_syscall_post_impl_getpid (long long res) |
void | __sanitizer_syscall_pre_impl_compat_40_mount (long long type, long long path, long long flags, long long data) |
void | __sanitizer_syscall_post_impl_compat_40_mount (long long res, long long type, long long path, long long flags, long long data) |
void | __sanitizer_syscall_pre_impl_unmount (long long path, long long flags) |
void | __sanitizer_syscall_post_impl_unmount (long long res, long long path, long long flags) |
void | __sanitizer_syscall_pre_impl_setuid (long long uid) |
void | __sanitizer_syscall_post_impl_setuid (long long res, long long uid) |
void | __sanitizer_syscall_pre_impl_getuid (void) |
void | __sanitizer_syscall_post_impl_getuid (long long res) |
void | __sanitizer_syscall_pre_impl_geteuid (void) |
void | __sanitizer_syscall_post_impl_geteuid (long long res) |
void | __sanitizer_syscall_pre_impl_ptrace (long long req, long long pid, long long addr, long long data) |
void | __sanitizer_syscall_post_impl_ptrace (long long res, long long req, long long pid, long long addr, long long data) |
void | __sanitizer_syscall_pre_impl_recvmsg (long long s, long long msg, long long flags) |
void | __sanitizer_syscall_post_impl_recvmsg (long long res, long long s, long long msg, long long flags) |
void | __sanitizer_syscall_pre_impl_sendmsg (long long s, long long msg, long long flags) |
void | __sanitizer_syscall_post_impl_sendmsg (long long res, long long s, long long msg, long long flags) |
void | __sanitizer_syscall_pre_impl_recvfrom (long long s, long long buf, long long len, long long flags, long long from, long long fromlenaddr) |
void | __sanitizer_syscall_post_impl_recvfrom (long long res, long long s, long long buf, long long len, long long flags, long long from, long long fromlenaddr) |
void | __sanitizer_syscall_pre_impl_accept (long long s, long long name, long long anamelen) |
void | __sanitizer_syscall_post_impl_accept (long long res, long long s, long long name, long long anamelen) |
void | __sanitizer_syscall_pre_impl_getpeername (long long fdes, long long asa, long long alen) |
void | __sanitizer_syscall_post_impl_getpeername (long long res, long long fdes, long long asa, long long alen) |
void | __sanitizer_syscall_pre_impl_getsockname (long long fdes, long long asa, long long alen) |
void | __sanitizer_syscall_post_impl_getsockname (long long res, long long fdes, long long asa, long long alen) |
void | __sanitizer_syscall_pre_impl_access (long long path, long long flags) |
void | __sanitizer_syscall_post_impl_access (long long res, long long path, long long flags) |
void | __sanitizer_syscall_pre_impl_chflags (long long path, long long flags) |
void | __sanitizer_syscall_post_impl_chflags (long long res, long long path, long long flags) |
void | __sanitizer_syscall_pre_impl_fchflags (long long fd, long long flags) |
void | __sanitizer_syscall_post_impl_fchflags (long long res, long long fd, long long flags) |
void | __sanitizer_syscall_pre_impl_sync (void) |
void | __sanitizer_syscall_post_impl_sync (long long res) |
void | __sanitizer_syscall_pre_impl_kill (long long pid, long long signum) |
void | __sanitizer_syscall_post_impl_kill (long long res, long long pid, long long signum) |
void | __sanitizer_syscall_pre_impl_compat_43_stat43 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_43_stat43 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_getppid (void) |
void | __sanitizer_syscall_post_impl_getppid (long long res) |
void | __sanitizer_syscall_pre_impl_compat_43_lstat43 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_43_lstat43 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_dup (long long fd) |
void | __sanitizer_syscall_post_impl_dup (long long res, long long fd) |
void | __sanitizer_syscall_pre_impl_pipe (void) |
void | __sanitizer_syscall_post_impl_pipe (long long res) |
void | __sanitizer_syscall_pre_impl_getegid (void) |
void | __sanitizer_syscall_post_impl_getegid (long long res) |
void | __sanitizer_syscall_pre_impl_profil (long long samples, long long size, long long offset, long long scale) |
void | __sanitizer_syscall_post_impl_profil (long long res, long long samples, long long size, long long offset, long long scale) |
void | __sanitizer_syscall_pre_impl_ktrace (long long fname, long long ops, long long facs, long long pid) |
void | __sanitizer_syscall_post_impl_ktrace (long long res, long long fname, long long ops, long long facs, long long pid) |
void | __sanitizer_syscall_pre_impl_compat_13_sigaction13 (long long signum, long long nsa, long long osa) |
void | __sanitizer_syscall_post_impl_compat_13_sigaction13 (long long res, long long signum, long long nsa, long long osa) |
void | __sanitizer_syscall_pre_impl_getgid (void) |
void | __sanitizer_syscall_post_impl_getgid (long long res) |
void | __sanitizer_syscall_pre_impl_compat_13_sigprocmask13 (long long how, long long mask) |
void | __sanitizer_syscall_post_impl_compat_13_sigprocmask13 (long long res, long long how, long long mask) |
void | __sanitizer_syscall_pre_impl___getlogin (long long namebuf, long long namelen) |
void | __sanitizer_syscall_post_impl___getlogin (long long res, long long namebuf, long long namelen) |
void | __sanitizer_syscall_pre_impl___setlogin (long long namebuf) |
void | __sanitizer_syscall_post_impl___setlogin (long long res, long long namebuf) |
void | __sanitizer_syscall_pre_impl_acct (long long path) |
void | __sanitizer_syscall_post_impl_acct (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_compat_13_sigpending13 (void) |
void | __sanitizer_syscall_post_impl_compat_13_sigpending13 (long long res) |
void | __sanitizer_syscall_pre_impl_compat_13_sigaltstack13 (long long nss, long long oss) |
void | __sanitizer_syscall_post_impl_compat_13_sigaltstack13 (long long res, long long nss, long long oss) |
void | __sanitizer_syscall_pre_impl_ioctl (long long fd, long long com, long long data) |
void | __sanitizer_syscall_post_impl_ioctl (long long res, long long fd, long long com, long long data) |
void | __sanitizer_syscall_pre_impl_compat_12_oreboot (long long opt) |
void | __sanitizer_syscall_post_impl_compat_12_oreboot (long long res, long long opt) |
void | __sanitizer_syscall_pre_impl_revoke (long long path) |
void | __sanitizer_syscall_post_impl_revoke (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_symlink (long long path, long long link) |
void | __sanitizer_syscall_post_impl_symlink (long long res, long long path, long long link) |
void | __sanitizer_syscall_pre_impl_readlink (long long path, long long buf, long long count) |
void | __sanitizer_syscall_post_impl_readlink (long long res, long long path, long long buf, long long count) |
void | __sanitizer_syscall_pre_impl_execve (long long path, long long argp, long long envp) |
void | __sanitizer_syscall_post_impl_execve (long long res, long long path, long long argp, long long envp) |
void | __sanitizer_syscall_pre_impl_umask (long long newmask) |
void | __sanitizer_syscall_post_impl_umask (long long res, long long newmask) |
void | __sanitizer_syscall_pre_impl_chroot (long long path) |
void | __sanitizer_syscall_post_impl_chroot (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_compat_43_fstat43 (long long fd, long long sb) |
void | __sanitizer_syscall_post_impl_compat_43_fstat43 (long long res, long long fd, long long sb) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetkerninfo (long long op, long long where, long long size, long long arg) |
void | __sanitizer_syscall_post_impl_compat_43_ogetkerninfo (long long res, long long op, long long where, long long size, long long arg) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetpagesize (void) |
void | __sanitizer_syscall_post_impl_compat_43_ogetpagesize (long long res) |
void | __sanitizer_syscall_pre_impl_compat_12_msync (long long addr, long long len) |
void | __sanitizer_syscall_post_impl_compat_12_msync (long long res, long long addr, long long len) |
void | __sanitizer_syscall_pre_impl_vfork (void) |
void | __sanitizer_syscall_post_impl_vfork (long long res) |
void | __sanitizer_syscall_pre_impl_compat_43_ommap (long long addr, long long len, long long prot, long long flags, long long fd, long long pos) |
void | __sanitizer_syscall_post_impl_compat_43_ommap (long long res, long long addr, long long len, long long prot, long long flags, long long fd, long long pos) |
void | __sanitizer_syscall_pre_impl_vadvise (long long anom) |
void | __sanitizer_syscall_post_impl_vadvise (long long res, long long anom) |
void | __sanitizer_syscall_pre_impl_munmap (long long addr, long long len) |
void | __sanitizer_syscall_post_impl_munmap (long long res, long long addr, long long len) |
void | __sanitizer_syscall_pre_impl_mprotect (long long addr, long long len, long long prot) |
void | __sanitizer_syscall_post_impl_mprotect (long long res, long long addr, long long len, long long prot) |
void | __sanitizer_syscall_pre_impl_madvise (long long addr, long long len, long long behav) |
void | __sanitizer_syscall_post_impl_madvise (long long res, long long addr, long long len, long long behav) |
void | __sanitizer_syscall_pre_impl_mincore (long long addr, long long len, long long vec) |
void | __sanitizer_syscall_post_impl_mincore (long long res, long long addr, long long len, long long vec) |
void | __sanitizer_syscall_pre_impl_getgroups (long long gidsetsize, long long gidset) |
void | __sanitizer_syscall_post_impl_getgroups (long long res, long long gidsetsize, long long gidset) |
void | __sanitizer_syscall_pre_impl_setgroups (long long gidsetsize, long long gidset) |
void | __sanitizer_syscall_post_impl_setgroups (long long res, long long gidsetsize, long long gidset) |
void | __sanitizer_syscall_pre_impl_getpgrp (void) |
void | __sanitizer_syscall_post_impl_getpgrp (long long res) |
void | __sanitizer_syscall_pre_impl_setpgid (long long pid, long long pgid) |
void | __sanitizer_syscall_post_impl_setpgid (long long res, long long pid, long long pgid) |
void | __sanitizer_syscall_pre_impl_compat_50_setitimer (long long which, long long itv, long long oitv) |
void | __sanitizer_syscall_post_impl_compat_50_setitimer (long long res, long long which, long long itv, long long oitv) |
void | __sanitizer_syscall_pre_impl_compat_43_owait (void) |
void | __sanitizer_syscall_post_impl_compat_43_owait (long long res) |
void | __sanitizer_syscall_pre_impl_compat_12_oswapon (long long name) |
void | __sanitizer_syscall_post_impl_compat_12_oswapon (long long res, long long name) |
void | __sanitizer_syscall_pre_impl_compat_50_getitimer (long long which, long long itv) |
void | __sanitizer_syscall_post_impl_compat_50_getitimer (long long res, long long which, long long itv) |
void | __sanitizer_syscall_pre_impl_compat_43_ogethostname (long long hostname, long long len) |
void | __sanitizer_syscall_post_impl_compat_43_ogethostname (long long res, long long hostname, long long len) |
void | __sanitizer_syscall_pre_impl_compat_43_osethostname (long long hostname, long long len) |
void | __sanitizer_syscall_post_impl_compat_43_osethostname (long long res, long long hostname, long long len) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetdtablesize (void) |
void | __sanitizer_syscall_post_impl_compat_43_ogetdtablesize (long long res) |
void | __sanitizer_syscall_pre_impl_dup2 (long long from, long long to) |
void | __sanitizer_syscall_post_impl_dup2 (long long res, long long from, long long to) |
void | __sanitizer_syscall_pre_impl_fcntl (long long fd, long long cmd, long long arg) |
void | __sanitizer_syscall_post_impl_fcntl (long long res, long long fd, long long cmd, long long arg) |
void | __sanitizer_syscall_pre_impl_compat_50_select (long long nd, long long in, long long ou, long long ex, long long tv) |
void | __sanitizer_syscall_post_impl_compat_50_select (long long res, long long nd, long long in, long long ou, long long ex, long long tv) |
void | __sanitizer_syscall_pre_impl_fsync (long long fd) |
void | __sanitizer_syscall_post_impl_fsync (long long res, long long fd) |
void | __sanitizer_syscall_pre_impl_setpriority (long long which, long long who, long long prio) |
void | __sanitizer_syscall_post_impl_setpriority (long long res, long long which, long long who, long long prio) |
void | __sanitizer_syscall_pre_impl_compat_30_socket (long long domain, long long type, long long protocol) |
void | __sanitizer_syscall_post_impl_compat_30_socket (long long res, long long domain, long long type, long long protocol) |
void | __sanitizer_syscall_pre_impl_connect (long long s, long long name, long long namelen) |
void | __sanitizer_syscall_post_impl_connect (long long res, long long s, long long name, long long namelen) |
void | __sanitizer_syscall_pre_impl_compat_43_oaccept (long long s, long long name, long long anamelen) |
void | __sanitizer_syscall_post_impl_compat_43_oaccept (long long res, long long s, long long name, long long anamelen) |
void | __sanitizer_syscall_pre_impl_getpriority (long long which, long long who) |
void | __sanitizer_syscall_post_impl_getpriority (long long res, long long which, long long who) |
void | __sanitizer_syscall_pre_impl_compat_43_osend (long long s, long long buf, long long len, long long flags) |
void | __sanitizer_syscall_post_impl_compat_43_osend (long long res, long long s, long long buf, long long len, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_43_orecv (long long s, long long buf, long long len, long long flags) |
void | __sanitizer_syscall_post_impl_compat_43_orecv (long long res, long long s, long long buf, long long len, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_13_sigreturn13 (long long sigcntxp) |
void | __sanitizer_syscall_post_impl_compat_13_sigreturn13 (long long res, long long sigcntxp) |
void | __sanitizer_syscall_pre_impl_bind (long long s, long long name, long long namelen) |
void | __sanitizer_syscall_post_impl_bind (long long res, long long s, long long name, long long namelen) |
void | __sanitizer_syscall_pre_impl_setsockopt (long long s, long long level, long long name, long long val, long long valsize) |
void | __sanitizer_syscall_post_impl_setsockopt (long long res, long long s, long long level, long long name, long long val, long long valsize) |
void | __sanitizer_syscall_pre_impl_listen (long long s, long long backlog) |
void | __sanitizer_syscall_post_impl_listen (long long res, long long s, long long backlog) |
void | __sanitizer_syscall_pre_impl_compat_43_osigvec (long long signum, long long nsv, long long osv) |
void | __sanitizer_syscall_post_impl_compat_43_osigvec (long long res, long long signum, long long nsv, long long osv) |
void | __sanitizer_syscall_pre_impl_compat_43_osigblock (long long mask) |
void | __sanitizer_syscall_post_impl_compat_43_osigblock (long long res, long long mask) |
void | __sanitizer_syscall_pre_impl_compat_43_osigsetmask (long long mask) |
void | __sanitizer_syscall_post_impl_compat_43_osigsetmask (long long res, long long mask) |
void | __sanitizer_syscall_pre_impl_compat_13_sigsuspend13 (long long mask) |
void | __sanitizer_syscall_post_impl_compat_13_sigsuspend13 (long long res, long long mask) |
void | __sanitizer_syscall_pre_impl_compat_43_osigstack (long long nss, long long oss) |
void | __sanitizer_syscall_post_impl_compat_43_osigstack (long long res, long long nss, long long oss) |
void | __sanitizer_syscall_pre_impl_compat_43_orecvmsg (long long s, long long msg, long long flags) |
void | __sanitizer_syscall_post_impl_compat_43_orecvmsg (long long res, long long s, long long msg, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_43_osendmsg (long long s, long long msg, long long flags) |
void | __sanitizer_syscall_post_impl_compat_43_osendmsg (long long res, long long s, long long msg, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_50_gettimeofday (long long tp, long long tzp) |
void | __sanitizer_syscall_post_impl_compat_50_gettimeofday (long long res, long long tp, long long tzp) |
void | __sanitizer_syscall_pre_impl_compat_50_getrusage (long long who, long long rusage) |
void | __sanitizer_syscall_post_impl_compat_50_getrusage (long long res, long long who, long long rusage) |
void | __sanitizer_syscall_pre_impl_getsockopt (long long s, long long level, long long name, long long val, long long avalsize) |
void | __sanitizer_syscall_post_impl_getsockopt (long long res, long long s, long long level, long long name, long long val, long long avalsize) |
void | __sanitizer_syscall_pre_impl_readv (long long fd, long long iovp, long long iovcnt) |
void | __sanitizer_syscall_post_impl_readv (long long res, long long fd, long long iovp, long long iovcnt) |
void | __sanitizer_syscall_pre_impl_writev (long long fd, long long iovp, long long iovcnt) |
void | __sanitizer_syscall_post_impl_writev (long long res, long long fd, long long iovp, long long iovcnt) |
void | __sanitizer_syscall_pre_impl_compat_50_settimeofday (long long tv, long long tzp) |
void | __sanitizer_syscall_post_impl_compat_50_settimeofday (long long res, long long tv, long long tzp) |
void | __sanitizer_syscall_pre_impl_fchown (long long fd, long long uid, long long gid) |
void | __sanitizer_syscall_post_impl_fchown (long long res, long long fd, long long uid, long long gid) |
void | __sanitizer_syscall_pre_impl_fchmod (long long fd, long long mode) |
void | __sanitizer_syscall_post_impl_fchmod (long long res, long long fd, long long mode) |
void | __sanitizer_syscall_pre_impl_compat_43_orecvfrom (long long s, long long buf, long long len, long long flags, long long from, long long fromlenaddr) |
void | __sanitizer_syscall_post_impl_compat_43_orecvfrom (long long res, long long s, long long buf, long long len, long long flags, long long from, long long fromlenaddr) |
void | __sanitizer_syscall_pre_impl_setreuid (long long ruid, long long euid) |
void | __sanitizer_syscall_post_impl_setreuid (long long res, long long ruid, long long euid) |
void | __sanitizer_syscall_pre_impl_setregid (long long rgid, long long egid) |
void | __sanitizer_syscall_post_impl_setregid (long long res, long long rgid, long long egid) |
void | __sanitizer_syscall_pre_impl_rename (long long from, long long to) |
void | __sanitizer_syscall_post_impl_rename (long long res, long long from, long long to) |
void | __sanitizer_syscall_pre_impl_compat_43_otruncate (long long path, long long length) |
void | __sanitizer_syscall_post_impl_compat_43_otruncate (long long res, long long path, long long length) |
void | __sanitizer_syscall_pre_impl_compat_43_oftruncate (long long fd, long long length) |
void | __sanitizer_syscall_post_impl_compat_43_oftruncate (long long res, long long fd, long long length) |
void | __sanitizer_syscall_pre_impl_flock (long long fd, long long how) |
void | __sanitizer_syscall_post_impl_flock (long long res, long long fd, long long how) |
void | __sanitizer_syscall_pre_impl_mkfifo (long long path, long long mode) |
void | __sanitizer_syscall_post_impl_mkfifo (long long res, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_sendto (long long s, long long buf, long long len, long long flags, long long to, long long tolen) |
void | __sanitizer_syscall_post_impl_sendto (long long res, long long s, long long buf, long long len, long long flags, long long to, long long tolen) |
void | __sanitizer_syscall_pre_impl_shutdown (long long s, long long how) |
void | __sanitizer_syscall_post_impl_shutdown (long long res, long long s, long long how) |
void | __sanitizer_syscall_pre_impl_socketpair (long long domain, long long type, long long protocol, long long rsv) |
void | __sanitizer_syscall_post_impl_socketpair (long long res, long long domain, long long type, long long protocol, long long rsv) |
void | __sanitizer_syscall_pre_impl_mkdir (long long path, long long mode) |
void | __sanitizer_syscall_post_impl_mkdir (long long res, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_rmdir (long long path) |
void | __sanitizer_syscall_post_impl_rmdir (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_compat_50_utimes (long long path, long long tptr) |
void | __sanitizer_syscall_post_impl_compat_50_utimes (long long res, long long path, long long tptr) |
void | __sanitizer_syscall_pre_impl_compat_50_adjtime (long long delta, long long olddelta) |
void | __sanitizer_syscall_post_impl_compat_50_adjtime (long long res, long long delta, long long olddelta) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetpeername (long long fdes, long long asa, long long alen) |
void | __sanitizer_syscall_post_impl_compat_43_ogetpeername (long long res, long long fdes, long long asa, long long alen) |
void | __sanitizer_syscall_pre_impl_compat_43_ogethostid (void) |
void | __sanitizer_syscall_post_impl_compat_43_ogethostid (long long res) |
void | __sanitizer_syscall_pre_impl_compat_43_osethostid (long long hostid) |
void | __sanitizer_syscall_post_impl_compat_43_osethostid (long long res, long long hostid) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetrlimit (long long which, long long rlp) |
void | __sanitizer_syscall_post_impl_compat_43_ogetrlimit (long long res, long long which, long long rlp) |
void | __sanitizer_syscall_pre_impl_compat_43_osetrlimit (long long which, long long rlp) |
void | __sanitizer_syscall_post_impl_compat_43_osetrlimit (long long res, long long which, long long rlp) |
void | __sanitizer_syscall_pre_impl_compat_43_okillpg (long long pgid, long long signum) |
void | __sanitizer_syscall_post_impl_compat_43_okillpg (long long res, long long pgid, long long signum) |
void | __sanitizer_syscall_pre_impl_setsid (void) |
void | __sanitizer_syscall_post_impl_setsid (long long res) |
void | __sanitizer_syscall_pre_impl_compat_50_quotactl (long long path, long long cmd, long long uid, long long arg) |
void | __sanitizer_syscall_post_impl_compat_50_quotactl (long long res, long long path, long long cmd, long long uid, long long arg) |
void | __sanitizer_syscall_pre_impl_compat_43_oquota (void) |
void | __sanitizer_syscall_post_impl_compat_43_oquota (long long res) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetsockname (long long fdec, long long asa, long long alen) |
void | __sanitizer_syscall_post_impl_compat_43_ogetsockname (long long res, long long fdec, long long asa, long long alen) |
void | __sanitizer_syscall_pre_impl_nfssvc (long long flag, long long argp) |
void | __sanitizer_syscall_post_impl_nfssvc (long long res, long long flag, long long argp) |
void | __sanitizer_syscall_pre_impl_compat_43_ogetdirentries (long long fd, long long buf, long long count, long long basep) |
void | __sanitizer_syscall_post_impl_compat_43_ogetdirentries (long long res, long long fd, long long buf, long long count, long long basep) |
void | __sanitizer_syscall_pre_impl_compat_20_statfs (long long path, long long buf) |
void | __sanitizer_syscall_post_impl_compat_20_statfs (long long res, long long path, long long buf) |
void | __sanitizer_syscall_pre_impl_compat_20_fstatfs (long long fd, long long buf) |
void | __sanitizer_syscall_post_impl_compat_20_fstatfs (long long res, long long fd, long long buf) |
void | __sanitizer_syscall_pre_impl_compat_30_getfh (long long fname, long long fhp) |
void | __sanitizer_syscall_post_impl_compat_30_getfh (long long res, long long fname, long long fhp) |
void | __sanitizer_syscall_pre_impl_compat_09_ogetdomainname (long long domainname, long long len) |
void | __sanitizer_syscall_post_impl_compat_09_ogetdomainname (long long res, long long domainname, long long len) |
void | __sanitizer_syscall_pre_impl_compat_09_osetdomainname (long long domainname, long long len) |
void | __sanitizer_syscall_post_impl_compat_09_osetdomainname (long long res, long long domainname, long long len) |
void | __sanitizer_syscall_pre_impl_compat_09_ouname (long long name) |
void | __sanitizer_syscall_post_impl_compat_09_ouname (long long res, long long name) |
void | __sanitizer_syscall_pre_impl_sysarch (long long op, long long parms) |
void | __sanitizer_syscall_post_impl_sysarch (long long res, long long op, long long parms) |
void | __sanitizer_syscall_pre_impl_compat_10_osemsys (long long which, long long a2, long long a3, long long a4, long long a5) |
void | __sanitizer_syscall_post_impl_compat_10_osemsys (long long res, long long which, long long a2, long long a3, long long a4, long long a5) |
void | __sanitizer_syscall_pre_impl_compat_10_omsgsys (long long which, long long a2, long long a3, long long a4, long long a5, long long a6) |
void | __sanitizer_syscall_post_impl_compat_10_omsgsys (long long res, long long which, long long a2, long long a3, long long a4, long long a5, long long a6) |
void | __sanitizer_syscall_pre_impl_compat_10_oshmsys (long long which, long long a2, long long a3, long long a4) |
void | __sanitizer_syscall_post_impl_compat_10_oshmsys (long long res, long long which, long long a2, long long a3, long long a4) |
void | __sanitizer_syscall_pre_impl_pread (long long fd, long long buf, long long nbyte, long long PAD, long long offset) |
void | __sanitizer_syscall_post_impl_pread (long long res, long long fd, long long buf, long long nbyte, long long PAD, long long offset) |
void | __sanitizer_syscall_pre_impl_pwrite (long long fd, long long buf, long long nbyte, long long PAD, long long offset) |
void | __sanitizer_syscall_post_impl_pwrite (long long res, long long fd, long long buf, long long nbyte, long long PAD, long long offset) |
void | __sanitizer_syscall_pre_impl_compat_30_ntp_gettime (long long ntvp) |
void | __sanitizer_syscall_post_impl_compat_30_ntp_gettime (long long res, long long ntvp) |
void | __sanitizer_syscall_pre_impl_ntp_adjtime (long long tp) |
void | __sanitizer_syscall_post_impl_ntp_adjtime (long long res, long long tp) |
void | __sanitizer_syscall_pre_impl_setgid (long long gid) |
void | __sanitizer_syscall_post_impl_setgid (long long res, long long gid) |
void | __sanitizer_syscall_pre_impl_setegid (long long egid) |
void | __sanitizer_syscall_post_impl_setegid (long long res, long long egid) |
void | __sanitizer_syscall_pre_impl_seteuid (long long euid) |
void | __sanitizer_syscall_post_impl_seteuid (long long res, long long euid) |
void | __sanitizer_syscall_pre_impl_lfs_bmapv (long long fsidp, long long blkiov, long long blkcnt) |
void | __sanitizer_syscall_post_impl_lfs_bmapv (long long res, long long fsidp, long long blkiov, long long blkcnt) |
void | __sanitizer_syscall_pre_impl_lfs_markv (long long fsidp, long long blkiov, long long blkcnt) |
void | __sanitizer_syscall_post_impl_lfs_markv (long long res, long long fsidp, long long blkiov, long long blkcnt) |
void | __sanitizer_syscall_pre_impl_lfs_segclean (long long fsidp, long long segment) |
void | __sanitizer_syscall_post_impl_lfs_segclean (long long res, long long fsidp, long long segment) |
void | __sanitizer_syscall_pre_impl_compat_50_lfs_segwait (long long fsidp, long long tv) |
void | __sanitizer_syscall_post_impl_compat_50_lfs_segwait (long long res, long long fsidp, long long tv) |
void | __sanitizer_syscall_pre_impl_compat_12_stat12 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_12_stat12 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_compat_12_fstat12 (long long fd, long long sb) |
void | __sanitizer_syscall_post_impl_compat_12_fstat12 (long long res, long long fd, long long sb) |
void | __sanitizer_syscall_pre_impl_compat_12_lstat12 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_12_lstat12 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_pathconf (long long path, long long name) |
void | __sanitizer_syscall_post_impl_pathconf (long long res, long long path, long long name) |
void | __sanitizer_syscall_pre_impl_fpathconf (long long fd, long long name) |
void | __sanitizer_syscall_post_impl_fpathconf (long long res, long long fd, long long name) |
void | __sanitizer_syscall_pre_impl_getsockopt2 (long long s, long long level, long long name, long long val, long long avalsize) |
void | __sanitizer_syscall_post_impl_getsockopt2 (long long res, long long s, long long level, long long name, long long val, long long avalsize) |
void | __sanitizer_syscall_pre_impl_getrlimit (long long which, long long rlp) |
void | __sanitizer_syscall_post_impl_getrlimit (long long res, long long which, long long rlp) |
void | __sanitizer_syscall_pre_impl_setrlimit (long long which, long long rlp) |
void | __sanitizer_syscall_post_impl_setrlimit (long long res, long long which, long long rlp) |
void | __sanitizer_syscall_pre_impl_compat_12_getdirentries (long long fd, long long buf, long long count, long long basep) |
void | __sanitizer_syscall_post_impl_compat_12_getdirentries (long long res, long long fd, long long buf, long long count, long long basep) |
void | __sanitizer_syscall_pre_impl_mmap (long long addr, long long len, long long prot, long long flags, long long fd, long long PAD, long long pos) |
void | __sanitizer_syscall_post_impl_mmap (long long res, long long addr, long long len, long long prot, long long flags, long long fd, long long PAD, long long pos) |
void | __sanitizer_syscall_pre_impl___syscall (long long code, long long arg0, long long arg1, long long arg2, long long arg3, long long arg4, long long arg5, long long arg6, long long arg7) |
void | __sanitizer_syscall_post_impl___syscall (long long res, long long code, long long arg0, long long arg1, long long arg2, long long arg3, long long arg4, long long arg5, long long arg6, long long arg7) |
void | __sanitizer_syscall_pre_impl_lseek (long long fd, long long PAD, long long offset, long long whence) |
void | __sanitizer_syscall_post_impl_lseek (long long res, long long fd, long long PAD, long long offset, long long whence) |
void | __sanitizer_syscall_pre_impl_truncate (long long path, long long PAD, long long length) |
void | __sanitizer_syscall_post_impl_truncate (long long res, long long path, long long PAD, long long length) |
void | __sanitizer_syscall_pre_impl_ftruncate (long long fd, long long PAD, long long length) |
void | __sanitizer_syscall_post_impl_ftruncate (long long res, long long fd, long long PAD, long long length) |
void | __sanitizer_syscall_pre_impl___sysctl (long long name, long long namelen, long long oldv, long long oldlenp, long long newv, long long newlen) |
void | __sanitizer_syscall_post_impl___sysctl (long long res, long long name, long long namelen, long long oldv, long long oldlenp, long long newv, long long newlen) |
void | __sanitizer_syscall_pre_impl_mlock (long long addr, long long len) |
void | __sanitizer_syscall_post_impl_mlock (long long res, long long addr, long long len) |
void | __sanitizer_syscall_pre_impl_munlock (long long addr, long long len) |
void | __sanitizer_syscall_post_impl_munlock (long long res, long long addr, long long len) |
void | __sanitizer_syscall_pre_impl_undelete (long long path) |
void | __sanitizer_syscall_post_impl_undelete (long long res, long long path) |
void | __sanitizer_syscall_pre_impl_compat_50_futimes (long long fd, long long tptr) |
void | __sanitizer_syscall_post_impl_compat_50_futimes (long long res, long long fd, long long tptr) |
void | __sanitizer_syscall_pre_impl_getpgid (long long pid) |
void | __sanitizer_syscall_post_impl_getpgid (long long res, long long pid) |
void | __sanitizer_syscall_pre_impl_reboot (long long opt, long long bootstr) |
void | __sanitizer_syscall_post_impl_reboot (long long res, long long opt, long long bootstr) |
void | __sanitizer_syscall_pre_impl_poll (long long fds, long long nfds, long long timeout) |
void | __sanitizer_syscall_post_impl_poll (long long res, long long fds, long long nfds, long long timeout) |
void | __sanitizer_syscall_pre_impl_afssys (long long id, long long a1, long long a2, long long a3, long long a4, long long a5, long long a6) |
void | __sanitizer_syscall_post_impl_afssys (long long res, long long id, long long a1, long long a2, long long a3, long long a4, long long a5, long long a6) |
void | __sanitizer_syscall_pre_impl_compat_14___semctl (long long semid, long long semnum, long long cmd, long long arg) |
void | __sanitizer_syscall_post_impl_compat_14___semctl (long long res, long long semid, long long semnum, long long cmd, long long arg) |
void | __sanitizer_syscall_pre_impl_semget (long long key, long long nsems, long long semflg) |
void | __sanitizer_syscall_post_impl_semget (long long res, long long key, long long nsems, long long semflg) |
void | __sanitizer_syscall_pre_impl_semop (long long semid, long long sops, long long nsops) |
void | __sanitizer_syscall_post_impl_semop (long long res, long long semid, long long sops, long long nsops) |
void | __sanitizer_syscall_pre_impl_semconfig (long long flag) |
void | __sanitizer_syscall_post_impl_semconfig (long long res, long long flag) |
void | __sanitizer_syscall_pre_impl_compat_14_msgctl (long long msqid, long long cmd, long long buf) |
void | __sanitizer_syscall_post_impl_compat_14_msgctl (long long res, long long msqid, long long cmd, long long buf) |
void | __sanitizer_syscall_pre_impl_msgget (long long key, long long msgflg) |
void | __sanitizer_syscall_post_impl_msgget (long long res, long long key, long long msgflg) |
void | __sanitizer_syscall_pre_impl_msgsnd (long long msqid, long long msgp, long long msgsz, long long msgflg) |
void | __sanitizer_syscall_post_impl_msgsnd (long long res, long long msqid, long long msgp, long long msgsz, long long msgflg) |
void | __sanitizer_syscall_pre_impl_msgrcv (long long msqid, long long msgp, long long msgsz, long long msgtyp, long long msgflg) |
void | __sanitizer_syscall_post_impl_msgrcv (long long res, long long msqid, long long msgp, long long msgsz, long long msgtyp, long long msgflg) |
void | __sanitizer_syscall_pre_impl_shmat (long long shmid, long long shmaddr, long long shmflg) |
void | __sanitizer_syscall_post_impl_shmat (long long res, long long shmid, long long shmaddr, long long shmflg) |
void | __sanitizer_syscall_pre_impl_compat_14_shmctl (long long shmid, long long cmd, long long buf) |
void | __sanitizer_syscall_post_impl_compat_14_shmctl (long long res, long long shmid, long long cmd, long long buf) |
void | __sanitizer_syscall_pre_impl_shmdt (long long shmaddr) |
void | __sanitizer_syscall_post_impl_shmdt (long long res, long long shmaddr) |
void | __sanitizer_syscall_pre_impl_shmget (long long key, long long size, long long shmflg) |
void | __sanitizer_syscall_post_impl_shmget (long long res, long long key, long long size, long long shmflg) |
void | __sanitizer_syscall_pre_impl_compat_50_clock_gettime (long long clock_id, long long tp) |
void | __sanitizer_syscall_post_impl_compat_50_clock_gettime (long long res, long long clock_id, long long tp) |
void | __sanitizer_syscall_pre_impl_compat_50_clock_settime (long long clock_id, long long tp) |
void | __sanitizer_syscall_post_impl_compat_50_clock_settime (long long res, long long clock_id, long long tp) |
void | __sanitizer_syscall_pre_impl_compat_50_clock_getres (long long clock_id, long long tp) |
void | __sanitizer_syscall_post_impl_compat_50_clock_getres (long long res, long long clock_id, long long tp) |
void | __sanitizer_syscall_pre_impl_timer_create (long long clock_id, long long evp, long long timerid) |
void | __sanitizer_syscall_post_impl_timer_create (long long res, long long clock_id, long long evp, long long timerid) |
void | __sanitizer_syscall_pre_impl_timer_delete (long long timerid) |
void | __sanitizer_syscall_post_impl_timer_delete (long long res, long long timerid) |
void | __sanitizer_syscall_pre_impl_compat_50_timer_settime (long long timerid, long long flags, long long value, long long ovalue) |
void | __sanitizer_syscall_post_impl_compat_50_timer_settime (long long res, long long timerid, long long flags, long long value, long long ovalue) |
void | __sanitizer_syscall_pre_impl_compat_50_timer_gettime (long long timerid, long long value) |
void | __sanitizer_syscall_post_impl_compat_50_timer_gettime (long long res, long long timerid, long long value) |
void | __sanitizer_syscall_pre_impl_timer_getoverrun (long long timerid) |
void | __sanitizer_syscall_post_impl_timer_getoverrun (long long res, long long timerid) |
void | __sanitizer_syscall_pre_impl_compat_50_nanosleep (long long rqtp, long long rmtp) |
void | __sanitizer_syscall_post_impl_compat_50_nanosleep (long long res, long long rqtp, long long rmtp) |
void | __sanitizer_syscall_pre_impl_fdatasync (long long fd) |
void | __sanitizer_syscall_post_impl_fdatasync (long long res, long long fd) |
void | __sanitizer_syscall_pre_impl_mlockall (long long flags) |
void | __sanitizer_syscall_post_impl_mlockall (long long res, long long flags) |
void | __sanitizer_syscall_pre_impl_munlockall (void) |
void | __sanitizer_syscall_post_impl_munlockall (long long res) |
void | __sanitizer_syscall_pre_impl_compat_50___sigtimedwait (long long set, long long info, long long timeout) |
void | __sanitizer_syscall_post_impl_compat_50___sigtimedwait (long long res, long long set, long long info, long long timeout) |
void | __sanitizer_syscall_pre_impl_sigqueueinfo (long long pid, long long info) |
void | __sanitizer_syscall_post_impl_sigqueueinfo (long long res, long long pid, long long info) |
void | __sanitizer_syscall_pre_impl_modctl (long long cmd, long long arg) |
void | __sanitizer_syscall_post_impl_modctl (long long res, long long cmd, long long arg) |
void | __sanitizer_syscall_pre_impl__ksem_init (long long value, long long idp) |
void | __sanitizer_syscall_post_impl__ksem_init (long long res, long long value, long long idp) |
void | __sanitizer_syscall_pre_impl__ksem_open (long long name, long long oflag, long long mode, long long value, long long idp) |
void | __sanitizer_syscall_post_impl__ksem_open (long long res, long long name, long long oflag, long long mode, long long value, long long idp) |
void | __sanitizer_syscall_pre_impl__ksem_unlink (long long name) |
void | __sanitizer_syscall_post_impl__ksem_unlink (long long res, long long name) |
void | __sanitizer_syscall_pre_impl__ksem_close (long long id) |
void | __sanitizer_syscall_post_impl__ksem_close (long long res, long long id) |
void | __sanitizer_syscall_pre_impl__ksem_post (long long id) |
void | __sanitizer_syscall_post_impl__ksem_post (long long res, long long id) |
void | __sanitizer_syscall_pre_impl__ksem_wait (long long id) |
void | __sanitizer_syscall_post_impl__ksem_wait (long long res, long long id) |
void | __sanitizer_syscall_pre_impl__ksem_trywait (long long id) |
void | __sanitizer_syscall_post_impl__ksem_trywait (long long res, long long id) |
void | __sanitizer_syscall_pre_impl__ksem_getvalue (long long id, long long value) |
void | __sanitizer_syscall_post_impl__ksem_getvalue (long long res, long long id, long long value) |
void | __sanitizer_syscall_pre_impl__ksem_destroy (long long id) |
void | __sanitizer_syscall_post_impl__ksem_destroy (long long res, long long id) |
void | __sanitizer_syscall_pre_impl__ksem_timedwait (long long id, long long abstime) |
void | __sanitizer_syscall_post_impl__ksem_timedwait (long long res, long long id, long long abstime) |
void | __sanitizer_syscall_pre_impl_mq_open (long long name, long long oflag, long long mode, long long attr) |
void | __sanitizer_syscall_post_impl_mq_open (long long res, long long name, long long oflag, long long mode, long long attr) |
void | __sanitizer_syscall_pre_impl_mq_close (long long mqdes) |
void | __sanitizer_syscall_post_impl_mq_close (long long res, long long mqdes) |
void | __sanitizer_syscall_pre_impl_mq_unlink (long long name) |
void | __sanitizer_syscall_post_impl_mq_unlink (long long res, long long name) |
void | __sanitizer_syscall_pre_impl_mq_getattr (long long mqdes, long long mqstat) |
void | __sanitizer_syscall_post_impl_mq_getattr (long long res, long long mqdes, long long mqstat) |
void | __sanitizer_syscall_pre_impl_mq_setattr (long long mqdes, long long mqstat, long long omqstat) |
void | __sanitizer_syscall_post_impl_mq_setattr (long long res, long long mqdes, long long mqstat, long long omqstat) |
void | __sanitizer_syscall_pre_impl_mq_notify (long long mqdes, long long notification) |
void | __sanitizer_syscall_post_impl_mq_notify (long long res, long long mqdes, long long notification) |
void | __sanitizer_syscall_pre_impl_mq_send (long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio) |
void | __sanitizer_syscall_post_impl_mq_send (long long res, long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio) |
void | __sanitizer_syscall_pre_impl_mq_receive (long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio) |
void | __sanitizer_syscall_post_impl_mq_receive (long long res, long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio) |
void | __sanitizer_syscall_pre_impl_compat_50_mq_timedsend (long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_post_impl_compat_50_mq_timedsend (long long res, long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_pre_impl_compat_50_mq_timedreceive (long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_post_impl_compat_50_mq_timedreceive (long long res, long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_pre_impl___posix_rename (long long from, long long to) |
void | __sanitizer_syscall_post_impl___posix_rename (long long res, long long from, long long to) |
void | __sanitizer_syscall_pre_impl_swapctl (long long cmd, long long arg, long long misc) |
void | __sanitizer_syscall_post_impl_swapctl (long long res, long long cmd, long long arg, long long misc) |
void | __sanitizer_syscall_pre_impl_compat_30_getdents (long long fd, long long buf, long long count) |
void | __sanitizer_syscall_post_impl_compat_30_getdents (long long res, long long fd, long long buf, long long count) |
void | __sanitizer_syscall_pre_impl_minherit (long long addr, long long len, long long inherit) |
void | __sanitizer_syscall_post_impl_minherit (long long res, long long addr, long long len, long long inherit) |
void | __sanitizer_syscall_pre_impl_lchmod (long long path, long long mode) |
void | __sanitizer_syscall_post_impl_lchmod (long long res, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_lchown (long long path, long long uid, long long gid) |
void | __sanitizer_syscall_post_impl_lchown (long long res, long long path, long long uid, long long gid) |
void | __sanitizer_syscall_pre_impl_compat_50_lutimes (long long path, long long tptr) |
void | __sanitizer_syscall_post_impl_compat_50_lutimes (long long res, long long path, long long tptr) |
void | __sanitizer_syscall_pre_impl___msync13 (long long addr, long long len, long long flags) |
void | __sanitizer_syscall_post_impl___msync13 (long long res, long long addr, long long len, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_30___stat13 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_30___stat13 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_compat_30___fstat13 (long long fd, long long sb) |
void | __sanitizer_syscall_post_impl_compat_30___fstat13 (long long res, long long fd, long long sb) |
void | __sanitizer_syscall_pre_impl_compat_30___lstat13 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_30___lstat13 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl___sigaltstack14 (long long nss, long long oss) |
void | __sanitizer_syscall_post_impl___sigaltstack14 (long long res, long long nss, long long oss) |
void | __sanitizer_syscall_pre_impl___vfork14 (void) |
void | __sanitizer_syscall_post_impl___vfork14 (long long res) |
void | __sanitizer_syscall_pre_impl___posix_chown (long long path, long long uid, long long gid) |
void | __sanitizer_syscall_post_impl___posix_chown (long long res, long long path, long long uid, long long gid) |
void | __sanitizer_syscall_pre_impl___posix_fchown (long long fd, long long uid, long long gid) |
void | __sanitizer_syscall_post_impl___posix_fchown (long long res, long long fd, long long uid, long long gid) |
void | __sanitizer_syscall_pre_impl___posix_lchown (long long path, long long uid, long long gid) |
void | __sanitizer_syscall_post_impl___posix_lchown (long long res, long long path, long long uid, long long gid) |
void | __sanitizer_syscall_pre_impl_getsid (long long pid) |
void | __sanitizer_syscall_post_impl_getsid (long long res, long long pid) |
void | __sanitizer_syscall_pre_impl___clone (long long flags, long long stack) |
void | __sanitizer_syscall_post_impl___clone (long long res, long long flags, long long stack) |
void | __sanitizer_syscall_pre_impl_fktrace (long long fd, long long ops, long long facs, long long pid) |
void | __sanitizer_syscall_post_impl_fktrace (long long res, long long fd, long long ops, long long facs, long long pid) |
void | __sanitizer_syscall_pre_impl_preadv (long long fd, long long iovp, long long iovcnt, long long PAD, long long offset) |
void | __sanitizer_syscall_post_impl_preadv (long long res, long long fd, long long iovp, long long iovcnt, long long PAD, long long offset) |
void | __sanitizer_syscall_pre_impl_pwritev (long long fd, long long iovp, long long iovcnt, long long PAD, long long offset) |
void | __sanitizer_syscall_post_impl_pwritev (long long res, long long fd, long long iovp, long long iovcnt, long long PAD, long long offset) |
void | __sanitizer_syscall_pre_impl_compat_16___sigaction14 (long long signum, long long nsa, long long osa) |
void | __sanitizer_syscall_post_impl_compat_16___sigaction14 (long long res, long long signum, long long nsa, long long osa) |
void | __sanitizer_syscall_pre_impl___sigpending14 (long long set) |
void | __sanitizer_syscall_post_impl___sigpending14 (long long res, long long set) |
void | __sanitizer_syscall_pre_impl___sigprocmask14 (long long how, long long set, long long oset) |
void | __sanitizer_syscall_post_impl___sigprocmask14 (long long res, long long how, long long set, long long oset) |
void | __sanitizer_syscall_pre_impl___sigsuspend14 (long long set) |
void | __sanitizer_syscall_post_impl___sigsuspend14 (long long res, long long set) |
void | __sanitizer_syscall_pre_impl_compat_16___sigreturn14 (long long sigcntxp) |
void | __sanitizer_syscall_post_impl_compat_16___sigreturn14 (long long res, long long sigcntxp) |
void | __sanitizer_syscall_pre_impl___getcwd (long long bufp, long long length) |
void | __sanitizer_syscall_post_impl___getcwd (long long res, long long bufp, long long length) |
void | __sanitizer_syscall_pre_impl_fchroot (long long fd) |
void | __sanitizer_syscall_post_impl_fchroot (long long res, long long fd) |
void | __sanitizer_syscall_pre_impl_compat_30_fhopen (long long fhp, long long flags) |
void | __sanitizer_syscall_post_impl_compat_30_fhopen (long long res, long long fhp, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_30_fhstat (long long fhp, long long sb) |
void | __sanitizer_syscall_post_impl_compat_30_fhstat (long long res, long long fhp, long long sb) |
void | __sanitizer_syscall_pre_impl_compat_20_fhstatfs (long long fhp, long long buf) |
void | __sanitizer_syscall_post_impl_compat_20_fhstatfs (long long res, long long fhp, long long buf) |
void | __sanitizer_syscall_pre_impl_compat_50_____semctl13 (long long semid, long long semnum, long long cmd, long long arg) |
void | __sanitizer_syscall_post_impl_compat_50_____semctl13 (long long res, long long semid, long long semnum, long long cmd, long long arg) |
void | __sanitizer_syscall_pre_impl_compat_50___msgctl13 (long long msqid, long long cmd, long long buf) |
void | __sanitizer_syscall_post_impl_compat_50___msgctl13 (long long res, long long msqid, long long cmd, long long buf) |
void | __sanitizer_syscall_pre_impl_compat_50___shmctl13 (long long shmid, long long cmd, long long buf) |
void | __sanitizer_syscall_post_impl_compat_50___shmctl13 (long long res, long long shmid, long long cmd, long long buf) |
void | __sanitizer_syscall_pre_impl_lchflags (long long path, long long flags) |
void | __sanitizer_syscall_post_impl_lchflags (long long res, long long path, long long flags) |
void | __sanitizer_syscall_pre_impl_issetugid (void) |
void | __sanitizer_syscall_post_impl_issetugid (long long res) |
void | __sanitizer_syscall_pre_impl_utrace (long long label, long long addr, long long len) |
void | __sanitizer_syscall_post_impl_utrace (long long res, long long label, long long addr, long long len) |
void | __sanitizer_syscall_pre_impl_getcontext (long long ucp) |
void | __sanitizer_syscall_post_impl_getcontext (long long res, long long ucp) |
void | __sanitizer_syscall_pre_impl_setcontext (long long ucp) |
void | __sanitizer_syscall_post_impl_setcontext (long long res, long long ucp) |
void | __sanitizer_syscall_pre_impl__lwp_create (long long ucp, long long flags, long long new_lwp) |
void | __sanitizer_syscall_post_impl__lwp_create (long long res, long long ucp, long long flags, long long new_lwp) |
void | __sanitizer_syscall_pre_impl__lwp_exit (void) |
void | __sanitizer_syscall_post_impl__lwp_exit (long long res) |
void | __sanitizer_syscall_pre_impl__lwp_self (void) |
void | __sanitizer_syscall_post_impl__lwp_self (long long res) |
void | __sanitizer_syscall_pre_impl__lwp_wait (long long wait_for, long long departed) |
void | __sanitizer_syscall_post_impl__lwp_wait (long long res, long long wait_for, long long departed) |
void | __sanitizer_syscall_pre_impl__lwp_suspend (long long target) |
void | __sanitizer_syscall_post_impl__lwp_suspend (long long res, long long target) |
void | __sanitizer_syscall_pre_impl__lwp_continue (long long target) |
void | __sanitizer_syscall_post_impl__lwp_continue (long long res, long long target) |
void | __sanitizer_syscall_pre_impl__lwp_wakeup (long long target) |
void | __sanitizer_syscall_post_impl__lwp_wakeup (long long res, long long target) |
void | __sanitizer_syscall_pre_impl__lwp_getprivate (void) |
void | __sanitizer_syscall_post_impl__lwp_getprivate (long long res) |
void | __sanitizer_syscall_pre_impl__lwp_setprivate (long long ptr) |
void | __sanitizer_syscall_post_impl__lwp_setprivate (long long res, long long ptr) |
void | __sanitizer_syscall_pre_impl__lwp_kill (long long target, long long signo) |
void | __sanitizer_syscall_post_impl__lwp_kill (long long res, long long target, long long signo) |
void | __sanitizer_syscall_pre_impl__lwp_detach (long long target) |
void | __sanitizer_syscall_post_impl__lwp_detach (long long res, long long target) |
void | __sanitizer_syscall_pre_impl_compat_50__lwp_park (long long ts, long long unpark, long long hint, long long unparkhint) |
void | __sanitizer_syscall_post_impl_compat_50__lwp_park (long long res, long long ts, long long unpark, long long hint, long long unparkhint) |
void | __sanitizer_syscall_pre_impl__lwp_unpark (long long target, long long hint) |
void | __sanitizer_syscall_post_impl__lwp_unpark (long long res, long long target, long long hint) |
void | __sanitizer_syscall_pre_impl__lwp_unpark_all (long long targets, long long ntargets, long long hint) |
void | __sanitizer_syscall_post_impl__lwp_unpark_all (long long res, long long targets, long long ntargets, long long hint) |
void | __sanitizer_syscall_pre_impl__lwp_setname (long long target, long long name) |
void | __sanitizer_syscall_post_impl__lwp_setname (long long res, long long target, long long name) |
void | __sanitizer_syscall_pre_impl__lwp_getname (long long target, long long name, long long len) |
void | __sanitizer_syscall_post_impl__lwp_getname (long long res, long long target, long long name, long long len) |
void | __sanitizer_syscall_pre_impl__lwp_ctl (long long features, long long address) |
void | __sanitizer_syscall_post_impl__lwp_ctl (long long res, long long features, long long address) |
void | __sanitizer_syscall_pre_impl_compat_60_sa_register (long long newv, long long oldv, long long flags, long long stackinfo_offset) |
void | __sanitizer_syscall_post_impl_compat_60_sa_register (long long res, long long newv, long long oldv, long long flags, long long stackinfo_offset) |
void | __sanitizer_syscall_pre_impl_compat_60_sa_stacks (long long num, long long stacks) |
void | __sanitizer_syscall_post_impl_compat_60_sa_stacks (long long res, long long num, long long stacks) |
void | __sanitizer_syscall_pre_impl_compat_60_sa_enable (void) |
void | __sanitizer_syscall_post_impl_compat_60_sa_enable (long long res) |
void | __sanitizer_syscall_pre_impl_compat_60_sa_setconcurrency (long long concurrency) |
void | __sanitizer_syscall_post_impl_compat_60_sa_setconcurrency (long long res, long long concurrency) |
void | __sanitizer_syscall_pre_impl_compat_60_sa_yield (void) |
void | __sanitizer_syscall_post_impl_compat_60_sa_yield (long long res) |
void | __sanitizer_syscall_pre_impl_compat_60_sa_preempt (long long sa_id) |
void | __sanitizer_syscall_post_impl_compat_60_sa_preempt (long long res, long long sa_id) |
void | __sanitizer_syscall_pre_impl___sigaction_sigtramp (long long signum, long long nsa, long long osa, long long tramp, long long vers) |
void | __sanitizer_syscall_post_impl___sigaction_sigtramp (long long res, long long signum, long long nsa, long long osa, long long tramp, long long vers) |
void | __sanitizer_syscall_pre_impl_rasctl (long long addr, long long len, long long op) |
void | __sanitizer_syscall_post_impl_rasctl (long long res, long long addr, long long len, long long op) |
void | __sanitizer_syscall_pre_impl_kqueue (void) |
void | __sanitizer_syscall_post_impl_kqueue (long long res) |
void | __sanitizer_syscall_pre_impl_compat_50_kevent (long long fd, long long changelist, long long nchanges, long long eventlist, long long nevents, long long timeout) |
void | __sanitizer_syscall_post_impl_compat_50_kevent (long long res, long long fd, long long changelist, long long nchanges, long long eventlist, long long nevents, long long timeout) |
void | __sanitizer_syscall_pre_impl__sched_setparam (long long pid, long long lid, long long policy, long long params) |
void | __sanitizer_syscall_post_impl__sched_setparam (long long res, long long pid, long long lid, long long policy, long long params) |
void | __sanitizer_syscall_pre_impl__sched_getparam (long long pid, long long lid, long long policy, long long params) |
void | __sanitizer_syscall_post_impl__sched_getparam (long long res, long long pid, long long lid, long long policy, long long params) |
void | __sanitizer_syscall_pre_impl__sched_setaffinity (long long pid, long long lid, long long size, long long cpuset) |
void | __sanitizer_syscall_post_impl__sched_setaffinity (long long res, long long pid, long long lid, long long size, long long cpuset) |
void | __sanitizer_syscall_pre_impl__sched_getaffinity (long long pid, long long lid, long long size, long long cpuset) |
void | __sanitizer_syscall_post_impl__sched_getaffinity (long long res, long long pid, long long lid, long long size, long long cpuset) |
void | __sanitizer_syscall_pre_impl_sched_yield (void) |
void | __sanitizer_syscall_post_impl_sched_yield (long long res) |
void | __sanitizer_syscall_pre_impl__sched_protect (long long priority) |
void | __sanitizer_syscall_post_impl__sched_protect (long long res, long long priority) |
void | __sanitizer_syscall_pre_impl_fsync_range (long long fd, long long flags, long long start, long long length) |
void | __sanitizer_syscall_post_impl_fsync_range (long long res, long long fd, long long flags, long long start, long long length) |
void | __sanitizer_syscall_pre_impl_uuidgen (long long store, long long count) |
void | __sanitizer_syscall_post_impl_uuidgen (long long res, long long store, long long count) |
void | __sanitizer_syscall_pre_impl_compat_90_getvfsstat (long long buf, long long bufsize, long long flags) |
void | __sanitizer_syscall_post_impl_compat_90_getvfsstat (long long res, long long buf, long long bufsize, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_90_statvfs1 (long long path, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl_compat_90_statvfs1 (long long res, long long path, long long buf, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_90_fstatvfs1 (long long fd, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl_compat_90_fstatvfs1 (long long res, long long fd, long long buf, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_30_fhstatvfs1 (long long fhp, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl_compat_30_fhstatvfs1 (long long res, long long fhp, long long buf, long long flags) |
void | __sanitizer_syscall_pre_impl_extattrctl (long long path, long long cmd, long long filename, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_post_impl_extattrctl (long long res, long long path, long long cmd, long long filename, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_pre_impl_extattr_set_file (long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_set_file (long long res, long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_get_file (long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_get_file (long long res, long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_delete_file (long long path, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_post_impl_extattr_delete_file (long long res, long long path, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_pre_impl_extattr_set_fd (long long fd, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_set_fd (long long res, long long fd, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_get_fd (long long fd, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_get_fd (long long res, long long fd, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_delete_fd (long long fd, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_post_impl_extattr_delete_fd (long long res, long long fd, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_pre_impl_extattr_set_link (long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_set_link (long long res, long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_get_link (long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_get_link (long long res, long long path, long long attrnamespace, long long attrname, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_delete_link (long long path, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_post_impl_extattr_delete_link (long long res, long long path, long long attrnamespace, long long attrname) |
void | __sanitizer_syscall_pre_impl_extattr_list_fd (long long fd, long long attrnamespace, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_list_fd (long long res, long long fd, long long attrnamespace, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_list_file (long long path, long long attrnamespace, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_list_file (long long res, long long path, long long attrnamespace, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_extattr_list_link (long long path, long long attrnamespace, long long data, long long nbytes) |
void | __sanitizer_syscall_post_impl_extattr_list_link (long long res, long long path, long long attrnamespace, long long data, long long nbytes) |
void | __sanitizer_syscall_pre_impl_compat_50_pselect (long long nd, long long in, long long ou, long long ex, long long ts, long long mask) |
void | __sanitizer_syscall_post_impl_compat_50_pselect (long long res, long long nd, long long in, long long ou, long long ex, long long ts, long long mask) |
void | __sanitizer_syscall_pre_impl_compat_50_pollts (long long fds, long long nfds, long long ts, long long mask) |
void | __sanitizer_syscall_post_impl_compat_50_pollts (long long res, long long fds, long long nfds, long long ts, long long mask) |
void | __sanitizer_syscall_pre_impl_setxattr (long long path, long long name, long long value, long long size, long long flags) |
void | __sanitizer_syscall_post_impl_setxattr (long long res, long long path, long long name, long long value, long long size, long long flags) |
void | __sanitizer_syscall_pre_impl_lsetxattr (long long path, long long name, long long value, long long size, long long flags) |
void | __sanitizer_syscall_post_impl_lsetxattr (long long res, long long path, long long name, long long value, long long size, long long flags) |
void | __sanitizer_syscall_pre_impl_fsetxattr (long long fd, long long name, long long value, long long size, long long flags) |
void | __sanitizer_syscall_post_impl_fsetxattr (long long res, long long fd, long long name, long long value, long long size, long long flags) |
void | __sanitizer_syscall_pre_impl_getxattr (long long path, long long name, long long value, long long size) |
void | __sanitizer_syscall_post_impl_getxattr (long long res, long long path, long long name, long long value, long long size) |
void | __sanitizer_syscall_pre_impl_lgetxattr (long long path, long long name, long long value, long long size) |
void | __sanitizer_syscall_post_impl_lgetxattr (long long res, long long path, long long name, long long value, long long size) |
void | __sanitizer_syscall_pre_impl_fgetxattr (long long fd, long long name, long long value, long long size) |
void | __sanitizer_syscall_post_impl_fgetxattr (long long res, long long fd, long long name, long long value, long long size) |
void | __sanitizer_syscall_pre_impl_listxattr (long long path, long long list, long long size) |
void | __sanitizer_syscall_post_impl_listxattr (long long res, long long path, long long list, long long size) |
void | __sanitizer_syscall_pre_impl_llistxattr (long long path, long long list, long long size) |
void | __sanitizer_syscall_post_impl_llistxattr (long long res, long long path, long long list, long long size) |
void | __sanitizer_syscall_pre_impl_flistxattr (long long fd, long long list, long long size) |
void | __sanitizer_syscall_post_impl_flistxattr (long long res, long long fd, long long list, long long size) |
void | __sanitizer_syscall_pre_impl_removexattr (long long path, long long name) |
void | __sanitizer_syscall_post_impl_removexattr (long long res, long long path, long long name) |
void | __sanitizer_syscall_pre_impl_lremovexattr (long long path, long long name) |
void | __sanitizer_syscall_post_impl_lremovexattr (long long res, long long path, long long name) |
void | __sanitizer_syscall_pre_impl_fremovexattr (long long fd, long long name) |
void | __sanitizer_syscall_post_impl_fremovexattr (long long res, long long fd, long long name) |
void | __sanitizer_syscall_pre_impl_compat_50___stat30 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_50___stat30 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_compat_50___fstat30 (long long fd, long long sb) |
void | __sanitizer_syscall_post_impl_compat_50___fstat30 (long long res, long long fd, long long sb) |
void | __sanitizer_syscall_pre_impl_compat_50___lstat30 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl_compat_50___lstat30 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl___getdents30 (long long fd, long long buf, long long count) |
void | __sanitizer_syscall_post_impl___getdents30 (long long res, long long fd, long long buf, long long count) |
void | __sanitizer_syscall_pre_impl_posix_fadvise (long long) |
void | __sanitizer_syscall_post_impl_posix_fadvise (long long res, long long) |
void | __sanitizer_syscall_pre_impl_compat_30___fhstat30 (long long fhp, long long sb) |
void | __sanitizer_syscall_post_impl_compat_30___fhstat30 (long long res, long long fhp, long long sb) |
void | __sanitizer_syscall_pre_impl_compat_50___ntp_gettime30 (long long ntvp) |
void | __sanitizer_syscall_post_impl_compat_50___ntp_gettime30 (long long res, long long ntvp) |
void | __sanitizer_syscall_pre_impl___socket30 (long long domain, long long type, long long protocol) |
void | __sanitizer_syscall_post_impl___socket30 (long long res, long long domain, long long type, long long protocol) |
void | __sanitizer_syscall_pre_impl___getfh30 (long long fname, long long fhp, long long fh_size) |
void | __sanitizer_syscall_post_impl___getfh30 (long long res, long long fname, long long fhp, long long fh_size) |
void | __sanitizer_syscall_pre_impl___fhopen40 (long long fhp, long long fh_size, long long flags) |
void | __sanitizer_syscall_post_impl___fhopen40 (long long res, long long fhp, long long fh_size, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_90_fhstatvfs1 (long long fhp, long long fh_size, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl_compat_90_fhstatvfs1 (long long res, long long fhp, long long fh_size, long long buf, long long flags) |
void | __sanitizer_syscall_pre_impl_compat_50___fhstat40 (long long fhp, long long fh_size, long long sb) |
void | __sanitizer_syscall_post_impl_compat_50___fhstat40 (long long res, long long fhp, long long fh_size, long long sb) |
void | __sanitizer_syscall_pre_impl_aio_cancel (long long fildes, long long aiocbp) |
void | __sanitizer_syscall_post_impl_aio_cancel (long long res, long long fildes, long long aiocbp) |
void | __sanitizer_syscall_pre_impl_aio_error (long long aiocbp) |
void | __sanitizer_syscall_post_impl_aio_error (long long res, long long aiocbp) |
void | __sanitizer_syscall_pre_impl_aio_fsync (long long op, long long aiocbp) |
void | __sanitizer_syscall_post_impl_aio_fsync (long long res, long long op, long long aiocbp) |
void | __sanitizer_syscall_pre_impl_aio_read (long long aiocbp) |
void | __sanitizer_syscall_post_impl_aio_read (long long res, long long aiocbp) |
void | __sanitizer_syscall_pre_impl_aio_return (long long aiocbp) |
void | __sanitizer_syscall_post_impl_aio_return (long long res, long long aiocbp) |
void | __sanitizer_syscall_pre_impl_compat_50_aio_suspend (long long list, long long nent, long long timeout) |
void | __sanitizer_syscall_post_impl_compat_50_aio_suspend (long long res, long long list, long long nent, long long timeout) |
void | __sanitizer_syscall_pre_impl_aio_write (long long aiocbp) |
void | __sanitizer_syscall_post_impl_aio_write (long long res, long long aiocbp) |
void | __sanitizer_syscall_pre_impl_lio_listio (long long mode, long long list, long long nent, long long sig) |
void | __sanitizer_syscall_post_impl_lio_listio (long long res, long long mode, long long list, long long nent, long long sig) |
void | __sanitizer_syscall_pre_impl___mount50 (long long type, long long path, long long flags, long long data, long long data_len) |
void | __sanitizer_syscall_post_impl___mount50 (long long res, long long type, long long path, long long flags, long long data, long long data_len) |
void | __sanitizer_syscall_pre_impl_mremap (long long old_address, long long old_size, long long new_address, long long new_size, long long flags) |
void | __sanitizer_syscall_post_impl_mremap (long long res, long long old_address, long long old_size, long long new_address, long long new_size, long long flags) |
void | __sanitizer_syscall_pre_impl_pset_create (long long psid) |
void | __sanitizer_syscall_post_impl_pset_create (long long res, long long psid) |
void | __sanitizer_syscall_pre_impl_pset_destroy (long long psid) |
void | __sanitizer_syscall_post_impl_pset_destroy (long long res, long long psid) |
void | __sanitizer_syscall_pre_impl_pset_assign (long long psid, long long cpuid, long long opsid) |
void | __sanitizer_syscall_post_impl_pset_assign (long long res, long long psid, long long cpuid, long long opsid) |
void | __sanitizer_syscall_pre_impl__pset_bind (long long idtype, long long first_id, long long second_id, long long psid, long long opsid) |
void | __sanitizer_syscall_post_impl__pset_bind (long long res, long long idtype, long long first_id, long long second_id, long long psid, long long opsid) |
void | __sanitizer_syscall_pre_impl___posix_fadvise50 (long long fd, long long PAD, long long offset, long long len, long long advice) |
void | __sanitizer_syscall_post_impl___posix_fadvise50 (long long res, long long fd, long long PAD, long long offset, long long len, long long advice) |
void | __sanitizer_syscall_pre_impl___select50 (long long nd, long long in, long long ou, long long ex, long long tv) |
void | __sanitizer_syscall_post_impl___select50 (long long res, long long nd, long long in, long long ou, long long ex, long long tv) |
void | __sanitizer_syscall_pre_impl___gettimeofday50 (long long tp, long long tzp) |
void | __sanitizer_syscall_post_impl___gettimeofday50 (long long res, long long tp, long long tzp) |
void | __sanitizer_syscall_pre_impl___settimeofday50 (long long tv, long long tzp) |
void | __sanitizer_syscall_post_impl___settimeofday50 (long long res, long long tv, long long tzp) |
void | __sanitizer_syscall_pre_impl___utimes50 (long long path, long long tptr) |
void | __sanitizer_syscall_post_impl___utimes50 (long long res, long long path, long long tptr) |
void | __sanitizer_syscall_pre_impl___adjtime50 (long long delta, long long olddelta) |
void | __sanitizer_syscall_post_impl___adjtime50 (long long res, long long delta, long long olddelta) |
void | __sanitizer_syscall_pre_impl___lfs_segwait50 (long long fsidp, long long tv) |
void | __sanitizer_syscall_post_impl___lfs_segwait50 (long long res, long long fsidp, long long tv) |
void | __sanitizer_syscall_pre_impl___futimes50 (long long fd, long long tptr) |
void | __sanitizer_syscall_post_impl___futimes50 (long long res, long long fd, long long tptr) |
void | __sanitizer_syscall_pre_impl___lutimes50 (long long path, long long tptr) |
void | __sanitizer_syscall_post_impl___lutimes50 (long long res, long long path, long long tptr) |
void | __sanitizer_syscall_pre_impl___setitimer50 (long long which, long long itv, long long oitv) |
void | __sanitizer_syscall_post_impl___setitimer50 (long long res, long long which, long long itv, long long oitv) |
void | __sanitizer_syscall_pre_impl___getitimer50 (long long which, long long itv) |
void | __sanitizer_syscall_post_impl___getitimer50 (long long res, long long which, long long itv) |
void | __sanitizer_syscall_pre_impl___clock_gettime50 (long long clock_id, long long tp) |
void | __sanitizer_syscall_post_impl___clock_gettime50 (long long res, long long clock_id, long long tp) |
void | __sanitizer_syscall_pre_impl___clock_settime50 (long long clock_id, long long tp) |
void | __sanitizer_syscall_post_impl___clock_settime50 (long long res, long long clock_id, long long tp) |
void | __sanitizer_syscall_pre_impl___clock_getres50 (long long clock_id, long long tp) |
void | __sanitizer_syscall_post_impl___clock_getres50 (long long res, long long clock_id, long long tp) |
void | __sanitizer_syscall_pre_impl___nanosleep50 (long long rqtp, long long rmtp) |
void | __sanitizer_syscall_post_impl___nanosleep50 (long long res, long long rqtp, long long rmtp) |
void | __sanitizer_syscall_pre_impl_____sigtimedwait50 (long long set, long long info, long long timeout) |
void | __sanitizer_syscall_post_impl_____sigtimedwait50 (long long res, long long set, long long info, long long timeout) |
void | __sanitizer_syscall_pre_impl___mq_timedsend50 (long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_post_impl___mq_timedsend50 (long long res, long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_pre_impl___mq_timedreceive50 (long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_post_impl___mq_timedreceive50 (long long res, long long mqdes, long long msg_ptr, long long msg_len, long long msg_prio, long long abs_timeout) |
void | __sanitizer_syscall_pre_impl_compat_60__lwp_park (long long ts, long long unpark, long long hint, long long unparkhint) |
void | __sanitizer_syscall_post_impl_compat_60__lwp_park (long long res, long long ts, long long unpark, long long hint, long long unparkhint) |
void | __sanitizer_syscall_pre_impl___kevent50 (long long fd, long long changelist, long long nchanges, long long eventlist, long long nevents, long long timeout) |
void | __sanitizer_syscall_post_impl___kevent50 (long long res, long long fd, long long changelist, long long nchanges, long long eventlist, long long nevents, long long timeout) |
void | __sanitizer_syscall_pre_impl___pselect50 (long long nd, long long in, long long ou, long long ex, long long ts, long long mask) |
void | __sanitizer_syscall_post_impl___pselect50 (long long res, long long nd, long long in, long long ou, long long ex, long long ts, long long mask) |
void | __sanitizer_syscall_pre_impl___pollts50 (long long fds, long long nfds, long long ts, long long mask) |
void | __sanitizer_syscall_post_impl___pollts50 (long long res, long long fds, long long nfds, long long ts, long long mask) |
void | __sanitizer_syscall_pre_impl___aio_suspend50 (long long list, long long nent, long long timeout) |
void | __sanitizer_syscall_post_impl___aio_suspend50 (long long res, long long list, long long nent, long long timeout) |
void | __sanitizer_syscall_pre_impl___stat50 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl___stat50 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl___fstat50 (long long fd, long long sb) |
void | __sanitizer_syscall_post_impl___fstat50 (long long res, long long fd, long long sb) |
void | __sanitizer_syscall_pre_impl___lstat50 (long long path, long long ub) |
void | __sanitizer_syscall_post_impl___lstat50 (long long res, long long path, long long ub) |
void | __sanitizer_syscall_pre_impl_____semctl50 (long long semid, long long semnum, long long cmd, long long arg) |
void | __sanitizer_syscall_post_impl_____semctl50 (long long res, long long semid, long long semnum, long long cmd, long long arg) |
void | __sanitizer_syscall_pre_impl___shmctl50 (long long shmid, long long cmd, long long buf) |
void | __sanitizer_syscall_post_impl___shmctl50 (long long res, long long shmid, long long cmd, long long buf) |
void | __sanitizer_syscall_pre_impl___msgctl50 (long long msqid, long long cmd, long long buf) |
void | __sanitizer_syscall_post_impl___msgctl50 (long long res, long long msqid, long long cmd, long long buf) |
void | __sanitizer_syscall_pre_impl___getrusage50 (long long who, long long rusage) |
void | __sanitizer_syscall_post_impl___getrusage50 (long long res, long long who, long long rusage) |
void | __sanitizer_syscall_pre_impl___timer_settime50 (long long timerid, long long flags, long long value, long long ovalue) |
void | __sanitizer_syscall_post_impl___timer_settime50 (long long res, long long timerid, long long flags, long long value, long long ovalue) |
void | __sanitizer_syscall_pre_impl___timer_gettime50 (long long timerid, long long value) |
void | __sanitizer_syscall_post_impl___timer_gettime50 (long long res, long long timerid, long long value) |
void | __sanitizer_syscall_pre_impl___ntp_gettime50 (long long ntvp) |
void | __sanitizer_syscall_post_impl___ntp_gettime50 (long long res, long long ntvp) |
void | __sanitizer_syscall_pre_impl___wait450 (long long pid, long long status, long long options, long long rusage) |
void | __sanitizer_syscall_post_impl___wait450 (long long res, long long pid, long long status, long long options, long long rusage) |
void | __sanitizer_syscall_pre_impl___mknod50 (long long path, long long mode, long long dev) |
void | __sanitizer_syscall_post_impl___mknod50 (long long res, long long path, long long mode, long long dev) |
void | __sanitizer_syscall_pre_impl___fhstat50 (long long fhp, long long fh_size, long long sb) |
void | __sanitizer_syscall_post_impl___fhstat50 (long long res, long long fhp, long long fh_size, long long sb) |
void | __sanitizer_syscall_pre_impl_pipe2 (long long fildes, long long flags) |
void | __sanitizer_syscall_post_impl_pipe2 (long long res, long long fildes, long long flags) |
void | __sanitizer_syscall_pre_impl_dup3 (long long from, long long to, long long flags) |
void | __sanitizer_syscall_post_impl_dup3 (long long res, long long from, long long to, long long flags) |
void | __sanitizer_syscall_pre_impl_kqueue1 (long long flags) |
void | __sanitizer_syscall_post_impl_kqueue1 (long long res, long long flags) |
void | __sanitizer_syscall_pre_impl_paccept (long long s, long long name, long long anamelen, long long mask, long long flags) |
void | __sanitizer_syscall_post_impl_paccept (long long res, long long s, long long name, long long anamelen, long long mask, long long flags) |
void | __sanitizer_syscall_pre_impl_linkat (long long fd1, long long name1, long long fd2, long long name2, long long flags) |
void | __sanitizer_syscall_post_impl_linkat (long long res, long long fd1, long long name1, long long fd2, long long name2, long long flags) |
void | __sanitizer_syscall_pre_impl_renameat (long long fromfd, long long from, long long tofd, long long to) |
void | __sanitizer_syscall_post_impl_renameat (long long res, long long fromfd, long long from, long long tofd, long long to) |
void | __sanitizer_syscall_pre_impl_mkfifoat (long long fd, long long path, long long mode) |
void | __sanitizer_syscall_post_impl_mkfifoat (long long res, long long fd, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_mknodat (long long fd, long long path, long long mode, long long PAD, long long dev) |
void | __sanitizer_syscall_post_impl_mknodat (long long res, long long fd, long long path, long long mode, long long PAD, long long dev) |
void | __sanitizer_syscall_pre_impl_mkdirat (long long fd, long long path, long long mode) |
void | __sanitizer_syscall_post_impl_mkdirat (long long res, long long fd, long long path, long long mode) |
void | __sanitizer_syscall_pre_impl_faccessat (long long fd, long long path, long long amode, long long flag) |
void | __sanitizer_syscall_post_impl_faccessat (long long res, long long fd, long long path, long long amode, long long flag) |
void | __sanitizer_syscall_pre_impl_fchmodat (long long fd, long long path, long long mode, long long flag) |
void | __sanitizer_syscall_post_impl_fchmodat (long long res, long long fd, long long path, long long mode, long long flag) |
void | __sanitizer_syscall_pre_impl_fchownat (long long fd, long long path, long long owner, long long group, long long flag) |
void | __sanitizer_syscall_post_impl_fchownat (long long res, long long fd, long long path, long long owner, long long group, long long flag) |
void | __sanitizer_syscall_pre_impl_fexecve (long long fd, long long argp, long long envp) |
void | __sanitizer_syscall_post_impl_fexecve (long long res, long long fd, long long argp, long long envp) |
void | __sanitizer_syscall_pre_impl_fstatat (long long fd, long long path, long long buf, long long flag) |
void | __sanitizer_syscall_post_impl_fstatat (long long res, long long fd, long long path, long long buf, long long flag) |
void | __sanitizer_syscall_pre_impl_utimensat (long long fd, long long path, long long tptr, long long flag) |
void | __sanitizer_syscall_post_impl_utimensat (long long res, long long fd, long long path, long long tptr, long long flag) |
void | __sanitizer_syscall_pre_impl_openat (long long fd, long long path, long long oflags, long long mode) |
void | __sanitizer_syscall_post_impl_openat (long long res, long long fd, long long path, long long oflags, long long mode) |
void | __sanitizer_syscall_pre_impl_readlinkat (long long fd, long long path, long long buf, long long bufsize) |
void | __sanitizer_syscall_post_impl_readlinkat (long long res, long long fd, long long path, long long buf, long long bufsize) |
void | __sanitizer_syscall_pre_impl_symlinkat (long long path1, long long fd, long long path2) |
void | __sanitizer_syscall_post_impl_symlinkat (long long res, long long path1, long long fd, long long path2) |
void | __sanitizer_syscall_pre_impl_unlinkat (long long fd, long long path, long long flag) |
void | __sanitizer_syscall_post_impl_unlinkat (long long res, long long fd, long long path, long long flag) |
void | __sanitizer_syscall_pre_impl_futimens (long long fd, long long tptr) |
void | __sanitizer_syscall_post_impl_futimens (long long res, long long fd, long long tptr) |
void | __sanitizer_syscall_pre_impl___quotactl (long long path, long long args) |
void | __sanitizer_syscall_post_impl___quotactl (long long res, long long path, long long args) |
void | __sanitizer_syscall_pre_impl_posix_spawn (long long pid, long long path, long long file_actions, long long attrp, long long argv, long long envp) |
void | __sanitizer_syscall_post_impl_posix_spawn (long long res, long long pid, long long path, long long file_actions, long long attrp, long long argv, long long envp) |
void | __sanitizer_syscall_pre_impl_recvmmsg (long long s, long long mmsg, long long vlen, long long flags, long long timeout) |
void | __sanitizer_syscall_post_impl_recvmmsg (long long res, long long s, long long mmsg, long long vlen, long long flags, long long timeout) |
void | __sanitizer_syscall_pre_impl_sendmmsg (long long s, long long mmsg, long long vlen, long long flags) |
void | __sanitizer_syscall_post_impl_sendmmsg (long long res, long long s, long long mmsg, long long vlen, long long flags) |
void | __sanitizer_syscall_pre_impl_clock_nanosleep (long long clock_id, long long flags, long long rqtp, long long rmtp) |
void | __sanitizer_syscall_post_impl_clock_nanosleep (long long res, long long clock_id, long long flags, long long rqtp, long long rmtp) |
void | __sanitizer_syscall_pre_impl____lwp_park60 (long long clock_id, long long flags, long long ts, long long unpark, long long hint, long long unparkhint) |
void | __sanitizer_syscall_post_impl____lwp_park60 (long long res, long long clock_id, long long flags, long long ts, long long unpark, long long hint, long long unparkhint) |
void | __sanitizer_syscall_pre_impl_posix_fallocate (long long fd, long long PAD, long long pos, long long len) |
void | __sanitizer_syscall_post_impl_posix_fallocate (long long res, long long fd, long long PAD, long long pos, long long len) |
void | __sanitizer_syscall_pre_impl_fdiscard (long long fd, long long PAD, long long pos, long long len) |
void | __sanitizer_syscall_post_impl_fdiscard (long long res, long long fd, long long PAD, long long pos, long long len) |
void | __sanitizer_syscall_pre_impl_wait6 (long long idtype, long long id, long long status, long long options, long long wru, long long info) |
void | __sanitizer_syscall_post_impl_wait6 (long long res, long long idtype, long long id, long long status, long long options, long long wru, long long info) |
void | __sanitizer_syscall_pre_impl_clock_getcpuclockid2 (long long idtype, long long id, long long clock_id) |
void | __sanitizer_syscall_post_impl_clock_getcpuclockid2 (long long res, long long idtype, long long id, long long clock_id) |
void | __sanitizer_syscall_pre_impl___getvfsstat90 (long long buf, long long bufsize, long long flags) |
void | __sanitizer_syscall_post_impl___getvfsstat90 (long long res, long long buf, long long bufsize, long long flags) |
void | __sanitizer_syscall_pre_impl___statvfs190 (long long path, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl___statvfs190 (long long res, long long path, long long buf, long long flags) |
void | __sanitizer_syscall_pre_impl___fstatvfs190 (long long fd, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl___fstatvfs190 (long long res, long long fd, long long buf, long long flags) |
void | __sanitizer_syscall_pre_impl___fhstatvfs190 (long long fhp, long long fh_size, long long buf, long long flags) |
void | __sanitizer_syscall_post_impl___fhstatvfs190 (long long res, long long fhp, long long fh_size, long long buf, long long flags) |
#define __sanitizer_syscall_post_____semctl50 | ( | res, | |
semid, | |||
semnum, | |||
cmd, | |||
arg | |||
) |
Definition at line 2428 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_____sigtimedwait50 | ( | res, | |
set, | |||
info, | |||
timeout | |||
) |
Definition at line 2346 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post____lwp_park60 | ( | res, | |
clock_id, | |||
flags, | |||
ts, | |||
unpark, | |||
hint, | |||
unparkhint | |||
) |
Definition at line 2673 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___adjtime50 | ( | res, | |
delta, | |||
olddelta | |||
) |
Definition at line 2288 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___aio_suspend50 | ( | res, | |
list, | |||
nent, | |||
timeout | |||
) |
Definition at line 2407 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___clock_getres50 | ( | res, | |
clock_id, | |||
tp | |||
) |
Definition at line 2334 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___clock_gettime50 | ( | res, | |
clock_id, | |||
tp | |||
) |
Definition at line 2322 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___clock_settime50 | ( | res, | |
clock_id, | |||
tp | |||
) |
Definition at line 2328 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___clone | ( | res, | |
flags, | |||
stack | |||
) |
Definition at line 1496 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___fhopen40 | ( | res, | |
fhp, | |||
fh_size, | |||
flags | |||
) |
Definition at line 2144 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___fhstat50 | ( | res, | |
fhp, | |||
fh_size, | |||
sb | |||
) |
Definition at line 2491 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___fhstatvfs140 __sanitizer_syscall_post_compat_90_fhstatvfs1 |
Definition at line 2753 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___fhstatvfs190 | ( | res, | |
fhp, | |||
fh_size, | |||
buf, | |||
flags | |||
) |
Definition at line 2730 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___fstat50 | ( | res, | |
fd, | |||
sb | |||
) | __sanitizer_syscall_post_impl___fstat50(res, (long long)(fd), (long long)(sb)) |
Definition at line 2417 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___fstatvfs190 | ( | res, | |
fd, | |||
buf, | |||
flags | |||
) |
Definition at line 2723 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___futimes50 | ( | res, | |
fd, | |||
tptr | |||
) |
Definition at line 2299 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getcwd | ( | res, | |
bufp, | |||
length | |||
) |
Definition at line 1550 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getdents30 | ( | res, | |
fd, | |||
buf, | |||
count | |||
) |
Definition at line 2111 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getfh30 | ( | res, | |
fname, | |||
fhp, | |||
fh_size | |||
) |
Definition at line 2138 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getitimer50 | ( | res, | |
which, | |||
itv | |||
) |
Definition at line 2316 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getlogin | ( | res, | |
namebuf, | |||
namelen | |||
) |
Definition at line 287 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getrusage50 | ( | res, | |
who, | |||
rusage | |||
) |
Definition at line 2447 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___gettimeofday50 | ( | res, | |
tp, | |||
tzp | |||
) |
Definition at line 2271 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___getvfsstat90 | ( | res, | |
buf, | |||
bufsize, | |||
flags | |||
) |
Definition at line 2711 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___kevent50 | ( | res, | |
fd, | |||
changelist, | |||
nchanges, | |||
eventlist, | |||
nevents, | |||
timeout | |||
) |
Definition at line 2384 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___lfs_segwait50 | ( | res, | |
fsidp, | |||
tv | |||
) |
Definition at line 2294 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___lstat50 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 2421 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___lutimes50 | ( | res, | |
path, | |||
tptr | |||
) |
Definition at line 2304 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___mknod50 | ( | res, | |
path, | |||
mode, | |||
dev | |||
) |
Definition at line 2485 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___mount50 | ( | res, | |
type, | |||
path, | |||
flags, | |||
data, | |||
data_len | |||
) |
Definition at line 2211 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___mq_timedreceive50 | ( | res, | |
mqdes, | |||
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 2364 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___mq_timedsend50 | ( | res, | |
mqdes, | |||
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 2354 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___msgctl50 | ( | res, | |
msqid, | |||
cmd, | |||
buf | |||
) |
Definition at line 2441 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___msync13 | ( | res, | |
addr, | |||
len, | |||
flags | |||
) |
Definition at line 1441 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___nanosleep50 | ( | res, | |
rqtp, | |||
rmtp | |||
) |
Definition at line 2340 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___ntp_gettime50 | ( | res, | |
ntvp | |||
) | __sanitizer_syscall_post_impl___ntp_gettime50(res, (long long)(ntvp)) |
Definition at line 2469 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___pollts50 | ( | res, | |
fds, | |||
nfds, | |||
ts, | |||
mask | |||
) |
Definition at line 2400 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___posix_chown | ( | res, | |
path, | |||
uid, | |||
gid | |||
) |
Definition at line 1475 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___posix_fadvise50 | ( | res, | |
fd, | |||
PAD, | |||
offset, | |||
len, | |||
advice | |||
) |
Definition at line 2255 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___posix_fchown | ( | res, | |
fd, | |||
uid, | |||
gid | |||
) |
Definition at line 1481 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___posix_lchown | ( | res, | |
path, | |||
uid, | |||
gid | |||
) |
Definition at line 1487 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___posix_rename | ( | res, | |
from, | |||
to | |||
) |
Definition at line 1400 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___pselect50 | ( | res, | |
nd, | |||
in, | |||
ou, | |||
ex, | |||
ts, | |||
mask | |||
) |
Definition at line 2393 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___quotactl | ( | res, | |
path, | |||
args | |||
) |
Definition at line 2631 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___select50 | ( | res, | |
nd, | |||
in, | |||
ou, | |||
ex, | |||
tv | |||
) |
Definition at line 2264 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___setitimer50 | ( | res, | |
which, | |||
itv, | |||
oitv | |||
) |
Definition at line 2310 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___setlogin | ( | res, | |
namebuf | |||
) | __sanitizer_syscall_post_impl___setlogin(res, (long long)(namebuf)) |
Definition at line 292 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___settimeofday50 | ( | res, | |
tv, | |||
tzp | |||
) |
Definition at line 2277 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___shmctl50 | ( | res, | |
shmid, | |||
cmd, | |||
buf | |||
) |
Definition at line 2435 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___sigaction_sigtramp | ( | res, | |
signum, | |||
nsa, | |||
osa, | |||
tramp, | |||
vers | |||
) |
Definition at line 1757 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___sigaltstack14 | ( | res, | |
nss, | |||
oss | |||
) |
Definition at line 1465 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___sigpending14 | ( | res, | |
set | |||
) | __sanitizer_syscall_post_impl___sigpending14(res, (long long)(set)) |
Definition at line 1531 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___sigprocmask14 | ( | res, | |
how, | |||
set, | |||
oset | |||
) |
Definition at line 1536 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___sigsuspend14 | ( | res, | |
set | |||
) | __sanitizer_syscall_post_impl___sigsuspend14(res, (long long)(set)) |
Definition at line 1541 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___socket30 | ( | res, | |
domain, | |||
type, | |||
protocol | |||
) |
Definition at line 2132 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___stat50 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 2412 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___statvfs190 | ( | res, | |
path, | |||
buf, | |||
flags | |||
) |
Definition at line 2717 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___syscall | ( | res, | |
code, | |||
arg0, | |||
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7 | |||
) |
Definition at line 1031 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___sysctl | ( | res, | |
name, | |||
namelen, | |||
oldv, | |||
oldlenp, | |||
newv, | |||
newlen | |||
) |
Definition at line 1061 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___timer_gettime50 | ( | res, | |
timerid, | |||
value | |||
) |
Definition at line 2463 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___timer_settime50 | ( | res, | |
timerid, | |||
flags, | |||
value, | |||
ovalue | |||
) |
Definition at line 2455 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___utimes50 | ( | res, | |
path, | |||
tptr | |||
) |
Definition at line 2282 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___vfork14 | ( | res | ) | __sanitizer_syscall_post_impl___vfork14(res) |
Definition at line 1470 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post___wait450 | ( | res, | |
pid, | |||
status, | |||
options, | |||
rusage | |||
) |
Definition at line 2478 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_close | ( | res, | |
id | |||
) | __sanitizer_syscall_post_impl__ksem_close(res, (long long)(id)) |
Definition at line 1293 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_destroy | ( | res, | |
id | |||
) | __sanitizer_syscall_post_impl__ksem_destroy(res, (long long)(id)) |
Definition at line 1315 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_getvalue | ( | res, | |
id, | |||
value | |||
) |
Definition at line 1310 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_init | ( | res, | |
value, | |||
idp | |||
) |
Definition at line 1275 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_open | ( | res, | |
name, | |||
oflag, | |||
mode, | |||
value, | |||
idp | |||
) |
Definition at line 1282 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_post | ( | res, | |
id | |||
) | __sanitizer_syscall_post_impl__ksem_post(res, (long long)(id)) |
Definition at line 1297 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_timedwait | ( | res, | |
id, | |||
abstime | |||
) |
Definition at line 1320 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_trywait | ( | res, | |
id | |||
) | __sanitizer_syscall_post_impl__ksem_trywait(res, (long long)(id)) |
Definition at line 1305 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_unlink | ( | res, | |
name | |||
) | __sanitizer_syscall_post_impl__ksem_unlink(res, (long long)(name)) |
Definition at line 1289 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__ksem_wait | ( | res, | |
id | |||
) | __sanitizer_syscall_post_impl__ksem_wait(res, (long long)(id)) |
Definition at line 1301 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_continue | ( | res, | |
target | |||
) | __sanitizer_syscall_post_impl__lwp_continue(res, (long long)(target)) |
Definition at line 1646 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_create | ( | res, | |
ucp, | |||
flags, | |||
new_lwp | |||
) |
Definition at line 1623 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_ctl | ( | res, | |
features, | |||
address | |||
) |
Definition at line 1707 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_detach | ( | res, | |
target | |||
) | __sanitizer_syscall_post_impl__lwp_detach(res, (long long)(target)) |
Definition at line 1668 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_exit | ( | res | ) | __sanitizer_syscall_post_impl__lwp_exit(res) |
Definition at line 1628 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_getname | ( | res, | |
target, | |||
name, | |||
len | |||
) |
Definition at line 1701 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_getprivate | ( | res | ) | __sanitizer_syscall_post_impl__lwp_getprivate(res) |
Definition at line 1654 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_kill | ( | res, | |
target, | |||
signo | |||
) |
Definition at line 1663 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_self | ( | res | ) | __sanitizer_syscall_post_impl__lwp_self(res) |
Definition at line 1632 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_setname | ( | res, | |
target, | |||
name | |||
) |
Definition at line 1695 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_setprivate | ( | res, | |
ptr | |||
) | __sanitizer_syscall_post_impl__lwp_setprivate(res, (long long)(ptr)) |
Definition at line 1658 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_suspend | ( | res, | |
target | |||
) | __sanitizer_syscall_post_impl__lwp_suspend(res, (long long)(target)) |
Definition at line 1642 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_unpark | ( | res, | |
target, | |||
hint | |||
) |
Definition at line 1683 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_unpark_all | ( | res, | |
targets, | |||
ntargets, | |||
hint | |||
) |
Definition at line 1689 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_wait | ( | res, | |
wait_for, | |||
departed | |||
) |
Definition at line 1637 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__lwp_wakeup | ( | res, | |
target | |||
) | __sanitizer_syscall_post_impl__lwp_wakeup(res, (long long)(target)) |
Definition at line 1650 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__pset_bind | ( | res, | |
idtype, | |||
first_id, | |||
second_id, | |||
psid, | |||
opsid | |||
) |
Definition at line 2245 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__sched_getaffinity | ( | res, | |
pid, | |||
lid, | |||
size, | |||
cpuset | |||
) |
Definition at line 1814 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__sched_getparam | ( | res, | |
pid, | |||
lid, | |||
policy, | |||
params | |||
) |
Definition at line 1796 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__sched_protect | ( | res, | |
priority | |||
) | __sanitizer_syscall_post_impl__sched_protect(res, (long long)(priority)) |
Definition at line 1825 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__sched_setaffinity | ( | res, | |
pid, | |||
lid, | |||
size, | |||
cpuset | |||
) |
Definition at line 1805 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post__sched_setparam | ( | res, | |
pid, | |||
lid, | |||
policy, | |||
params | |||
) |
Definition at line 1787 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_accept | ( | res, | |
s, | |||
name, | |||
anamelen | |||
) |
Definition at line 193 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_access | ( | res, | |
path, | |||
flags | |||
) |
Definition at line 210 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_acct | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_acct(res, (long long)(path)) |
Definition at line 296 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_afssys | ( | res, | |
id, | |||
a1, | |||
a2, | |||
a3, | |||
a4, | |||
a5, | |||
a6 | |||
) |
Definition at line 1104 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_aio_cancel | ( | res, | |
fildes, | |||
aiocbp | |||
) |
Definition at line 2165 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_aio_error | ( | res, | |
aiocbp | |||
) | __sanitizer_syscall_post_impl_aio_error(res, (long long)(aiocbp)) |
Definition at line 2170 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_aio_fsync | ( | res, | |
op, | |||
aiocbp | |||
) |
Definition at line 2174 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_aio_read | ( | res, | |
aiocbp | |||
) | __sanitizer_syscall_post_impl_aio_read(res, (long long)(aiocbp)) |
Definition at line 2179 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_aio_return | ( | res, | |
aiocbp | |||
) | __sanitizer_syscall_post_impl_aio_return(res, (long long)(aiocbp)) |
Definition at line 2183 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_aio_write | ( | res, | |
aiocbp | |||
) | __sanitizer_syscall_post_impl_aio_write(res, (long long)(aiocbp)) |
Definition at line 2194 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_bind | ( | res, | |
s, | |||
name, | |||
namelen | |||
) |
Definition at line 548 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_break | ( | res, | |
nsize | |||
) | __sanitizer_syscall_post_impl_break(res, (long long)(nsize)) |
Definition at line 121 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_chdir | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_chdir(res, (long long)(path)) |
Definition at line 97 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_chflags | ( | res, | |
path, | |||
flags | |||
) |
Definition at line 215 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_chmod | ( | res, | |
path, | |||
mode | |||
) | __sanitizer_syscall_post_impl_chmod(res, (long long)(path), (long long)(mode)) |
Definition at line 111 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_chown | ( | res, | |
path, | |||
uid, | |||
gid | |||
) |
Definition at line 116 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_chroot | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_chroot(res, (long long)(path)) |
Definition at line 345 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_clock_getcpuclockid2 | ( | res, | |
idtype, | |||
id, | |||
clock_id | |||
) |
Definition at line 2704 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_clock_nanosleep | ( | res, | |
clock_id, | |||
flags, | |||
rqtp, | |||
rmtp | |||
) |
Definition at line 2663 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_close | ( | res, | |
fd | |||
) | __sanitizer_syscall_post_impl_close(res, (long long)(fd)) |
Definition at line 69 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_09_ogetdomainname | ( | res, | |
domainname, | |||
len | |||
) |
Definition at line 832 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_09_osetdomainname | ( | res, | |
domainname, | |||
len | |||
) |
Definition at line 839 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_09_ouname | ( | res, | |
name | |||
) | __sanitizer_syscall_post_impl_compat_09_ouname(res, (long long)(name)) |
Definition at line 845 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_10_omsgsys | ( | res, | |
which, | |||
a2, | |||
a3, | |||
a4, | |||
a5, | |||
a6 | |||
) |
Definition at line 872 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_10_osemsys | ( | res, | |
which, | |||
a2, | |||
a3, | |||
a4, | |||
a5 | |||
) |
Definition at line 860 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_10_oshmsys | ( | res, | |
which, | |||
a2, | |||
a3, | |||
a4 | |||
) |
Definition at line 884 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_fstat12 | ( | res, | |
fd, | |||
sb | |||
) |
Definition at line 969 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_getdirentries | ( | res, | |
fd, | |||
buf, | |||
count, | |||
basep | |||
) |
Definition at line 1011 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_lstat12 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 975 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_msync | ( | res, | |
addr, | |||
len | |||
) |
Definition at line 369 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_oreboot | ( | res, | |
opt | |||
) | __sanitizer_syscall_post_impl_compat_12_oreboot(res, (long long)(opt)) |
Definition at line 316 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_oswapon | ( | res, | |
name | |||
) | __sanitizer_syscall_post_impl_compat_12_oswapon(res, (long long)(name)) |
Definition at line 449 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_12_stat12 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 963 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_13_sigaction13 | ( | res, | |
signum, | |||
nsa, | |||
osa | |||
) |
Definition at line 272 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_13_sigaltstack13 | ( | res, | |
nss, | |||
oss | |||
) |
Definition at line 305 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_13_sigpending13 | ( | res | ) | __sanitizer_syscall_post_impl_compat_13_sigpending13(res) |
Definition at line 300 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_13_sigprocmask13 | ( | res, | |
how, | |||
mask | |||
) |
Definition at line 281 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_13_sigreturn13 | ( | res, | |
sigcntxp | |||
) |
Definition at line 542 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_13_sigsuspend13 | ( | res, | |
mask | |||
) | __sanitizer_syscall_post_impl_compat_13_sigsuspend13(res, (long long)(mask)) |
Definition at line 581 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_14___semctl | ( | res, | |
semid, | |||
semnum, | |||
cmd, | |||
arg | |||
) |
Definition at line 1121 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_14_msgctl | ( | res, | |
msqid, | |||
cmd, | |||
buf | |||
) |
Definition at line 1145 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_14_shmctl | ( | res, | |
shmid, | |||
cmd, | |||
buf | |||
) |
Definition at line 1178 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_16___sigaction14 | ( | res, | |
signum, | |||
nsa, | |||
osa | |||
) |
Definition at line 1525 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_16___sigreturn14 | ( | res, | |
sigcntxp | |||
) |
Definition at line 1545 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_20_fhstatfs | ( | res, | |
fhp, | |||
buf | |||
) |
Definition at line 1572 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_20_fstatfs | ( | res, | |
fd, | |||
buf | |||
) |
Definition at line 818 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_20_getfsstat | ( | res, | |
buf, | |||
bufsize, | |||
flags | |||
) |
Definition at line 126 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_20_statfs | ( | res, | |
path, | |||
buf | |||
) |
Definition at line 812 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30___fhstat30 | ( | res, | |
fhp, | |||
sb | |||
) |
Definition at line 2121 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30___fstat13 | ( | res, | |
fd, | |||
sb | |||
) |
Definition at line 1453 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30___lstat13 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 1459 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30___stat13 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 1447 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_fhopen | ( | res, | |
fhp, | |||
flags | |||
) |
Definition at line 1560 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_fhstat | ( | res, | |
fhp, | |||
sb | |||
) |
Definition at line 1566 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_fhstatvfs1 | ( | res, | |
fhp, | |||
buf, | |||
flags | |||
) |
Definition at line 1864 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_getdents | ( | res, | |
fd, | |||
buf, | |||
count | |||
) |
Definition at line 1412 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_getfh | ( | res, | |
fname, | |||
fhp | |||
) |
Definition at line 826 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_ntp_gettime | ( | res, | |
ntvp | |||
) | __sanitizer_syscall_post_impl_compat_30_ntp_gettime(res, (long long)(ntvp)) |
Definition at line 910 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_30_socket | ( | res, | |
domain, | |||
type, | |||
protocol | |||
) |
Definition at line 506 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_40_mount | ( | res, | |
type, | |||
path, | |||
flags, | |||
data | |||
) |
Definition at line 142 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_fstat43 | ( | res, | |
fd, | |||
sb | |||
) |
Definition at line 350 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_lstat43 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 242 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_oaccept | ( | res, | |
s, | |||
name, | |||
anamelen | |||
) |
Definition at line 518 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ocreat | ( | res, | |
path, | |||
mode | |||
) |
Definition at line 83 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_oftruncate | ( | res, | |
fd, | |||
length | |||
) |
Definition at line 685 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetdirentries | ( | res, | |
fd, | |||
buf, | |||
count, | |||
basep | |||
) |
Definition at line 804 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetdtablesize | ( | res | ) | __sanitizer_syscall_post_impl_compat_43_ogetdtablesize(res) |
Definition at line 471 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogethostid | ( | res | ) | __sanitizer_syscall_post_impl_compat_43_ogethostid(res) |
Definition at line 746 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogethostname | ( | res, | |
hostname, | |||
len | |||
) |
Definition at line 460 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetkerninfo | ( | res, | |
op, | |||
where, | |||
size, | |||
arg | |||
) |
Definition at line 357 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetpagesize | ( | res | ) | __sanitizer_syscall_post_impl_compat_43_ogetpagesize(res) |
Definition at line 364 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetpeername | ( | res, | |
fdes, | |||
asa, | |||
alen | |||
) |
Definition at line 741 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetrlimit | ( | res, | |
which, | |||
rlp | |||
) |
Definition at line 755 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ogetsockname | ( | res, | |
fdec, | |||
asa, | |||
alen | |||
) |
Definition at line 787 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_okillpg | ( | res, | |
pgid, | |||
signum | |||
) |
Definition at line 767 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_olseek | ( | res, | |
fd, | |||
offset, | |||
whence | |||
) |
Definition at line 132 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_ommap | ( | res, | |
addr, | |||
len, | |||
prot, | |||
flags, | |||
fd, | |||
pos | |||
) |
Definition at line 384 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_oquota | ( | res | ) | __sanitizer_syscall_post_impl_compat_43_oquota(res) |
Definition at line 782 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_orecv | ( | res, | |
s, | |||
buf, | |||
len, | |||
flags | |||
) |
Definition at line 536 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_orecvfrom | ( | res, | |
s, | |||
buf, | |||
len, | |||
flags, | |||
from, | |||
fromlenaddr | |||
) |
Definition at line 657 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_orecvmsg | ( | res, | |
s, | |||
msg, | |||
flags | |||
) |
Definition at line 592 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osend | ( | res, | |
s, | |||
buf, | |||
len, | |||
flags | |||
) |
Definition at line 529 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osendmsg | ( | res, | |
s, | |||
msg, | |||
flags | |||
) |
Definition at line 598 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osethostid | ( | res, | |
hostid | |||
) | __sanitizer_syscall_post_impl_compat_43_osethostid(res, (long long)(hostid)) |
Definition at line 750 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osethostname | ( | res, | |
hostname, | |||
len | |||
) |
Definition at line 466 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osetrlimit | ( | res, | |
which, | |||
rlp | |||
) |
Definition at line 761 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osigblock | ( | res, | |
mask | |||
) | __sanitizer_syscall_post_impl_compat_43_osigblock(res, (long long)(mask)) |
Definition at line 573 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osigsetmask | ( | res, | |
mask | |||
) | __sanitizer_syscall_post_impl_compat_43_osigsetmask(res, (long long)(mask)) |
Definition at line 577 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osigstack | ( | res, | |
nss, | |||
oss | |||
) |
Definition at line 586 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_osigvec | ( | res, | |
signum, | |||
nsv, | |||
osv | |||
) |
Definition at line 568 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_otruncate | ( | res, | |
path, | |||
length | |||
) |
Definition at line 679 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_owait | ( | res | ) | __sanitizer_syscall_post_impl_compat_43_owait(res) |
Definition at line 445 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_43_stat43 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 233 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_____semctl13 | ( | res, | |
semid, | |||
semnum, | |||
cmd, | |||
arg | |||
) |
Definition at line 1580 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___fhstat40 | ( | res, | |
fhp, | |||
fh_size, | |||
sb | |||
) |
Definition at line 2159 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___fstat30 | ( | res, | |
fd, | |||
sb | |||
) |
Definition at line 2099 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___lstat30 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 2105 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___msgctl13 | ( | res, | |
msqid, | |||
cmd, | |||
buf | |||
) |
Definition at line 1588 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___ntp_gettime30 | ( | res, | |
ntvp | |||
) |
Definition at line 2126 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___shmctl13 | ( | res, | |
shmid, | |||
cmd, | |||
buf | |||
) |
Definition at line 1594 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___sigtimedwait | ( | res, | |
set, | |||
info, | |||
timeout | |||
) |
Definition at line 1260 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50___stat30 | ( | res, | |
path, | |||
ub | |||
) |
Definition at line 2093 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50__lwp_park | ( | res, | |
ts, | |||
unpark, | |||
hint, | |||
unparkhint | |||
) |
Definition at line 1675 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_adjtime | ( | res, | |
delta, | |||
olddelta | |||
) |
Definition at line 735 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_aio_suspend | ( | res, | |
list, | |||
nent, | |||
timeout | |||
) |
Definition at line 2188 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_clock_getres | ( | res, | |
clock_id, | |||
tp | |||
) |
Definition at line 1206 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_clock_gettime | ( | res, | |
clock_id, | |||
tp | |||
) |
Definition at line 1194 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_clock_settime | ( | res, | |
clock_id, | |||
tp | |||
) |
Definition at line 1200 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_futimes | ( | res, | |
fd, | |||
tptr | |||
) |
Definition at line 1082 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_getitimer | ( | res, | |
which, | |||
itv | |||
) |
Definition at line 454 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_getrusage | ( | res, | |
who, | |||
rusage | |||
) |
Definition at line 611 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_gettimeofday | ( | res, | |
tp, | |||
tzp | |||
) |
Definition at line 605 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_kevent | ( | res, | |
fd, | |||
changelist, | |||
nchanges, | |||
eventlist, | |||
nevents, | |||
timeout | |||
) |
Definition at line 1778 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_lfs_segwait | ( | res, | |
fsidp, | |||
tv | |||
) |
Definition at line 957 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_lutimes | ( | res, | |
path, | |||
tptr | |||
) |
Definition at line 1435 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_mknod | ( | res, | |
path, | |||
mode, | |||
dev | |||
) |
Definition at line 106 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_mq_timedreceive | ( | res, | |
mqdes, | |||
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 1389 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_mq_timedsend | ( | res, | |
mqdes, | |||
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 1379 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_nanosleep | ( | res, | |
rqtp, | |||
rmtp | |||
) |
Definition at line 1242 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_pollts | ( | res, | |
fds, | |||
nfds, | |||
ts, | |||
mask | |||
) |
Definition at line 2004 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_pselect | ( | res, | |
nd, | |||
in, | |||
ou, | |||
ex, | |||
ts, | |||
mask | |||
) |
Definition at line 1996 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_quotactl | ( | res, | |
path, | |||
cmd, | |||
uid, | |||
arg | |||
) |
Definition at line 776 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_select | ( | res, | |
nd, | |||
in, | |||
ou, | |||
ex, | |||
tv | |||
) |
Definition at line 488 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_setitimer | ( | res, | |
which, | |||
itv, | |||
oitv | |||
) |
Definition at line 440 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_settimeofday | ( | res, | |
tv, | |||
tzp | |||
) |
Definition at line 639 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_timer_gettime | ( | res, | |
timerid, | |||
value | |||
) |
Definition at line 1232 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_timer_settime | ( | res, | |
timerid, | |||
flags, | |||
value, | |||
ovalue | |||
) |
Definition at line 1224 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_utimes | ( | res, | |
path, | |||
tptr | |||
) |
Definition at line 728 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_50_wait4 | ( | res, | |
pid, | |||
status, | |||
options, | |||
rusage | |||
) |
Definition at line 75 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60__lwp_park | ( | res, | |
ts, | |||
unpark, | |||
hint, | |||
unparkhint | |||
) |
Definition at line 2374 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60_sa_enable | ( | res | ) | __sanitizer_syscall_post_impl_compat_60_sa_enable(res) |
Definition at line 1732 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60_sa_preempt | ( | res, | |
sa_id | |||
) | __sanitizer_syscall_post_impl_compat_60_sa_preempt(res, (long long)(sa_id)) |
Definition at line 1746 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60_sa_register | ( | res, | |
newv, | |||
oldv, | |||
flags, | |||
stackinfo_offset | |||
) |
Definition at line 1719 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60_sa_setconcurrency | ( | res, | |
concurrency | |||
) |
Definition at line 1737 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60_sa_stacks | ( | res, | |
num, | |||
stacks | |||
) |
Definition at line 1727 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_60_sa_yield | ( | res | ) | __sanitizer_syscall_post_impl_compat_60_sa_yield(res) |
Definition at line 1742 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_90_fhstatvfs1 | ( | res, | |
fhp, | |||
fh_size, | |||
buf, | |||
flags | |||
) |
Definition at line 2151 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_90_fstatvfs1 | ( | res, | |
fd, | |||
buf, | |||
flags | |||
) |
Definition at line 1858 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_90_getvfsstat | ( | res, | |
buf, | |||
bufsize, | |||
flags | |||
) |
Definition at line 1845 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_compat_90_statvfs1 | ( | res, | |
path, | |||
buf, | |||
flags | |||
) |
Definition at line 1852 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_connect | ( | res, | |
s, | |||
name, | |||
namelen | |||
) |
Definition at line 512 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_dup | ( | res, | |
fd | |||
) | __sanitizer_syscall_post_impl_dup(res, (long long)(fd)) |
Definition at line 247 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_dup2 | ( | res, | |
from, | |||
to | |||
) | __sanitizer_syscall_post_impl_dup2(res, (long long)(from), (long long)(to)) |
Definition at line 475 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_dup3 | ( | res, | |
from, | |||
to, | |||
flags | |||
) |
Definition at line 2503 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_execve | ( | res, | |
path, | |||
argp, | |||
envp | |||
) |
Definition at line 336 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_exit | ( | res, | |
rval | |||
) | __sanitizer_syscall_post_impl_exit(res, (long long)(rval)) |
Definition at line 44 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_delete_fd | ( | res, | |
fd, | |||
attrnamespace, | |||
attrname | |||
) |
Definition at line 1929 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_delete_file | ( | res, | |
path, | |||
attrnamespace, | |||
attrname | |||
) |
Definition at line 1901 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_delete_link | ( | res, | |
path, | |||
attrnamespace, | |||
attrname | |||
) |
Definition at line 1957 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_get_fd | ( | res, | |
fd, | |||
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1921 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_get_file | ( | res, | |
path, | |||
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1892 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_get_link | ( | res, | |
path, | |||
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1948 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_list_fd | ( | res, | |
fd, | |||
attrnamespace, | |||
data, | |||
nbytes | |||
) |
Definition at line 1967 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_list_file | ( | res, | |
path, | |||
attrnamespace, | |||
data, | |||
nbytes | |||
) |
Definition at line 1977 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_list_link | ( | res, | |
path, | |||
attrnamespace, | |||
data, | |||
nbytes | |||
) |
Definition at line 1987 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_set_fd | ( | res, | |
fd, | |||
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1911 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_set_file | ( | res, | |
path, | |||
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1882 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattr_set_link | ( | res, | |
path, | |||
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1938 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_extattrctl | ( | res, | |
path, | |||
cmd, | |||
filename, | |||
attrnamespace, | |||
attrname | |||
) |
Definition at line 1872 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_faccessat | ( | res, | |
fd, | |||
path, | |||
amode, | |||
flag | |||
) |
Definition at line 2558 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchdir | ( | res, | |
fd | |||
) | __sanitizer_syscall_post_impl_fchdir(res, (long long)(fd)) |
Definition at line 101 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchflags | ( | res, | |
fd, | |||
flags | |||
) |
Definition at line 220 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchmod | ( | res, | |
fd, | |||
mode | |||
) | __sanitizer_syscall_post_impl_fchmod(res, (long long)(fd), (long long)(mode)) |
Definition at line 650 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchmodat | ( | res, | |
fd, | |||
path, | |||
mode, | |||
flag | |||
) |
Definition at line 2565 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchown | ( | res, | |
fd, | |||
uid, | |||
gid | |||
) |
Definition at line 645 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchownat | ( | res, | |
fd, | |||
path, | |||
owner, | |||
group, | |||
flag | |||
) |
Definition at line 2573 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fchroot | ( | res, | |
fd | |||
) | __sanitizer_syscall_post_impl_fchroot(res, (long long)(fd)) |
Definition at line 1555 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fcntl | ( | res, | |
fd, | |||
cmd, | |||
arg | |||
) |
Definition at line 481 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fdatasync | ( | res, | |
fd | |||
) | __sanitizer_syscall_post_impl_fdatasync(res, (long long)(fd)) |
Definition at line 1247 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fdiscard | ( | res, | |
fd, | |||
PAD, | |||
pos, | |||
len | |||
) |
Definition at line 2688 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fexecve | ( | res, | |
fd, | |||
argp, | |||
envp | |||
) |
Definition at line 2580 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fgetxattr | ( | res, | |
fd, | |||
name, | |||
value, | |||
size | |||
) |
Definition at line 2052 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fktrace | ( | res, | |
fd, | |||
ops, | |||
facs, | |||
pid | |||
) |
Definition at line 1502 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_flistxattr | ( | res, | |
fd, | |||
list, | |||
size | |||
) |
Definition at line 2071 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_flock | ( | res, | |
fd, | |||
how | |||
) | __sanitizer_syscall_post_impl_flock(res, (long long)(fd), (long long)(how)) |
Definition at line 690 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fork | ( | res | ) | __sanitizer_syscall_post_impl_fork(res) |
Definition at line 47 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fpathconf | ( | res, | |
fd, | |||
name | |||
) |
Definition at line 985 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fremovexattr | ( | res, | |
fd, | |||
name | |||
) |
Definition at line 2087 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fsetxattr | ( | res, | |
fd, | |||
name, | |||
value, | |||
size, | |||
flags | |||
) |
Definition at line 2029 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fstatat | ( | res, | |
fd, | |||
path, | |||
buf, | |||
flag | |||
) |
Definition at line 2586 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fstatvfs1 __sanitizer_syscall_post_compat_90_fstatvfs1 |
Definition at line 2748 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fsync | ( | res, | |
fd | |||
) | __sanitizer_syscall_post_impl_fsync(res, (long long)(fd)) |
Definition at line 495 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_fsync_range | ( | res, | |
fd, | |||
flags, | |||
start, | |||
length | |||
) |
Definition at line 1833 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_ftruncate | ( | res, | |
fd, | |||
PAD, | |||
length | |||
) |
Definition at line 1053 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_futimens | ( | res, | |
fd, | |||
tptr | |||
) |
Definition at line 2626 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getcontext | ( | res, | |
ucp | |||
) | __sanitizer_syscall_post_impl_getcontext(res, (long long)(ucp)) |
Definition at line 1614 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getegid | ( | res | ) | __sanitizer_syscall_post_impl_getegid(res) |
Definition at line 253 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_geteuid | ( | res | ) | __sanitizer_syscall_post_impl_geteuid(res) |
Definition at line 159 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getgid | ( | res | ) | __sanitizer_syscall_post_impl_getgid(res) |
Definition at line 276 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getgroups | ( | res, | |
gidsetsize, | |||
gidset | |||
) |
Definition at line 420 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getpeername | ( | res, | |
fdes, | |||
asa, | |||
alen | |||
) |
Definition at line 199 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getpgid | ( | res, | |
pid | |||
) | __sanitizer_syscall_post_impl_getpgid(res, (long long)(pid)) |
Definition at line 1087 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getpgrp | ( | res | ) | __sanitizer_syscall_post_impl_getpgrp(res) |
Definition at line 430 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getpid | ( | res | ) | __sanitizer_syscall_post_impl_getpid(res) |
Definition at line 136 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getppid | ( | res | ) | __sanitizer_syscall_post_impl_getppid(res) |
Definition at line 237 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getpriority | ( | res, | |
which, | |||
who | |||
) |
Definition at line 523 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getrlimit | ( | res, | |
which, | |||
rlp | |||
) |
Definition at line 999 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getsid | ( | res, | |
pid | |||
) | __sanitizer_syscall_post_impl_getsid(res, (long long)(pid)) |
Definition at line 1492 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getsockname | ( | res, | |
fdes, | |||
asa, | |||
alen | |||
) |
Definition at line 205 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getsockopt | ( | res, | |
s, | |||
level, | |||
name, | |||
val, | |||
avalsize | |||
) |
Definition at line 618 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getsockopt2 | ( | res, | |
s, | |||
level, | |||
name, | |||
val, | |||
avalsize | |||
) |
Definition at line 992 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getuid | ( | res | ) | __sanitizer_syscall_post_impl_getuid(res) |
Definition at line 156 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getvfsstat __sanitizer_syscall_post_compat_90_getvfsstat |
Definition at line 2738 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_getxattr | ( | res, | |
path, | |||
name, | |||
value, | |||
size | |||
) |
Definition at line 2036 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_ioctl | ( | res, | |
fd, | |||
com, | |||
data | |||
) |
Definition at line 311 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_issetugid | ( | res | ) | __sanitizer_syscall_post_impl_issetugid(res) |
Definition at line 1604 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_kill | ( | res, | |
pid, | |||
signum | |||
) | __sanitizer_syscall_post_impl_kill(res, (long long)(pid), (long long)(signum)) |
Definition at line 228 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_kqueue | ( | res | ) | __sanitizer_syscall_post_impl_kqueue(res) |
Definition at line 1771 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_kqueue1 | ( | res, | |
flags | |||
) | __sanitizer_syscall_post_impl_kqueue1(res, (long long)(flags)) |
Definition at line 2508 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_ktrace | ( | res, | |
fname, | |||
ops, | |||
facs, | |||
pid | |||
) |
Definition at line 265 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lchflags | ( | res, | |
path, | |||
flags | |||
) |
Definition at line 1599 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lchmod | ( | res, | |
path, | |||
mode | |||
) |
Definition at line 1423 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lchown | ( | res, | |
path, | |||
uid, | |||
gid | |||
) |
Definition at line 1429 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lfs_bmapv | ( | res, | |
fsidp, | |||
blkiov, | |||
blkcnt | |||
) |
Definition at line 939 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lfs_markv | ( | res, | |
fsidp, | |||
blkiov, | |||
blkcnt | |||
) |
Definition at line 945 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lfs_segclean | ( | res, | |
fsidp, | |||
segment | |||
) |
Definition at line 951 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lgetxattr | ( | res, | |
path, | |||
name, | |||
value, | |||
size | |||
) |
Definition at line 2044 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_link | ( | res, | |
path, | |||
link | |||
) | __sanitizer_syscall_post_impl_link(res, (long long)(path), (long long)(link)) |
Definition at line 88 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_linkat | ( | res, | |
fd1, | |||
name1, | |||
fd2, | |||
name2, | |||
flags | |||
) |
Definition at line 2522 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lio_listio | ( | res, | |
mode, | |||
list, | |||
nent, | |||
sig | |||
) |
Definition at line 2200 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_listen | ( | res, | |
s, | |||
backlog | |||
) |
Definition at line 561 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_listxattr | ( | res, | |
path, | |||
list, | |||
size | |||
) |
Definition at line 2059 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_llistxattr | ( | res, | |
path, | |||
list, | |||
size | |||
) |
Definition at line 2065 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lremovexattr | ( | res, | |
path, | |||
name | |||
) |
Definition at line 2082 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lseek | ( | res, | |
fd, | |||
PAD, | |||
offset, | |||
whence | |||
) |
Definition at line 1040 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_lsetxattr | ( | res, | |
path, | |||
name, | |||
value, | |||
size, | |||
flags | |||
) |
Definition at line 2020 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_madvise | ( | res, | |
addr, | |||
len, | |||
behav | |||
) |
Definition at line 406 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mincore | ( | res, | |
addr, | |||
len, | |||
vec | |||
) |
Definition at line 414 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_minherit | ( | res, | |
addr, | |||
len, | |||
inherit | |||
) |
Definition at line 1418 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mkdir | ( | res, | |
path, | |||
mode | |||
) | __sanitizer_syscall_post_impl_mkdir(res, (long long)(path), (long long)(mode)) |
Definition at line 719 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mkdirat | ( | res, | |
fd, | |||
path, | |||
mode | |||
) |
Definition at line 2551 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mkfifo | ( | res, | |
path, | |||
mode | |||
) |
Definition at line 694 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mkfifoat | ( | res, | |
fd, | |||
path, | |||
mode | |||
) |
Definition at line 2537 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mknodat | ( | res, | |
fd, | |||
path, | |||
mode, | |||
PAD, | |||
dev | |||
) |
Definition at line 2544 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mlock | ( | res, | |
addr, | |||
len | |||
) | __sanitizer_syscall_post_impl_mlock(res, (long long)(addr), (long long)(len)) |
Definition at line 1068 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mlockall | ( | res, | |
flags | |||
) | __sanitizer_syscall_post_impl_mlockall(res, (long long)(flags)) |
Definition at line 1251 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mmap | ( | res, | |
addr, | |||
len, | |||
prot, | |||
flags, | |||
fd, | |||
PAD, | |||
pos | |||
) |
Definition at line 1020 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_modctl | ( | res, | |
cmd, | |||
arg | |||
) | __sanitizer_syscall_post_impl_modctl(res, (long long)(cmd), (long long)(arg)) |
Definition at line 1271 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mprotect | ( | res, | |
addr, | |||
len, | |||
prot | |||
) |
Definition at line 400 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_close | ( | res, | |
mqdes | |||
) | __sanitizer_syscall_post_impl_mq_close(res, (long long)(mqdes)) |
Definition at line 1332 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_getattr | ( | res, | |
mqdes, | |||
mqstat | |||
) |
Definition at line 1341 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_notify | ( | res, | |
mqdes, | |||
notification | |||
) |
Definition at line 1353 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_open | ( | res, | |
name, | |||
oflag, | |||
mode, | |||
attr | |||
) |
Definition at line 1326 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_receive | ( | res, | |
mqdes, | |||
msg_ptr, | |||
msg_len, | |||
msg_prio | |||
) |
Definition at line 1369 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_send | ( | res, | |
mqdes, | |||
msg_ptr, | |||
msg_len, | |||
msg_prio | |||
) |
Definition at line 1360 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_setattr | ( | res, | |
mqdes, | |||
mqstat, | |||
omqstat | |||
) |
Definition at line 1347 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mq_unlink | ( | res, | |
name | |||
) | __sanitizer_syscall_post_impl_mq_unlink(res, (long long)(name)) |
Definition at line 1336 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_mremap | ( | res, | |
old_address, | |||
old_size, | |||
new_address, | |||
new_size, | |||
flags | |||
) |
Definition at line 2221 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_msgget | ( | res, | |
key, | |||
msgflg | |||
) |
Definition at line 1150 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_msgrcv | ( | res, | |
msqid, | |||
msgp, | |||
msgsz, | |||
msgtyp, | |||
msgflg | |||
) |
Definition at line 1164 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_msgsnd | ( | res, | |
msqid, | |||
msgp, | |||
msgsz, | |||
msgflg | |||
) |
Definition at line 1156 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_munlock | ( | res, | |
addr, | |||
len | |||
) |
Definition at line 1072 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_munlockall | ( | res | ) | __sanitizer_syscall_post_impl_munlockall(res) |
Definition at line 1255 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_munmap | ( | res, | |
addr, | |||
len | |||
) | __sanitizer_syscall_post_impl_munmap(res, (long long)(addr), (long long)(len)) |
Definition at line 395 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_nfssvc | ( | res, | |
flag, | |||
argp | |||
) |
Definition at line 796 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_ntp_adjtime | ( | res, | |
tp | |||
) | __sanitizer_syscall_post_impl_ntp_adjtime(res, (long long)(tp)) |
Definition at line 915 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_open | ( | res, | |
path, | |||
flags, | |||
mode | |||
) |
Definition at line 64 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_openat | ( | res, | |
fd, | |||
path, | |||
oflags, | |||
mode | |||
) |
Definition at line 2600 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_paccept | ( | res, | |
s, | |||
name, | |||
anamelen, | |||
mask, | |||
flags | |||
) |
Definition at line 2514 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pathconf | ( | res, | |
path, | |||
name | |||
) |
Definition at line 980 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pipe | ( | res | ) | __sanitizer_syscall_post_impl_pipe(res) |
Definition at line 250 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pipe2 | ( | res, | |
fildes, | |||
flags | |||
) |
Definition at line 2497 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_poll | ( | res, | |
fds, | |||
nfds, | |||
timeout | |||
) |
Definition at line 1097 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_posix_fadvise | ( | res | ) | __sanitizer_syscall_post_impl_posix_fadvise(res, (long long)()) |
Definition at line 2116 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_posix_fallocate | ( | res, | |
fd, | |||
PAD, | |||
pos, | |||
len | |||
) |
Definition at line 2681 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_posix_spawn | ( | res, | |
pid, | |||
path, | |||
file_actions, | |||
attrp, | |||
argv, | |||
envp | |||
) |
Definition at line 2639 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pread | ( | res, | |
fd, | |||
buf, | |||
nbyte, | |||
PAD, | |||
offset | |||
) |
Definition at line 896 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_preadv | ( | res, | |
fd, | |||
iovp, | |||
iovcnt, | |||
PAD, | |||
offset | |||
) |
Definition at line 1510 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_profil | ( | res, | |
samples, | |||
size, | |||
offset, | |||
scale | |||
) |
Definition at line 258 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pset_assign | ( | res, | |
psid, | |||
cpuid, | |||
opsid | |||
) |
Definition at line 2237 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pset_create | ( | res, | |
psid | |||
) | __sanitizer_syscall_post_impl_pset_create(res, (long long)(psid)) |
Definition at line 2228 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pset_destroy | ( | res, | |
psid | |||
) | __sanitizer_syscall_post_impl_pset_destroy(res, (long long)(psid)) |
Definition at line 2232 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_ptrace | ( | res, | |
req, | |||
pid, | |||
addr, | |||
data | |||
) |
Definition at line 164 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pwrite | ( | res, | |
fd, | |||
buf, | |||
nbyte, | |||
PAD, | |||
offset | |||
) |
Definition at line 904 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_pwritev | ( | res, | |
fd, | |||
iovp, | |||
iovcnt, | |||
PAD, | |||
offset | |||
) |
Definition at line 1518 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_rasctl | ( | res, | |
addr, | |||
len, | |||
op | |||
) |
Definition at line 1767 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_read | ( | res, | |
fd, | |||
buf, | |||
nbyte | |||
) |
Definition at line 52 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_readlink | ( | res, | |
path, | |||
buf, | |||
count | |||
) |
Definition at line 330 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_readlinkat | ( | res, | |
fd, | |||
path, | |||
buf, | |||
bufsize | |||
) |
Definition at line 2608 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_readv | ( | res, | |
fd, | |||
iovp, | |||
iovcnt | |||
) |
Definition at line 627 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_reboot | ( | res, | |
opt, | |||
bootstr | |||
) |
Definition at line 1091 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_recvfrom | ( | res, | |
s, | |||
buf, | |||
len, | |||
flags, | |||
from, | |||
fromlenaddr | |||
) |
Definition at line 185 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_recvmmsg | ( | res, | |
s, | |||
mmsg, | |||
vlen, | |||
flags, | |||
timeout | |||
) |
Definition at line 2648 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_recvmsg | ( | res, | |
s, | |||
msg, | |||
flags | |||
) |
Definition at line 171 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_removexattr | ( | res, | |
path, | |||
name | |||
) |
Definition at line 2076 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_rename | ( | res, | |
from, | |||
to | |||
) | __sanitizer_syscall_post_impl_rename(res, (long long)(from), (long long)(to)) |
Definition at line 674 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_renameat | ( | res, | |
fromfd, | |||
from, | |||
tofd, | |||
to | |||
) |
Definition at line 2530 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_revoke | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_revoke(res, (long long)(path)) |
Definition at line 320 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_rmdir | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_rmdir(res, (long long)(path)) |
Definition at line 723 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sched_yield | ( | res | ) | __sanitizer_syscall_post_impl_sched_yield(res) |
Definition at line 1821 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_semconfig | ( | res, | |
flag | |||
) | __sanitizer_syscall_post_impl_semconfig(res, (long long)(flag)) |
Definition at line 1140 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_semget | ( | res, | |
key, | |||
nsems, | |||
semflg | |||
) |
Definition at line 1129 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_semop | ( | res, | |
semid, | |||
sops, | |||
nsops | |||
) |
Definition at line 1135 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sendmmsg | ( | res, | |
s, | |||
mmsg, | |||
vlen, | |||
flags | |||
) |
Definition at line 2655 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sendmsg | ( | res, | |
s, | |||
msg, | |||
flags | |||
) |
Definition at line 177 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sendto | ( | res, | |
s, | |||
buf, | |||
len, | |||
flags, | |||
to, | |||
tolen | |||
) |
Definition at line 701 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setcontext | ( | res, | |
ucp | |||
) | __sanitizer_syscall_post_impl_setcontext(res, (long long)(ucp)) |
Definition at line 1618 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setegid | ( | res, | |
egid | |||
) | __sanitizer_syscall_post_impl_setegid(res, (long long)(egid)) |
Definition at line 930 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_seteuid | ( | res, | |
euid | |||
) | __sanitizer_syscall_post_impl_seteuid(res, (long long)(euid)) |
Definition at line 934 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setgid | ( | res, | |
gid | |||
) | __sanitizer_syscall_post_impl_setgid(res, (long long)(gid)) |
Definition at line 926 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setgroups | ( | res, | |
gidsetsize, | |||
gidset | |||
) |
Definition at line 426 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setpgid | ( | res, | |
pid, | |||
pgid | |||
) |
Definition at line 434 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setpriority | ( | res, | |
which, | |||
who, | |||
prio | |||
) |
Definition at line 500 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setregid | ( | res, | |
rgid, | |||
egid | |||
) |
Definition at line 669 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setreuid | ( | res, | |
ruid, | |||
euid | |||
) |
Definition at line 664 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setrlimit | ( | res, | |
which, | |||
rlp | |||
) |
Definition at line 1004 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setsid | ( | res | ) | __sanitizer_syscall_post_impl_setsid(res) |
Definition at line 771 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setsockopt | ( | res, | |
s, | |||
level, | |||
name, | |||
val, | |||
valsize | |||
) |
Definition at line 555 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setuid | ( | res, | |
uid | |||
) | __sanitizer_syscall_post_impl_setuid(res, (long long)(uid)) |
Definition at line 153 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_setxattr | ( | res, | |
path, | |||
name, | |||
value, | |||
size, | |||
flags | |||
) |
Definition at line 2012 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_shmat | ( | res, | |
shmid, | |||
shmaddr, | |||
shmflg | |||
) |
Definition at line 1172 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_shmdt | ( | res, | |
shmaddr | |||
) | __sanitizer_syscall_post_impl_shmdt(res, (long long)(shmaddr)) |
Definition at line 1183 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_shmget | ( | res, | |
key, | |||
size, | |||
shmflg | |||
) |
Definition at line 1188 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_shutdown | ( | res, | |
s, | |||
how | |||
) | __sanitizer_syscall_post_impl_shutdown(res, (long long)(s), (long long)(how)) |
Definition at line 707 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sigqueueinfo | ( | res, | |
pid, | |||
info | |||
) |
Definition at line 1266 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_socketpair | ( | res, | |
domain, | |||
type, | |||
protocol, | |||
rsv | |||
) |
Definition at line 713 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_statvfs1 __sanitizer_syscall_post_compat_90_statvfs1 |
Definition at line 2743 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_swapctl | ( | res, | |
cmd, | |||
arg, | |||
misc | |||
) |
Definition at line 1406 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_symlink | ( | res, | |
path, | |||
link | |||
) |
Definition at line 324 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_symlinkat | ( | res, | |
path1, | |||
fd, | |||
path2 | |||
) |
Definition at line 2615 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sync | ( | res | ) | __sanitizer_syscall_post_impl_sync(res) |
Definition at line 224 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_sysarch | ( | res, | |
op, | |||
parms | |||
) |
Definition at line 849 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_syscall | ( | res, | |
code, | |||
arg0, | |||
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7 | |||
) |
Definition at line 36 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_timer_create | ( | res, | |
clock_id, | |||
evp, | |||
timerid | |||
) |
Definition at line 1212 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_timer_delete | ( | res, | |
timerid | |||
) | __sanitizer_syscall_post_impl_timer_delete(res, (long long)(timerid)) |
Definition at line 1217 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_timer_getoverrun | ( | res, | |
timerid | |||
) | __sanitizer_syscall_post_impl_timer_getoverrun(res, (long long)(timerid)) |
Definition at line 1237 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_truncate | ( | res, | |
path, | |||
PAD, | |||
length | |||
) |
Definition at line 1047 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_umask | ( | res, | |
newmask | |||
) | __sanitizer_syscall_post_impl_umask(res, (long long)(newmask)) |
Definition at line 341 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_undelete | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_undelete(res, (long long)(path)) |
Definition at line 1077 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_unlink | ( | res, | |
path | |||
) | __sanitizer_syscall_post_impl_unlink(res, (long long)(path)) |
Definition at line 92 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_unlinkat | ( | res, | |
fd, | |||
path, | |||
flag | |||
) |
Definition at line 2621 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_unmount | ( | res, | |
path, | |||
flags | |||
) |
Definition at line 148 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_utimensat | ( | res, | |
fd, | |||
path, | |||
tptr, | |||
flag | |||
) |
Definition at line 2593 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_utrace | ( | res, | |
label, | |||
addr, | |||
len | |||
) |
Definition at line 1609 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_uuidgen | ( | res, | |
store, | |||
count | |||
) |
Definition at line 1839 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_vadvise | ( | res, | |
anom | |||
) | __sanitizer_syscall_post_impl_vadvise(res, (long long)(anom)) |
Definition at line 391 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_vfork | ( | res | ) | __sanitizer_syscall_post_impl_vfork(res) |
Definition at line 373 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_wait6 | ( | res, | |
idtype, | |||
id, | |||
status, | |||
options, | |||
wru, | |||
info | |||
) |
Definition at line 2696 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_write | ( | res, | |
fd, | |||
buf, | |||
nbyte | |||
) |
Definition at line 58 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_post_writev | ( | res, | |
fd, | |||
iovp, | |||
iovcnt | |||
) |
Definition at line 633 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_____semctl50 | ( | semid, | |
semnum, | |||
cmd, | |||
arg | |||
) |
Definition at line 2424 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_____sigtimedwait50 | ( | set, | |
info, | |||
timeout | |||
) |
Definition at line 2343 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre____lwp_park60 | ( | clock_id, | |
flags, | |||
ts, | |||
unpark, | |||
hint, | |||
unparkhint | |||
) |
Definition at line 2668 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___adjtime50 | ( | delta, | |
olddelta | |||
) |
Definition at line 2285 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___aio_suspend50 | ( | list, | |
nent, | |||
timeout | |||
) |
Definition at line 2404 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___clock_getres50 | ( | clock_id, | |
tp | |||
) |
Definition at line 2331 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___clock_gettime50 | ( | clock_id, | |
tp | |||
) |
Definition at line 2319 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___clock_settime50 | ( | clock_id, | |
tp | |||
) |
Definition at line 2325 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___clone | ( | flags, | |
stack | |||
) | __sanitizer_syscall_pre_impl___clone((long long)(flags), (long long)(stack)) |
Definition at line 1494 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___fhopen40 | ( | fhp, | |
fh_size, | |||
flags | |||
) |
Definition at line 2141 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___fhstat50 | ( | fhp, | |
fh_size, | |||
sb | |||
) |
Definition at line 2488 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___fhstatvfs140 __sanitizer_syscall_pre_compat_90_fhstatvfs1 |
Definition at line 2751 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___fhstatvfs190 | ( | fhp, | |
fh_size, | |||
buf, | |||
flags | |||
) |
Definition at line 2726 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___fstat50 | ( | fd, | |
sb | |||
) | __sanitizer_syscall_pre_impl___fstat50((long long)(fd), (long long)(sb)) |
Definition at line 2415 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___fstatvfs190 | ( | fd, | |
buf, | |||
flags | |||
) |
Definition at line 2720 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___futimes50 | ( | fd, | |
tptr | |||
) | __sanitizer_syscall_pre_impl___futimes50((long long)(fd), (long long)(tptr)) |
Definition at line 2297 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getcwd | ( | bufp, | |
length | |||
) | __sanitizer_syscall_pre_impl___getcwd((long long)(bufp), (long long)(length)) |
Definition at line 1548 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getdents30 | ( | fd, | |
buf, | |||
count | |||
) |
Definition at line 2108 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getfh30 | ( | fname, | |
fhp, | |||
fh_size | |||
) |
Definition at line 2135 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getitimer50 | ( | which, | |
itv | |||
) |
Definition at line 2313 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getlogin | ( | namebuf, | |
namelen | |||
) |
Definition at line 284 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getrusage50 | ( | who, | |
rusage | |||
) |
Definition at line 2444 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___gettimeofday50 | ( | tp, | |
tzp | |||
) |
Definition at line 2268 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___getvfsstat90 | ( | buf, | |
bufsize, | |||
flags | |||
) |
Definition at line 2708 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___kevent50 | ( | fd, | |
changelist, | |||
nchanges, | |||
eventlist, | |||
nevents, | |||
timeout | |||
) |
Definition at line 2379 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___lfs_segwait50 | ( | fsidp, | |
tv | |||
) |
Definition at line 2291 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___lstat50 | ( | path, | |
ub | |||
) | __sanitizer_syscall_pre_impl___lstat50((long long)(path), (long long)(ub)) |
Definition at line 2419 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___lutimes50 | ( | path, | |
tptr | |||
) | __sanitizer_syscall_pre_impl___lutimes50((long long)(path), (long long)(tptr)) |
Definition at line 2302 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___mknod50 | ( | path, | |
mode, | |||
dev | |||
) |
Definition at line 2482 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___mount50 | ( | type, | |
path, | |||
flags, | |||
data, | |||
data_len | |||
) |
Definition at line 2207 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___mq_timedreceive50 | ( | mqdes, | |
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 2359 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___mq_timedsend50 | ( | mqdes, | |
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 2349 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___msgctl50 | ( | msqid, | |
cmd, | |||
buf | |||
) |
Definition at line 2438 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___msync13 | ( | addr, | |
len, | |||
flags | |||
) |
Definition at line 1438 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___nanosleep50 | ( | rqtp, | |
rmtp | |||
) |
Definition at line 2337 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___ntp_gettime50 | ( | ntvp | ) | __sanitizer_syscall_pre_impl___ntp_gettime50((long long)(ntvp)) |
Definition at line 2467 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___pollts50 | ( | fds, | |
nfds, | |||
ts, | |||
mask | |||
) |
Definition at line 2397 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___posix_chown | ( | path, | |
uid, | |||
gid | |||
) |
Definition at line 1472 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___posix_fadvise50 | ( | fd, | |
PAD, | |||
offset, | |||
len, | |||
advice | |||
) |
Definition at line 2250 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___posix_fchown | ( | fd, | |
uid, | |||
gid | |||
) |
Definition at line 1478 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___posix_lchown | ( | path, | |
uid, | |||
gid | |||
) |
Definition at line 1484 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___posix_rename | ( | from, | |
to | |||
) |
Definition at line 1397 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___pselect50 | ( | nd, | |
in, | |||
ou, | |||
ex, | |||
ts, | |||
mask | |||
) |
Definition at line 2389 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___quotactl | ( | path, | |
args | |||
) | __sanitizer_syscall_pre_impl___quotactl((long long)(path), (long long)(args)) |
Definition at line 2629 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___select50 | ( | nd, | |
in, | |||
ou, | |||
ex, | |||
tv | |||
) |
Definition at line 2260 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___setitimer50 | ( | which, | |
itv, | |||
oitv | |||
) |
Definition at line 2307 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___setlogin | ( | namebuf | ) | __sanitizer_syscall_pre_impl___setlogin((long long)(namebuf)) |
Definition at line 290 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___settimeofday50 | ( | tv, | |
tzp | |||
) |
Definition at line 2274 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___shmctl50 | ( | shmid, | |
cmd, | |||
buf | |||
) |
Definition at line 2432 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___sigaction_sigtramp | ( | signum, | |
nsa, | |||
osa, | |||
tramp, | |||
vers | |||
) |
Definition at line 1752 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___sigaltstack14 | ( | nss, | |
oss | |||
) |
Definition at line 1462 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___sigpending14 | ( | set | ) | __sanitizer_syscall_pre_impl___sigpending14((long long)(set)) |
Definition at line 1529 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___sigprocmask14 | ( | how, | |
set, | |||
oset | |||
) |
Definition at line 1533 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___sigsuspend14 | ( | set | ) | __sanitizer_syscall_pre_impl___sigsuspend14((long long)(set)) |
Definition at line 1539 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___socket30 | ( | domain, | |
type, | |||
protocol | |||
) |
Definition at line 2129 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___stat50 | ( | path, | |
ub | |||
) | __sanitizer_syscall_pre_impl___stat50((long long)(path), (long long)(ub)) |
Definition at line 2410 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___statvfs190 | ( | path, | |
buf, | |||
flags | |||
) |
Definition at line 2714 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___syscall | ( | code, | |
arg0, | |||
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7 | |||
) |
Definition at line 1025 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___sysctl | ( | name, | |
namelen, | |||
oldv, | |||
oldlenp, | |||
newv, | |||
newlen | |||
) |
Definition at line 1056 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___timer_gettime50 | ( | timerid, | |
value | |||
) |
Definition at line 2460 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___timer_settime50 | ( | timerid, | |
flags, | |||
value, | |||
ovalue | |||
) |
Definition at line 2450 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___utimes50 | ( | path, | |
tptr | |||
) | __sanitizer_syscall_pre_impl___utimes50((long long)(path), (long long)(tptr)) |
Definition at line 2280 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___vfork14 | ( | ) | __sanitizer_syscall_pre_impl___vfork14() |
Definition at line 1468 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre___wait450 | ( | pid, | |
status, | |||
options, | |||
rusage | |||
) |
Definition at line 2474 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_close | ( | id | ) | __sanitizer_syscall_pre_impl__ksem_close((long long)(id)) |
Definition at line 1291 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_destroy | ( | id | ) | __sanitizer_syscall_pre_impl__ksem_destroy((long long)(id)) |
Definition at line 1313 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_getvalue | ( | id, | |
value | |||
) |
Definition at line 1307 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_init | ( | value, | |
idp | |||
) | __sanitizer_syscall_pre_impl__ksem_init((long long)(value), (long long)(idp)) |
Definition at line 1273 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_open | ( | name, | |
oflag, | |||
mode, | |||
value, | |||
idp | |||
) |
Definition at line 1278 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_post | ( | id | ) | __sanitizer_syscall_pre_impl__ksem_post((long long)(id)) |
Definition at line 1295 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_timedwait | ( | id, | |
abstime | |||
) |
Definition at line 1317 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_trywait | ( | id | ) | __sanitizer_syscall_pre_impl__ksem_trywait((long long)(id)) |
Definition at line 1303 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_unlink | ( | name | ) | __sanitizer_syscall_pre_impl__ksem_unlink((long long)(name)) |
Definition at line 1287 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__ksem_wait | ( | id | ) | __sanitizer_syscall_pre_impl__ksem_wait((long long)(id)) |
Definition at line 1299 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_continue | ( | target | ) | __sanitizer_syscall_pre_impl__lwp_continue((long long)(target)) |
Definition at line 1644 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_create | ( | ucp, | |
flags, | |||
new_lwp | |||
) |
Definition at line 1620 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_ctl | ( | features, | |
address | |||
) |
Definition at line 1704 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_detach | ( | target | ) | __sanitizer_syscall_pre_impl__lwp_detach((long long)(target)) |
Definition at line 1666 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_exit | ( | ) | __sanitizer_syscall_pre_impl__lwp_exit() |
Definition at line 1626 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_getname | ( | target, | |
name, | |||
len | |||
) |
Definition at line 1698 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_getprivate | ( | ) | __sanitizer_syscall_pre_impl__lwp_getprivate() |
Definition at line 1652 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_kill | ( | target, | |
signo | |||
) |
Definition at line 1660 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_self | ( | ) | __sanitizer_syscall_pre_impl__lwp_self() |
Definition at line 1630 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_setname | ( | target, | |
name | |||
) |
Definition at line 1692 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_setprivate | ( | ptr | ) | __sanitizer_syscall_pre_impl__lwp_setprivate((long long)(ptr)) |
Definition at line 1656 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_suspend | ( | target | ) | __sanitizer_syscall_pre_impl__lwp_suspend((long long)(target)) |
Definition at line 1640 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_unpark | ( | target, | |
hint | |||
) |
Definition at line 1680 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_unpark_all | ( | targets, | |
ntargets, | |||
hint | |||
) |
Definition at line 1686 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_wait | ( | wait_for, | |
departed | |||
) |
Definition at line 1634 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__lwp_wakeup | ( | target | ) | __sanitizer_syscall_pre_impl__lwp_wakeup((long long)(target)) |
Definition at line 1648 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__pset_bind | ( | idtype, | |
first_id, | |||
second_id, | |||
psid, | |||
opsid | |||
) |
Definition at line 2240 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__sched_getaffinity | ( | pid, | |
lid, | |||
size, | |||
cpuset | |||
) |
Definition at line 1810 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__sched_getparam | ( | pid, | |
lid, | |||
policy, | |||
params | |||
) |
Definition at line 1792 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__sched_protect | ( | priority | ) | __sanitizer_syscall_pre_impl__sched_protect((long long)(priority)) |
Definition at line 1823 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__sched_setaffinity | ( | pid, | |
lid, | |||
size, | |||
cpuset | |||
) |
Definition at line 1801 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre__sched_setparam | ( | pid, | |
lid, | |||
policy, | |||
params | |||
) |
Definition at line 1783 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_accept | ( | s, | |
name, | |||
anamelen | |||
) |
Definition at line 190 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_access | ( | path, | |
flags | |||
) | __sanitizer_syscall_pre_impl_access((long long)(path), (long long)(flags)) |
Definition at line 208 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_acct | ( | path | ) | __sanitizer_syscall_pre_impl_acct((long long)(path)) |
Definition at line 294 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_afssys | ( | id, | |
a1, | |||
a2, | |||
a3, | |||
a4, | |||
a5, | |||
a6 | |||
) |
Definition at line 1100 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_aio_cancel | ( | fildes, | |
aiocbp | |||
) |
Definition at line 2162 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_aio_error | ( | aiocbp | ) | __sanitizer_syscall_pre_impl_aio_error((long long)(aiocbp)) |
Definition at line 2168 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_aio_fsync | ( | op, | |
aiocbp | |||
) | __sanitizer_syscall_pre_impl_aio_fsync((long long)(op), (long long)(aiocbp)) |
Definition at line 2172 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_aio_read | ( | aiocbp | ) | __sanitizer_syscall_pre_impl_aio_read((long long)(aiocbp)) |
Definition at line 2177 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_aio_return | ( | aiocbp | ) | __sanitizer_syscall_pre_impl_aio_return((long long)(aiocbp)) |
Definition at line 2181 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_aio_write | ( | aiocbp | ) | __sanitizer_syscall_pre_impl_aio_write((long long)(aiocbp)) |
Definition at line 2192 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_bind | ( | s, | |
name, | |||
namelen | |||
) |
Definition at line 545 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_break | ( | nsize | ) | __sanitizer_syscall_pre_impl_break((long long)(nsize)) |
Definition at line 119 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_chdir | ( | path | ) | __sanitizer_syscall_pre_impl_chdir((long long)(path)) |
Definition at line 95 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_chflags | ( | path, | |
flags | |||
) | __sanitizer_syscall_pre_impl_chflags((long long)(path), (long long)(flags)) |
Definition at line 213 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_chmod | ( | path, | |
mode | |||
) | __sanitizer_syscall_pre_impl_chmod((long long)(path), (long long)(mode)) |
Definition at line 109 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_chown | ( | path, | |
uid, | |||
gid | |||
) |
Definition at line 113 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_chroot | ( | path | ) | __sanitizer_syscall_pre_impl_chroot((long long)(path)) |
Definition at line 343 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_clock_getcpuclockid2 | ( | idtype, | |
id, | |||
clock_id | |||
) |
Definition at line 2701 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_clock_nanosleep | ( | clock_id, | |
flags, | |||
rqtp, | |||
rmtp | |||
) |
Definition at line 2659 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_close | ( | fd | ) | __sanitizer_syscall_pre_impl_close((long long)(fd)) |
Definition at line 67 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_09_ogetdomainname | ( | domainname, | |
len | |||
) |
Definition at line 829 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_09_osetdomainname | ( | domainname, | |
len | |||
) |
Definition at line 836 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_09_ouname | ( | name | ) | __sanitizer_syscall_pre_impl_compat_09_ouname((long long)(name)) |
Definition at line 843 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_10_omsgsys | ( | which, | |
a2, | |||
a3, | |||
a4, | |||
a5, | |||
a6 | |||
) |
Definition at line 868 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_10_osemsys | ( | which, | |
a2, | |||
a3, | |||
a4, | |||
a5 | |||
) |
Definition at line 856 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_10_oshmsys | ( | which, | |
a2, | |||
a3, | |||
a4 | |||
) |
Definition at line 881 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_fstat12 | ( | fd, | |
sb | |||
) |
Definition at line 966 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_getdirentries | ( | fd, | |
buf, | |||
count, | |||
basep | |||
) |
Definition at line 1007 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_lstat12 | ( | path, | |
ub | |||
) |
Definition at line 972 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_msync | ( | addr, | |
len | |||
) |
Definition at line 366 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_oreboot | ( | opt | ) | __sanitizer_syscall_pre_impl_compat_12_oreboot((long long)(opt)) |
Definition at line 314 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_oswapon | ( | name | ) | __sanitizer_syscall_pre_impl_compat_12_oswapon((long long)(name)) |
Definition at line 447 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_12_stat12 | ( | path, | |
ub | |||
) |
Definition at line 960 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_13_sigaction13 | ( | signum, | |
nsa, | |||
osa | |||
) |
Definition at line 269 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_13_sigaltstack13 | ( | nss, | |
oss | |||
) |
Definition at line 302 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_13_sigpending13 | ( | ) | __sanitizer_syscall_pre_impl_compat_13_sigpending13() |
Definition at line 298 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_13_sigprocmask13 | ( | how, | |
mask | |||
) |
Definition at line 278 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_13_sigreturn13 | ( | sigcntxp | ) | __sanitizer_syscall_pre_impl_compat_13_sigreturn13((long long)(sigcntxp)) |
Definition at line 540 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_13_sigsuspend13 | ( | mask | ) | __sanitizer_syscall_pre_impl_compat_13_sigsuspend13((long long)(mask)) |
Definition at line 579 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_14___semctl | ( | semid, | |
semnum, | |||
cmd, | |||
arg | |||
) |
Definition at line 1117 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_14_msgctl | ( | msqid, | |
cmd, | |||
buf | |||
) |
Definition at line 1142 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_14_shmctl | ( | shmid, | |
cmd, | |||
buf | |||
) |
Definition at line 1175 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_16___sigaction14 | ( | signum, | |
nsa, | |||
osa | |||
) |
Definition at line 1522 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_16___sigreturn14 | ( | sigcntxp | ) | __sanitizer_syscall_pre_impl_compat_16___sigreturn14((long long)(sigcntxp)) |
Definition at line 1543 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_20_fhstatfs | ( | fhp, | |
buf | |||
) |
Definition at line 1569 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_20_fstatfs | ( | fd, | |
buf | |||
) |
Definition at line 815 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_20_getfsstat | ( | buf, | |
bufsize, | |||
flags | |||
) |
Definition at line 123 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_20_statfs | ( | path, | |
buf | |||
) |
Definition at line 809 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30___fhstat30 | ( | fhp, | |
sb | |||
) |
Definition at line 2118 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30___fstat13 | ( | fd, | |
sb | |||
) |
Definition at line 1450 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30___lstat13 | ( | path, | |
ub | |||
) |
Definition at line 1456 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30___stat13 | ( | path, | |
ub | |||
) |
Definition at line 1444 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_fhopen | ( | fhp, | |
flags | |||
) |
Definition at line 1557 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_fhstat | ( | fhp, | |
sb | |||
) |
Definition at line 1563 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_fhstatvfs1 | ( | fhp, | |
buf, | |||
flags | |||
) |
Definition at line 1861 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_getdents | ( | fd, | |
buf, | |||
count | |||
) |
Definition at line 1409 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_getfh | ( | fname, | |
fhp | |||
) |
Definition at line 823 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_ntp_gettime | ( | ntvp | ) | __sanitizer_syscall_pre_impl_compat_30_ntp_gettime((long long)(ntvp)) |
Definition at line 908 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_30_socket | ( | domain, | |
type, | |||
protocol | |||
) |
Definition at line 503 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_40_mount | ( | type, | |
path, | |||
flags, | |||
data | |||
) |
Definition at line 138 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_fstat43 | ( | fd, | |
sb | |||
) |
Definition at line 347 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_lstat43 | ( | path, | |
ub | |||
) |
Definition at line 239 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_oaccept | ( | s, | |
name, | |||
anamelen | |||
) |
Definition at line 515 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ocreat | ( | path, | |
mode | |||
) |
Definition at line 80 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_oftruncate | ( | fd, | |
length | |||
) |
Definition at line 682 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetdirentries | ( | fd, | |
buf, | |||
count, | |||
basep | |||
) |
Definition at line 799 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetdtablesize | ( | ) | __sanitizer_syscall_pre_impl_compat_43_ogetdtablesize() |
Definition at line 469 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogethostid | ( | ) | __sanitizer_syscall_pre_impl_compat_43_ogethostid() |
Definition at line 744 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogethostname | ( | hostname, | |
len | |||
) |
Definition at line 457 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetkerninfo | ( | op, | |
where, | |||
size, | |||
arg | |||
) |
Definition at line 353 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetpagesize | ( | ) | __sanitizer_syscall_pre_impl_compat_43_ogetpagesize() |
Definition at line 362 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetpeername | ( | fdes, | |
asa, | |||
alen | |||
) |
Definition at line 738 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetrlimit | ( | which, | |
rlp | |||
) |
Definition at line 752 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ogetsockname | ( | fdec, | |
asa, | |||
alen | |||
) |
Definition at line 784 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_okillpg | ( | pgid, | |
signum | |||
) |
Definition at line 764 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_olseek | ( | fd, | |
offset, | |||
whence | |||
) |
Definition at line 129 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_ommap | ( | addr, | |
len, | |||
prot, | |||
flags, | |||
fd, | |||
pos | |||
) |
Definition at line 379 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_oquota | ( | ) | __sanitizer_syscall_pre_impl_compat_43_oquota() |
Definition at line 780 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_orecv | ( | s, | |
buf, | |||
len, | |||
flags | |||
) |
Definition at line 533 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_orecvfrom | ( | s, | |
buf, | |||
len, | |||
flags, | |||
from, | |||
fromlenaddr | |||
) |
Definition at line 652 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_orecvmsg | ( | s, | |
msg, | |||
flags | |||
) |
Definition at line 589 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osend | ( | s, | |
buf, | |||
len, | |||
flags | |||
) |
Definition at line 526 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osendmsg | ( | s, | |
msg, | |||
flags | |||
) |
Definition at line 595 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osethostid | ( | hostid | ) | __sanitizer_syscall_pre_impl_compat_43_osethostid((long long)(hostid)) |
Definition at line 748 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osethostname | ( | hostname, | |
len | |||
) |
Definition at line 463 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osetrlimit | ( | which, | |
rlp | |||
) |
Definition at line 758 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osigblock | ( | mask | ) | __sanitizer_syscall_pre_impl_compat_43_osigblock((long long)(mask)) |
Definition at line 571 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osigsetmask | ( | mask | ) | __sanitizer_syscall_pre_impl_compat_43_osigsetmask((long long)(mask)) |
Definition at line 575 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osigstack | ( | nss, | |
oss | |||
) |
Definition at line 583 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_osigvec | ( | signum, | |
nsv, | |||
osv | |||
) |
Definition at line 565 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_otruncate | ( | path, | |
length | |||
) |
Definition at line 676 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_owait | ( | ) | __sanitizer_syscall_pre_impl_compat_43_owait() |
Definition at line 443 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_43_stat43 | ( | path, | |
ub | |||
) |
Definition at line 230 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_____semctl13 | ( | semid, | |
semnum, | |||
cmd, | |||
arg | |||
) |
Definition at line 1575 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___fhstat40 | ( | fhp, | |
fh_size, | |||
sb | |||
) |
Definition at line 2156 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___fstat30 | ( | fd, | |
sb | |||
) |
Definition at line 2096 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___lstat30 | ( | path, | |
ub | |||
) |
Definition at line 2102 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___msgctl13 | ( | msqid, | |
cmd, | |||
buf | |||
) |
Definition at line 1585 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___ntp_gettime30 | ( | ntvp | ) | __sanitizer_syscall_pre_impl_compat_50___ntp_gettime30((long long)(ntvp)) |
Definition at line 2124 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___shmctl13 | ( | shmid, | |
cmd, | |||
buf | |||
) |
Definition at line 1591 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___sigtimedwait | ( | set, | |
info, | |||
timeout | |||
) |
Definition at line 1257 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50___stat30 | ( | path, | |
ub | |||
) |
Definition at line 2090 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50__lwp_park | ( | ts, | |
unpark, | |||
hint, | |||
unparkhint | |||
) |
Definition at line 1670 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_adjtime | ( | delta, | |
olddelta | |||
) |
Definition at line 732 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_aio_suspend | ( | list, | |
nent, | |||
timeout | |||
) |
Definition at line 2185 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_clock_getres | ( | clock_id, | |
tp | |||
) |
Definition at line 1203 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_clock_gettime | ( | clock_id, | |
tp | |||
) |
Definition at line 1191 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_clock_settime | ( | clock_id, | |
tp | |||
) |
Definition at line 1197 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_futimes | ( | fd, | |
tptr | |||
) |
Definition at line 1079 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_getitimer | ( | which, | |
itv | |||
) |
Definition at line 451 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_getrusage | ( | who, | |
rusage | |||
) |
Definition at line 608 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_gettimeofday | ( | tp, | |
tzp | |||
) |
Definition at line 602 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_kevent | ( | fd, | |
changelist, | |||
nchanges, | |||
eventlist, | |||
nevents, | |||
timeout | |||
) |
Definition at line 1773 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_lfs_segwait | ( | fsidp, | |
tv | |||
) |
Definition at line 954 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_lutimes | ( | path, | |
tptr | |||
) |
Definition at line 1432 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_mknod | ( | path, | |
mode, | |||
dev | |||
) |
Definition at line 103 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_mq_timedreceive | ( | mqdes, | |
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 1384 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_mq_timedsend | ( | mqdes, | |
msg_ptr, | |||
msg_len, | |||
msg_prio, | |||
abs_timeout | |||
) |
Definition at line 1374 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_nanosleep | ( | rqtp, | |
rmtp | |||
) |
Definition at line 1239 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_pollts | ( | fds, | |
nfds, | |||
ts, | |||
mask | |||
) |
Definition at line 2001 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_pselect | ( | nd, | |
in, | |||
ou, | |||
ex, | |||
ts, | |||
mask | |||
) |
Definition at line 1992 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_quotactl | ( | path, | |
cmd, | |||
uid, | |||
arg | |||
) |
Definition at line 773 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_select | ( | nd, | |
in, | |||
ou, | |||
ex, | |||
tv | |||
) |
Definition at line 484 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_setitimer | ( | which, | |
itv, | |||
oitv | |||
) |
Definition at line 437 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_settimeofday | ( | tv, | |
tzp | |||
) |
Definition at line 636 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_timer_gettime | ( | timerid, | |
value | |||
) |
Definition at line 1229 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_timer_settime | ( | timerid, | |
flags, | |||
value, | |||
ovalue | |||
) |
Definition at line 1219 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_utimes | ( | path, | |
tptr | |||
) |
Definition at line 725 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_50_wait4 | ( | pid, | |
status, | |||
options, | |||
rusage | |||
) |
Definition at line 71 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60__lwp_park | ( | ts, | |
unpark, | |||
hint, | |||
unparkhint | |||
) |
Definition at line 2369 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60_sa_enable | ( | ) | __sanitizer_syscall_pre_impl_compat_60_sa_enable() |
Definition at line 1730 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60_sa_preempt | ( | sa_id | ) | __sanitizer_syscall_pre_impl_compat_60_sa_preempt((long long)(sa_id)) |
Definition at line 1744 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60_sa_register | ( | newv, | |
oldv, | |||
flags, | |||
stackinfo_offset | |||
) |
Definition at line 1714 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60_sa_setconcurrency | ( | concurrency | ) |
Definition at line 1734 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60_sa_stacks | ( | num, | |
stacks | |||
) |
Definition at line 1724 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_60_sa_yield | ( | ) | __sanitizer_syscall_pre_impl_compat_60_sa_yield() |
Definition at line 1740 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_90_fhstatvfs1 | ( | fhp, | |
fh_size, | |||
buf, | |||
flags | |||
) |
Definition at line 2147 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_90_fstatvfs1 | ( | fd, | |
buf, | |||
flags | |||
) |
Definition at line 1855 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_90_getvfsstat | ( | buf, | |
bufsize, | |||
flags | |||
) |
Definition at line 1842 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_compat_90_statvfs1 | ( | path, | |
buf, | |||
flags | |||
) |
Definition at line 1849 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_connect | ( | s, | |
name, | |||
namelen | |||
) |
Definition at line 509 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_dup | ( | fd | ) | __sanitizer_syscall_pre_impl_dup((long long)(fd)) |
Definition at line 245 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_dup2 | ( | from, | |
to | |||
) | __sanitizer_syscall_pre_impl_dup2((long long)(from), (long long)(to)) |
Definition at line 473 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_dup3 | ( | from, | |
to, | |||
flags | |||
) |
Definition at line 2500 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_execve | ( | path, | |
argp, | |||
envp | |||
) |
Definition at line 333 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_exit | ( | rval | ) | __sanitizer_syscall_pre_impl_exit((long long)(rval)) |
Definition at line 42 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_delete_fd | ( | fd, | |
attrnamespace, | |||
attrname | |||
) |
Definition at line 1926 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_delete_file | ( | path, | |
attrnamespace, | |||
attrname | |||
) |
Definition at line 1897 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_delete_link | ( | path, | |
attrnamespace, | |||
attrname | |||
) |
Definition at line 1953 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_get_fd | ( | fd, | |
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1916 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_get_file | ( | path, | |
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1887 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_get_link | ( | path, | |
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1943 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_list_fd | ( | fd, | |
attrnamespace, | |||
data, | |||
nbytes | |||
) |
Definition at line 1962 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_list_file | ( | path, | |
attrnamespace, | |||
data, | |||
nbytes | |||
) |
Definition at line 1972 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_list_link | ( | path, | |
attrnamespace, | |||
data, | |||
nbytes | |||
) |
Definition at line 1982 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_set_fd | ( | fd, | |
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1906 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_set_file | ( | path, | |
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1877 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattr_set_link | ( | path, | |
attrnamespace, | |||
attrname, | |||
data, | |||
nbytes | |||
) |
Definition at line 1933 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_extattrctl | ( | path, | |
cmd, | |||
filename, | |||
attrnamespace, | |||
attrname | |||
) |
Definition at line 1867 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_faccessat | ( | fd, | |
path, | |||
amode, | |||
flag | |||
) |
Definition at line 2554 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchdir | ( | fd | ) | __sanitizer_syscall_pre_impl_fchdir((long long)(fd)) |
Definition at line 99 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchflags | ( | fd, | |
flags | |||
) | __sanitizer_syscall_pre_impl_fchflags((long long)(fd), (long long)(flags)) |
Definition at line 218 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchmod | ( | fd, | |
mode | |||
) | __sanitizer_syscall_pre_impl_fchmod((long long)(fd), (long long)(mode)) |
Definition at line 648 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchmodat | ( | fd, | |
path, | |||
mode, | |||
flag | |||
) |
Definition at line 2562 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchown | ( | fd, | |
uid, | |||
gid | |||
) |
Definition at line 642 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchownat | ( | fd, | |
path, | |||
owner, | |||
group, | |||
flag | |||
) |
Definition at line 2569 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fchroot | ( | fd | ) | __sanitizer_syscall_pre_impl_fchroot((long long)(fd)) |
Definition at line 1553 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fcntl | ( | fd, | |
cmd, | |||
arg | |||
) |
Definition at line 478 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fdatasync | ( | fd | ) | __sanitizer_syscall_pre_impl_fdatasync((long long)(fd)) |
Definition at line 1245 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fdiscard | ( | fd, | |
PAD, | |||
pos, | |||
len | |||
) |
Definition at line 2685 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fexecve | ( | fd, | |
argp, | |||
envp | |||
) |
Definition at line 2577 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fgetxattr | ( | fd, | |
name, | |||
value, | |||
size | |||
) |
Definition at line 2048 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fktrace | ( | fd, | |
ops, | |||
facs, | |||
pid | |||
) |
Definition at line 1499 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_flistxattr | ( | fd, | |
list, | |||
size | |||
) |
Definition at line 2068 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_flock | ( | fd, | |
how | |||
) | __sanitizer_syscall_pre_impl_flock((long long)(fd), (long long)(how)) |
Definition at line 688 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fork | ( | ) | __sanitizer_syscall_pre_impl_fork() |
Definition at line 46 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fpathconf | ( | fd, | |
name | |||
) | __sanitizer_syscall_pre_impl_fpathconf((long long)(fd), (long long)(name)) |
Definition at line 983 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fremovexattr | ( | fd, | |
name | |||
) | __sanitizer_syscall_pre_impl_fremovexattr((long long)(fd), (long long)(name)) |
Definition at line 2085 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fsetxattr | ( | fd, | |
name, | |||
value, | |||
size, | |||
flags | |||
) |
Definition at line 2025 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fstatat | ( | fd, | |
path, | |||
buf, | |||
flag | |||
) |
Definition at line 2583 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fstatvfs1 __sanitizer_syscall_pre_compat_90_fstatvfs1 |
Definition at line 2746 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fsync | ( | fd | ) | __sanitizer_syscall_pre_impl_fsync((long long)(fd)) |
Definition at line 493 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_fsync_range | ( | fd, | |
flags, | |||
start, | |||
length | |||
) |
Definition at line 1829 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_ftruncate | ( | fd, | |
PAD, | |||
length | |||
) |
Definition at line 1050 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_futimens | ( | fd, | |
tptr | |||
) | __sanitizer_syscall_pre_impl_futimens((long long)(fd), (long long)(tptr)) |
Definition at line 2624 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getcontext | ( | ucp | ) | __sanitizer_syscall_pre_impl_getcontext((long long)(ucp)) |
Definition at line 1612 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getegid | ( | ) | __sanitizer_syscall_pre_impl_getegid() |
Definition at line 252 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_geteuid | ( | ) | __sanitizer_syscall_pre_impl_geteuid() |
Definition at line 158 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getgid | ( | ) | __sanitizer_syscall_pre_impl_getgid() |
Definition at line 275 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getgroups | ( | gidsetsize, | |
gidset | |||
) |
Definition at line 417 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getpeername | ( | fdes, | |
asa, | |||
alen | |||
) |
Definition at line 196 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getpgid | ( | pid | ) | __sanitizer_syscall_pre_impl_getpgid((long long)(pid)) |
Definition at line 1085 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getpgrp | ( | ) | __sanitizer_syscall_pre_impl_getpgrp() |
Definition at line 429 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getpid | ( | ) | __sanitizer_syscall_pre_impl_getpid() |
Definition at line 135 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getppid | ( | ) | __sanitizer_syscall_pre_impl_getppid() |
Definition at line 236 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getpriority | ( | which, | |
who | |||
) | __sanitizer_syscall_pre_impl_getpriority((long long)(which), (long long)(who)) |
Definition at line 521 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getrlimit | ( | which, | |
rlp | |||
) | __sanitizer_syscall_pre_impl_getrlimit((long long)(which), (long long)(rlp)) |
Definition at line 997 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getsid | ( | pid | ) | __sanitizer_syscall_pre_impl_getsid((long long)(pid)) |
Definition at line 1490 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getsockname | ( | fdes, | |
asa, | |||
alen | |||
) |
Definition at line 202 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getsockopt | ( | s, | |
level, | |||
name, | |||
val, | |||
avalsize | |||
) |
Definition at line 614 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getsockopt2 | ( | s, | |
level, | |||
name, | |||
val, | |||
avalsize | |||
) |
Definition at line 988 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getuid | ( | ) | __sanitizer_syscall_pre_impl_getuid() |
Definition at line 155 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getvfsstat __sanitizer_syscall_pre_compat_90_getvfsstat |
Definition at line 2736 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_getxattr | ( | path, | |
name, | |||
value, | |||
size | |||
) |
Definition at line 2033 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_ioctl | ( | fd, | |
com, | |||
data | |||
) |
Definition at line 308 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_issetugid | ( | ) | __sanitizer_syscall_pre_impl_issetugid() |
Definition at line 1602 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_kill | ( | pid, | |
signum | |||
) | __sanitizer_syscall_pre_impl_kill((long long)(pid), (long long)(signum)) |
Definition at line 226 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_kqueue | ( | ) | __sanitizer_syscall_pre_impl_kqueue() |
Definition at line 1770 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_kqueue1 | ( | flags | ) | __sanitizer_syscall_pre_impl_kqueue1((long long)(flags)) |
Definition at line 2506 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_ktrace | ( | fname, | |
ops, | |||
facs, | |||
pid | |||
) |
Definition at line 262 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lchflags | ( | path, | |
flags | |||
) | __sanitizer_syscall_pre_impl_lchflags((long long)(path), (long long)(flags)) |
Definition at line 1597 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lchmod | ( | path, | |
mode | |||
) | __sanitizer_syscall_pre_impl_lchmod((long long)(path), (long long)(mode)) |
Definition at line 1421 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lchown | ( | path, | |
uid, | |||
gid | |||
) |
Definition at line 1426 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lfs_bmapv | ( | fsidp, | |
blkiov, | |||
blkcnt | |||
) |
Definition at line 936 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lfs_markv | ( | fsidp, | |
blkiov, | |||
blkcnt | |||
) |
Definition at line 942 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lfs_segclean | ( | fsidp, | |
segment | |||
) |
Definition at line 948 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lgetxattr | ( | path, | |
name, | |||
value, | |||
size | |||
) |
Definition at line 2040 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_link | ( | path, | |
link | |||
) | __sanitizer_syscall_pre_impl_link((long long)(path), (long long)(link)) |
Definition at line 86 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_linkat | ( | fd1, | |
name1, | |||
fd2, | |||
name2, | |||
flags | |||
) |
Definition at line 2518 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lio_listio | ( | mode, | |
list, | |||
nent, | |||
sig | |||
) |
Definition at line 2196 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_listen | ( | s, | |
backlog | |||
) | __sanitizer_syscall_pre_impl_listen((long long)(s), (long long)(backlog)) |
Definition at line 559 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_listxattr | ( | path, | |
list, | |||
size | |||
) |
Definition at line 2056 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_llistxattr | ( | path, | |
list, | |||
size | |||
) |
Definition at line 2062 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lremovexattr | ( | path, | |
name | |||
) |
Definition at line 2079 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lseek | ( | fd, | |
PAD, | |||
offset, | |||
whence | |||
) |
Definition at line 1037 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_lsetxattr | ( | path, | |
name, | |||
value, | |||
size, | |||
flags | |||
) |
Definition at line 2016 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_madvise | ( | addr, | |
len, | |||
behav | |||
) |
Definition at line 403 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mincore | ( | addr, | |
len, | |||
vec | |||
) |
Definition at line 411 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_minherit | ( | addr, | |
len, | |||
inherit | |||
) |
Definition at line 1415 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mkdir | ( | path, | |
mode | |||
) | __sanitizer_syscall_pre_impl_mkdir((long long)(path), (long long)(mode)) |
Definition at line 717 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mkdirat | ( | fd, | |
path, | |||
mode | |||
) |
Definition at line 2548 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mkfifo | ( | path, | |
mode | |||
) | __sanitizer_syscall_pre_impl_mkfifo((long long)(path), (long long)(mode)) |
Definition at line 692 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mkfifoat | ( | fd, | |
path, | |||
mode | |||
) |
Definition at line 2534 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mknodat | ( | fd, | |
path, | |||
mode, | |||
PAD, | |||
dev | |||
) |
Definition at line 2540 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mlock | ( | addr, | |
len | |||
) | __sanitizer_syscall_pre_impl_mlock((long long)(addr), (long long)(len)) |
Definition at line 1066 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mlockall | ( | flags | ) | __sanitizer_syscall_pre_impl_mlockall((long long)(flags)) |
Definition at line 1249 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mmap | ( | addr, | |
len, | |||
prot, | |||
flags, | |||
fd, | |||
PAD, | |||
pos | |||
) |
Definition at line 1016 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_modctl | ( | cmd, | |
arg | |||
) | __sanitizer_syscall_pre_impl_modctl((long long)(cmd), (long long)(arg)) |
Definition at line 1269 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mprotect | ( | addr, | |
len, | |||
prot | |||
) |
Definition at line 397 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_close | ( | mqdes | ) | __sanitizer_syscall_pre_impl_mq_close((long long)(mqdes)) |
Definition at line 1330 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_getattr | ( | mqdes, | |
mqstat | |||
) |
Definition at line 1338 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_notify | ( | mqdes, | |
notification | |||
) |
Definition at line 1350 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_open | ( | name, | |
oflag, | |||
mode, | |||
attr | |||
) |
Definition at line 1323 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_receive | ( | mqdes, | |
msg_ptr, | |||
msg_len, | |||
msg_prio | |||
) |
Definition at line 1365 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_send | ( | mqdes, | |
msg_ptr, | |||
msg_len, | |||
msg_prio | |||
) |
Definition at line 1356 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_setattr | ( | mqdes, | |
mqstat, | |||
omqstat | |||
) |
Definition at line 1344 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mq_unlink | ( | name | ) | __sanitizer_syscall_pre_impl_mq_unlink((long long)(name)) |
Definition at line 1334 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_mremap | ( | old_address, | |
old_size, | |||
new_address, | |||
new_size, | |||
flags | |||
) |
Definition at line 2216 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_msgget | ( | key, | |
msgflg | |||
) | __sanitizer_syscall_pre_impl_msgget((long long)(key), (long long)(msgflg)) |
Definition at line 1148 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_msgrcv | ( | msqid, | |
msgp, | |||
msgsz, | |||
msgtyp, | |||
msgflg | |||
) |
Definition at line 1160 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_msgsnd | ( | msqid, | |
msgp, | |||
msgsz, | |||
msgflg | |||
) |
Definition at line 1153 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_munlock | ( | addr, | |
len | |||
) | __sanitizer_syscall_pre_impl_munlock((long long)(addr), (long long)(len)) |
Definition at line 1070 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_munlockall | ( | ) | __sanitizer_syscall_pre_impl_munlockall() |
Definition at line 1253 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_munmap | ( | addr, | |
len | |||
) | __sanitizer_syscall_pre_impl_munmap((long long)(addr), (long long)(len)) |
Definition at line 393 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_nfssvc | ( | flag, | |
argp | |||
) | __sanitizer_syscall_pre_impl_nfssvc((long long)(flag), (long long)(argp)) |
Definition at line 794 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_ntp_adjtime | ( | tp | ) | __sanitizer_syscall_pre_impl_ntp_adjtime((long long)(tp)) |
Definition at line 913 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_open | ( | path, | |
flags, | |||
mode | |||
) |
Definition at line 61 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_openat | ( | fd, | |
path, | |||
oflags, | |||
mode | |||
) |
Definition at line 2597 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_paccept | ( | s, | |
name, | |||
anamelen, | |||
mask, | |||
flags | |||
) |
Definition at line 2510 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pathconf | ( | path, | |
name | |||
) | __sanitizer_syscall_pre_impl_pathconf((long long)(path), (long long)(name)) |
Definition at line 978 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pipe | ( | ) | __sanitizer_syscall_pre_impl_pipe() |
Definition at line 249 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pipe2 | ( | fildes, | |
flags | |||
) | __sanitizer_syscall_pre_impl_pipe2((long long)(fildes), (long long)(flags)) |
Definition at line 2495 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_poll | ( | fds, | |
nfds, | |||
timeout | |||
) |
Definition at line 1094 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_posix_fadvise | ( | ) | __sanitizer_syscall_pre_impl_posix_fadvise((long long)()) |
Definition at line 2114 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_posix_fallocate | ( | fd, | |
PAD, | |||
pos, | |||
len | |||
) |
Definition at line 2678 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_posix_spawn | ( | pid, | |
path, | |||
file_actions, | |||
attrp, | |||
argv, | |||
envp | |||
) |
Definition at line 2634 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pread | ( | fd, | |
buf, | |||
nbyte, | |||
PAD, | |||
offset | |||
) |
Definition at line 892 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_preadv | ( | fd, | |
iovp, | |||
iovcnt, | |||
PAD, | |||
offset | |||
) |
Definition at line 1506 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_profil | ( | samples, | |
size, | |||
offset, | |||
scale | |||
) |
Definition at line 255 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pset_assign | ( | psid, | |
cpuid, | |||
opsid | |||
) |
Definition at line 2234 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pset_create | ( | psid | ) | __sanitizer_syscall_pre_impl_pset_create((long long)(psid)) |
Definition at line 2226 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pset_destroy | ( | psid | ) | __sanitizer_syscall_pre_impl_pset_destroy((long long)(psid)) |
Definition at line 2230 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_ptrace | ( | req, | |
pid, | |||
addr, | |||
data | |||
) |
Definition at line 161 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pwrite | ( | fd, | |
buf, | |||
nbyte, | |||
PAD, | |||
offset | |||
) |
Definition at line 900 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_pwritev | ( | fd, | |
iovp, | |||
iovcnt, | |||
PAD, | |||
offset | |||
) |
Definition at line 1514 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_rasctl | ( | addr, | |
len, | |||
op | |||
) |
Definition at line 1764 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_read | ( | fd, | |
buf, | |||
nbyte | |||
) |
Definition at line 49 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_readlink | ( | path, | |
buf, | |||
count | |||
) |
Definition at line 327 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_readlinkat | ( | fd, | |
path, | |||
buf, | |||
bufsize | |||
) |
Definition at line 2604 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_readv | ( | fd, | |
iovp, | |||
iovcnt | |||
) |
Definition at line 624 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_reboot | ( | opt, | |
bootstr | |||
) | __sanitizer_syscall_pre_impl_reboot((long long)(opt), (long long)(bootstr)) |
Definition at line 1089 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_recvfrom | ( | s, | |
buf, | |||
len, | |||
flags, | |||
from, | |||
fromlenaddr | |||
) |
Definition at line 180 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_recvmmsg | ( | s, | |
mmsg, | |||
vlen, | |||
flags, | |||
timeout | |||
) |
Definition at line 2644 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_recvmsg | ( | s, | |
msg, | |||
flags | |||
) |
Definition at line 168 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_removexattr | ( | path, | |
name | |||
) | __sanitizer_syscall_pre_impl_removexattr((long long)(path), (long long)(name)) |
Definition at line 2074 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_rename | ( | from, | |
to | |||
) | __sanitizer_syscall_pre_impl_rename((long long)(from), (long long)(to)) |
Definition at line 672 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_renameat | ( | fromfd, | |
from, | |||
tofd, | |||
to | |||
) |
Definition at line 2526 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_revoke | ( | path | ) | __sanitizer_syscall_pre_impl_revoke((long long)(path)) |
Definition at line 318 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_rmdir | ( | path | ) | __sanitizer_syscall_pre_impl_rmdir((long long)(path)) |
Definition at line 721 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sched_yield | ( | ) | __sanitizer_syscall_pre_impl_sched_yield() |
Definition at line 1819 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_semconfig | ( | flag | ) | __sanitizer_syscall_pre_impl_semconfig((long long)(flag)) |
Definition at line 1138 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_semget | ( | key, | |
nsems, | |||
semflg | |||
) |
Definition at line 1126 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_semop | ( | semid, | |
sops, | |||
nsops | |||
) |
Definition at line 1132 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sendmmsg | ( | s, | |
mmsg, | |||
vlen, | |||
flags | |||
) |
Definition at line 2652 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sendmsg | ( | s, | |
msg, | |||
flags | |||
) |
Definition at line 174 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sendto | ( | s, | |
buf, | |||
len, | |||
flags, | |||
to, | |||
tolen | |||
) |
Definition at line 697 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setcontext | ( | ucp | ) | __sanitizer_syscall_pre_impl_setcontext((long long)(ucp)) |
Definition at line 1616 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setegid | ( | egid | ) | __sanitizer_syscall_pre_impl_setegid((long long)(egid)) |
Definition at line 928 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_seteuid | ( | euid | ) | __sanitizer_syscall_pre_impl_seteuid((long long)(euid)) |
Definition at line 932 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setgid | ( | gid | ) | __sanitizer_syscall_pre_impl_setgid((long long)(gid)) |
Definition at line 924 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setgroups | ( | gidsetsize, | |
gidset | |||
) |
Definition at line 423 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setpgid | ( | pid, | |
pgid | |||
) | __sanitizer_syscall_pre_impl_setpgid((long long)(pid), (long long)(pgid)) |
Definition at line 432 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setpriority | ( | which, | |
who, | |||
prio | |||
) |
Definition at line 497 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setregid | ( | rgid, | |
egid | |||
) | __sanitizer_syscall_pre_impl_setregid((long long)(rgid), (long long)(egid)) |
Definition at line 667 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setreuid | ( | ruid, | |
euid | |||
) | __sanitizer_syscall_pre_impl_setreuid((long long)(ruid), (long long)(euid)) |
Definition at line 662 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setrlimit | ( | which, | |
rlp | |||
) | __sanitizer_syscall_pre_impl_setrlimit((long long)(which), (long long)(rlp)) |
Definition at line 1002 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setsid | ( | ) | __sanitizer_syscall_pre_impl_setsid() |
Definition at line 770 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setsockopt | ( | s, | |
level, | |||
name, | |||
val, | |||
valsize | |||
) |
Definition at line 551 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setuid | ( | uid | ) | __sanitizer_syscall_pre_impl_setuid((long long)(uid)) |
Definition at line 151 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_setxattr | ( | path, | |
name, | |||
value, | |||
size, | |||
flags | |||
) |
Definition at line 2008 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_shmat | ( | shmid, | |
shmaddr, | |||
shmflg | |||
) |
Definition at line 1169 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_shmdt | ( | shmaddr | ) | __sanitizer_syscall_pre_impl_shmdt((long long)(shmaddr)) |
Definition at line 1181 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_shmget | ( | key, | |
size, | |||
shmflg | |||
) |
Definition at line 1185 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_shutdown | ( | s, | |
how | |||
) | __sanitizer_syscall_pre_impl_shutdown((long long)(s), (long long)(how)) |
Definition at line 705 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sigqueueinfo | ( | pid, | |
info | |||
) | __sanitizer_syscall_pre_impl_sigqueueinfo((long long)(pid), (long long)(info)) |
Definition at line 1264 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_socketpair | ( | domain, | |
type, | |||
protocol, | |||
rsv | |||
) |
Definition at line 709 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_statvfs1 __sanitizer_syscall_pre_compat_90_statvfs1 |
Definition at line 2741 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_swapctl | ( | cmd, | |
arg, | |||
misc | |||
) |
Definition at line 1403 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_symlink | ( | path, | |
link | |||
) | __sanitizer_syscall_pre_impl_symlink((long long)(path), (long long)(link)) |
Definition at line 322 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_symlinkat | ( | path1, | |
fd, | |||
path2 | |||
) |
Definition at line 2612 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sync | ( | ) | __sanitizer_syscall_pre_impl_sync() |
Definition at line 223 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_sysarch | ( | op, | |
parms | |||
) | __sanitizer_syscall_pre_impl_sysarch((long long)(op), (long long)(parms)) |
Definition at line 847 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_syscall | ( | code, | |
arg0, | |||
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7 | |||
) |
Definition at line 30 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_timer_create | ( | clock_id, | |
evp, | |||
timerid | |||
) |
Definition at line 1209 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_timer_delete | ( | timerid | ) | __sanitizer_syscall_pre_impl_timer_delete((long long)(timerid)) |
Definition at line 1215 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_timer_getoverrun | ( | timerid | ) | __sanitizer_syscall_pre_impl_timer_getoverrun((long long)(timerid)) |
Definition at line 1235 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_truncate | ( | path, | |
PAD, | |||
length | |||
) |
Definition at line 1044 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_umask | ( | newmask | ) | __sanitizer_syscall_pre_impl_umask((long long)(newmask)) |
Definition at line 339 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_undelete | ( | path | ) | __sanitizer_syscall_pre_impl_undelete((long long)(path)) |
Definition at line 1075 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_unlink | ( | path | ) | __sanitizer_syscall_pre_impl_unlink((long long)(path)) |
Definition at line 90 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_unlinkat | ( | fd, | |
path, | |||
flag | |||
) |
Definition at line 2618 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_unmount | ( | path, | |
flags | |||
) | __sanitizer_syscall_pre_impl_unmount((long long)(path), (long long)(flags)) |
Definition at line 146 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_utimensat | ( | fd, | |
path, | |||
tptr, | |||
flag | |||
) |
Definition at line 2590 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_utrace | ( | label, | |
addr, | |||
len | |||
) |
Definition at line 1606 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_uuidgen | ( | store, | |
count | |||
) | __sanitizer_syscall_pre_impl_uuidgen((long long)(store), (long long)(count)) |
Definition at line 1837 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_vadvise | ( | anom | ) | __sanitizer_syscall_pre_impl_vadvise((long long)(anom)) |
Definition at line 389 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_vfork | ( | ) | __sanitizer_syscall_pre_impl_vfork() |
Definition at line 372 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_wait6 | ( | idtype, | |
id, | |||
status, | |||
options, | |||
wru, | |||
info | |||
) |
Definition at line 2692 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_write | ( | fd, | |
buf, | |||
nbyte | |||
) |
Definition at line 55 of file netbsd_syscall_hooks.h.
#define __sanitizer_syscall_pre_writev | ( | fd, | |
iovp, | |||
iovcnt | |||
) |
Definition at line 630 of file netbsd_syscall_hooks.h.
void __sanitizer_syscall_post_impl_____semctl50 | ( | long long | res, |
long long | semid, | ||
long long | semnum, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_____sigtimedwait50 | ( | long long | res, |
long long | set, | ||
long long | info, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl____lwp_park60 | ( | long long | res, |
long long | clock_id, | ||
long long | flags, | ||
long long | ts, | ||
long long | unpark, | ||
long long | hint, | ||
long long | unparkhint | ||
) |
void __sanitizer_syscall_post_impl___adjtime50 | ( | long long | res, |
long long | delta, | ||
long long | olddelta | ||
) |
void __sanitizer_syscall_post_impl___aio_suspend50 | ( | long long | res, |
long long | list, | ||
long long | nent, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl___clock_getres50 | ( | long long | res, |
long long | clock_id, | ||
long long | tp | ||
) |
void __sanitizer_syscall_post_impl___clock_gettime50 | ( | long long | res, |
long long | clock_id, | ||
long long | tp | ||
) |
void __sanitizer_syscall_post_impl___clock_settime50 | ( | long long | res, |
long long | clock_id, | ||
long long | tp | ||
) |
void __sanitizer_syscall_post_impl___clone | ( | long long | res, |
long long | flags, | ||
long long | stack | ||
) |
void __sanitizer_syscall_post_impl___fhopen40 | ( | long long | res, |
long long | fhp, | ||
long long | fh_size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl___fhstat50 | ( | long long | res, |
long long | fhp, | ||
long long | fh_size, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl___fhstatvfs190 | ( | long long | res, |
long long | fhp, | ||
long long | fh_size, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl___fstat50 | ( | long long | res, |
long long | fd, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl___fstatvfs190 | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl___futimes50 | ( | long long | res, |
long long | fd, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl___getcwd | ( | long long | res, |
long long | bufp, | ||
long long | length | ||
) |
void __sanitizer_syscall_post_impl___getdents30 | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | count | ||
) |
void __sanitizer_syscall_post_impl___getfh30 | ( | long long | res, |
long long | fname, | ||
long long | fhp, | ||
long long | fh_size | ||
) |
void __sanitizer_syscall_post_impl___getitimer50 | ( | long long | res, |
long long | which, | ||
long long | itv | ||
) |
void __sanitizer_syscall_post_impl___getlogin | ( | long long | res, |
long long | namebuf, | ||
long long | namelen | ||
) |
void __sanitizer_syscall_post_impl___getrusage50 | ( | long long | res, |
long long | who, | ||
long long | rusage | ||
) |
void __sanitizer_syscall_post_impl___gettimeofday50 | ( | long long | res, |
long long | tp, | ||
long long | tzp | ||
) |
void __sanitizer_syscall_post_impl___getvfsstat90 | ( | long long | res, |
long long | buf, | ||
long long | bufsize, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl___kevent50 | ( | long long | res, |
long long | fd, | ||
long long | changelist, | ||
long long | nchanges, | ||
long long | eventlist, | ||
long long | nevents, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl___lfs_segwait50 | ( | long long | res, |
long long | fsidp, | ||
long long | tv | ||
) |
void __sanitizer_syscall_post_impl___lstat50 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl___lutimes50 | ( | long long | res, |
long long | path, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl___mknod50 | ( | long long | res, |
long long | path, | ||
long long | mode, | ||
long long | dev | ||
) |
void __sanitizer_syscall_post_impl___mount50 | ( | long long | res, |
long long | type, | ||
long long | path, | ||
long long | flags, | ||
long long | data, | ||
long long | data_len | ||
) |
void __sanitizer_syscall_post_impl___mq_timedreceive50 | ( | long long | res, |
long long | mqdes, | ||
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_post_impl___mq_timedsend50 | ( | long long | res, |
long long | mqdes, | ||
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_post_impl___msgctl50 | ( | long long | res, |
long long | msqid, | ||
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl___msync13 | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl___nanosleep50 | ( | long long | res, |
long long | rqtp, | ||
long long | rmtp | ||
) |
void __sanitizer_syscall_post_impl___ntp_gettime50 | ( | long long | res, |
long long | ntvp | ||
) |
void __sanitizer_syscall_post_impl___pollts50 | ( | long long | res, |
long long | fds, | ||
long long | nfds, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_post_impl___posix_chown | ( | long long | res, |
long long | path, | ||
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_post_impl___posix_fadvise50 | ( | long long | res, |
long long | fd, | ||
long long | PAD, | ||
long long | offset, | ||
long long | len, | ||
long long | advice | ||
) |
void __sanitizer_syscall_post_impl___posix_fchown | ( | long long | res, |
long long | fd, | ||
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_post_impl___posix_lchown | ( | long long | res, |
long long | path, | ||
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_post_impl___posix_rename | ( | long long | res, |
long long | from, | ||
long long | to | ||
) |
void __sanitizer_syscall_post_impl___pselect50 | ( | long long | res, |
long long | nd, | ||
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_post_impl___quotactl | ( | long long | res, |
long long | path, | ||
long long | args | ||
) |
void __sanitizer_syscall_post_impl___select50 | ( | long long | res, |
long long | nd, | ||
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | tv | ||
) |
void __sanitizer_syscall_post_impl___setitimer50 | ( | long long | res, |
long long | which, | ||
long long | itv, | ||
long long | oitv | ||
) |
void __sanitizer_syscall_post_impl___setlogin | ( | long long | res, |
long long | namebuf | ||
) |
void __sanitizer_syscall_post_impl___settimeofday50 | ( | long long | res, |
long long | tv, | ||
long long | tzp | ||
) |
void __sanitizer_syscall_post_impl___shmctl50 | ( | long long | res, |
long long | shmid, | ||
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl___sigaction_sigtramp | ( | long long | res, |
long long | signum, | ||
long long | nsa, | ||
long long | osa, | ||
long long | tramp, | ||
long long | vers | ||
) |
void __sanitizer_syscall_post_impl___sigaltstack14 | ( | long long | res, |
long long | nss, | ||
long long | oss | ||
) |
void __sanitizer_syscall_post_impl___sigpending14 | ( | long long | res, |
long long | set | ||
) |
void __sanitizer_syscall_post_impl___sigprocmask14 | ( | long long | res, |
long long | how, | ||
long long | set, | ||
long long | oset | ||
) |
void __sanitizer_syscall_post_impl___sigsuspend14 | ( | long long | res, |
long long | set | ||
) |
void __sanitizer_syscall_post_impl___socket30 | ( | long long | res, |
long long | domain, | ||
long long | type, | ||
long long | protocol | ||
) |
void __sanitizer_syscall_post_impl___stat50 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl___statvfs190 | ( | long long | res, |
long long | path, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl___syscall | ( | long long | res, |
long long | code, | ||
long long | arg0, | ||
long long | arg1, | ||
long long | arg2, | ||
long long | arg3, | ||
long long | arg4, | ||
long long | arg5, | ||
long long | arg6, | ||
long long | arg7 | ||
) |
void __sanitizer_syscall_post_impl___sysctl | ( | long long | res, |
long long | name, | ||
long long | namelen, | ||
long long | oldv, | ||
long long | oldlenp, | ||
long long | newv, | ||
long long | newlen | ||
) |
void __sanitizer_syscall_post_impl___timer_gettime50 | ( | long long | res, |
long long | timerid, | ||
long long | value | ||
) |
void __sanitizer_syscall_post_impl___timer_settime50 | ( | long long | res, |
long long | timerid, | ||
long long | flags, | ||
long long | value, | ||
long long | ovalue | ||
) |
void __sanitizer_syscall_post_impl___utimes50 | ( | long long | res, |
long long | path, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl___vfork14 | ( | long long | res | ) |
void __sanitizer_syscall_post_impl___wait450 | ( | long long | res, |
long long | pid, | ||
long long | status, | ||
long long | options, | ||
long long | rusage | ||
) |
void __sanitizer_syscall_post_impl__ksem_close | ( | long long | res, |
long long | id | ||
) |
void __sanitizer_syscall_post_impl__ksem_destroy | ( | long long | res, |
long long | id | ||
) |
void __sanitizer_syscall_post_impl__ksem_getvalue | ( | long long | res, |
long long | id, | ||
long long | value | ||
) |
void __sanitizer_syscall_post_impl__ksem_init | ( | long long | res, |
long long | value, | ||
long long | idp | ||
) |
void __sanitizer_syscall_post_impl__ksem_open | ( | long long | res, |
long long | name, | ||
long long | oflag, | ||
long long | mode, | ||
long long | value, | ||
long long | idp | ||
) |
void __sanitizer_syscall_post_impl__ksem_post | ( | long long | res, |
long long | id | ||
) |
void __sanitizer_syscall_post_impl__ksem_timedwait | ( | long long | res, |
long long | id, | ||
long long | abstime | ||
) |
void __sanitizer_syscall_post_impl__ksem_trywait | ( | long long | res, |
long long | id | ||
) |
void __sanitizer_syscall_post_impl__ksem_unlink | ( | long long | res, |
long long | name | ||
) |
void __sanitizer_syscall_post_impl__ksem_wait | ( | long long | res, |
long long | id | ||
) |
void __sanitizer_syscall_post_impl__lwp_continue | ( | long long | res, |
long long | target | ||
) |
void __sanitizer_syscall_post_impl__lwp_create | ( | long long | res, |
long long | ucp, | ||
long long | flags, | ||
long long | new_lwp | ||
) |
void __sanitizer_syscall_post_impl__lwp_ctl | ( | long long | res, |
long long | features, | ||
long long | address | ||
) |
void __sanitizer_syscall_post_impl__lwp_detach | ( | long long | res, |
long long | target | ||
) |
void __sanitizer_syscall_post_impl__lwp_exit | ( | long long | res | ) |
void __sanitizer_syscall_post_impl__lwp_getname | ( | long long | res, |
long long | target, | ||
long long | name, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl__lwp_getprivate | ( | long long | res | ) |
void __sanitizer_syscall_post_impl__lwp_kill | ( | long long | res, |
long long | target, | ||
long long | signo | ||
) |
void __sanitizer_syscall_post_impl__lwp_self | ( | long long | res | ) |
void __sanitizer_syscall_post_impl__lwp_setname | ( | long long | res, |
long long | target, | ||
long long | name | ||
) |
void __sanitizer_syscall_post_impl__lwp_setprivate | ( | long long | res, |
long long | ptr | ||
) |
void __sanitizer_syscall_post_impl__lwp_suspend | ( | long long | res, |
long long | target | ||
) |
void __sanitizer_syscall_post_impl__lwp_unpark | ( | long long | res, |
long long | target, | ||
long long | hint | ||
) |
void __sanitizer_syscall_post_impl__lwp_unpark_all | ( | long long | res, |
long long | targets, | ||
long long | ntargets, | ||
long long | hint | ||
) |
void __sanitizer_syscall_post_impl__lwp_wait | ( | long long | res, |
long long | wait_for, | ||
long long | departed | ||
) |
void __sanitizer_syscall_post_impl__lwp_wakeup | ( | long long | res, |
long long | target | ||
) |
void __sanitizer_syscall_post_impl__pset_bind | ( | long long | res, |
long long | idtype, | ||
long long | first_id, | ||
long long | second_id, | ||
long long | psid, | ||
long long | opsid | ||
) |
void __sanitizer_syscall_post_impl__sched_getaffinity | ( | long long | res, |
long long | pid, | ||
long long | lid, | ||
long long | size, | ||
long long | cpuset | ||
) |
void __sanitizer_syscall_post_impl__sched_getparam | ( | long long | res, |
long long | pid, | ||
long long | lid, | ||
long long | policy, | ||
long long | params | ||
) |
void __sanitizer_syscall_post_impl__sched_protect | ( | long long | res, |
long long | priority | ||
) |
void __sanitizer_syscall_post_impl__sched_setaffinity | ( | long long | res, |
long long | pid, | ||
long long | lid, | ||
long long | size, | ||
long long | cpuset | ||
) |
void __sanitizer_syscall_post_impl__sched_setparam | ( | long long | res, |
long long | pid, | ||
long long | lid, | ||
long long | policy, | ||
long long | params | ||
) |
void __sanitizer_syscall_post_impl_accept | ( | long long | res, |
long long | s, | ||
long long | name, | ||
long long | anamelen | ||
) |
void __sanitizer_syscall_post_impl_access | ( | long long | res, |
long long | path, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_acct | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_afssys | ( | long long | res, |
long long | id, | ||
long long | a1, | ||
long long | a2, | ||
long long | a3, | ||
long long | a4, | ||
long long | a5, | ||
long long | a6 | ||
) |
void __sanitizer_syscall_post_impl_aio_cancel | ( | long long | res, |
long long | fildes, | ||
long long | aiocbp | ||
) |
void __sanitizer_syscall_post_impl_aio_error | ( | long long | res, |
long long | aiocbp | ||
) |
void __sanitizer_syscall_post_impl_aio_fsync | ( | long long | res, |
long long | op, | ||
long long | aiocbp | ||
) |
void __sanitizer_syscall_post_impl_aio_read | ( | long long | res, |
long long | aiocbp | ||
) |
void __sanitizer_syscall_post_impl_aio_return | ( | long long | res, |
long long | aiocbp | ||
) |
void __sanitizer_syscall_post_impl_aio_write | ( | long long | res, |
long long | aiocbp | ||
) |
void __sanitizer_syscall_post_impl_bind | ( | long long | res, |
long long | s, | ||
long long | name, | ||
long long | namelen | ||
) |
void __sanitizer_syscall_post_impl_break | ( | long long | res, |
long long | nsize | ||
) |
void __sanitizer_syscall_post_impl_chdir | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_chflags | ( | long long | res, |
long long | path, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_chmod | ( | long long | res, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_chown | ( | long long | res, |
long long | path, | ||
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_post_impl_chroot | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_clock_getcpuclockid2 | ( | long long | res, |
long long | idtype, | ||
long long | id, | ||
long long | clock_id | ||
) |
void __sanitizer_syscall_post_impl_clock_nanosleep | ( | long long | res, |
long long | clock_id, | ||
long long | flags, | ||
long long | rqtp, | ||
long long | rmtp | ||
) |
void __sanitizer_syscall_post_impl_close | ( | long long | res, |
long long | fd | ||
) |
void __sanitizer_syscall_post_impl_compat_09_ogetdomainname | ( | long long | res, |
long long | domainname, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_compat_09_osetdomainname | ( | long long | res, |
long long | domainname, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_compat_09_ouname | ( | long long | res, |
long long | name | ||
) |
void __sanitizer_syscall_post_impl_compat_10_omsgsys | ( | long long | res, |
long long | which, | ||
long long | a2, | ||
long long | a3, | ||
long long | a4, | ||
long long | a5, | ||
long long | a6 | ||
) |
void __sanitizer_syscall_post_impl_compat_10_osemsys | ( | long long | res, |
long long | which, | ||
long long | a2, | ||
long long | a3, | ||
long long | a4, | ||
long long | a5 | ||
) |
void __sanitizer_syscall_post_impl_compat_10_oshmsys | ( | long long | res, |
long long | which, | ||
long long | a2, | ||
long long | a3, | ||
long long | a4 | ||
) |
void __sanitizer_syscall_post_impl_compat_12_fstat12 | ( | long long | res, |
long long | fd, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_12_getdirentries | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | count, | ||
long long | basep | ||
) |
void __sanitizer_syscall_post_impl_compat_12_lstat12 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_12_msync | ( | long long | res, |
long long | addr, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_compat_12_oreboot | ( | long long | res, |
long long | opt | ||
) |
void __sanitizer_syscall_post_impl_compat_12_oswapon | ( | long long | res, |
long long | name | ||
) |
void __sanitizer_syscall_post_impl_compat_12_stat12 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_13_sigaction13 | ( | long long | res, |
long long | signum, | ||
long long | nsa, | ||
long long | osa | ||
) |
void __sanitizer_syscall_post_impl_compat_13_sigaltstack13 | ( | long long | res, |
long long | nss, | ||
long long | oss | ||
) |
void __sanitizer_syscall_post_impl_compat_13_sigpending13 | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_13_sigprocmask13 | ( | long long | res, |
long long | how, | ||
long long | mask | ||
) |
void __sanitizer_syscall_post_impl_compat_13_sigreturn13 | ( | long long | res, |
long long | sigcntxp | ||
) |
void __sanitizer_syscall_post_impl_compat_13_sigsuspend13 | ( | long long | res, |
long long | mask | ||
) |
void __sanitizer_syscall_post_impl_compat_14___semctl | ( | long long | res, |
long long | semid, | ||
long long | semnum, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_compat_14_msgctl | ( | long long | res, |
long long | msqid, | ||
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_14_shmctl | ( | long long | res, |
long long | shmid, | ||
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_16___sigaction14 | ( | long long | res, |
long long | signum, | ||
long long | nsa, | ||
long long | osa | ||
) |
void __sanitizer_syscall_post_impl_compat_16___sigreturn14 | ( | long long | res, |
long long | sigcntxp | ||
) |
void __sanitizer_syscall_post_impl_compat_20_fhstatfs | ( | long long | res, |
long long | fhp, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_20_fstatfs | ( | long long | res, |
long long | fd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_20_getfsstat | ( | long long | res, |
long long | buf, | ||
long long | bufsize, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_20_statfs | ( | long long | res, |
long long | path, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_30___fhstat30 | ( | long long | res, |
long long | fhp, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_30___fstat13 | ( | long long | res, |
long long | fd, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_30___lstat13 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_30___stat13 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_30_fhopen | ( | long long | res, |
long long | fhp, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_30_fhstat | ( | long long | res, |
long long | fhp, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_30_fhstatvfs1 | ( | long long | res, |
long long | fhp, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_30_getdents | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | count | ||
) |
void __sanitizer_syscall_post_impl_compat_30_getfh | ( | long long | res, |
long long | fname, | ||
long long | fhp | ||
) |
void __sanitizer_syscall_post_impl_compat_30_ntp_gettime | ( | long long | res, |
long long | ntvp | ||
) |
void __sanitizer_syscall_post_impl_compat_30_socket | ( | long long | res, |
long long | domain, | ||
long long | type, | ||
long long | protocol | ||
) |
void __sanitizer_syscall_post_impl_compat_40_mount | ( | long long | res, |
long long | type, | ||
long long | path, | ||
long long | flags, | ||
long long | data | ||
) |
void __sanitizer_syscall_post_impl_compat_43_fstat43 | ( | long long | res, |
long long | fd, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_43_lstat43 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_43_oaccept | ( | long long | res, |
long long | s, | ||
long long | name, | ||
long long | anamelen | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ocreat | ( | long long | res, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_compat_43_oftruncate | ( | long long | res, |
long long | fd, | ||
long long | length | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ogetdirentries | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | count, | ||
long long | basep | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ogetdtablesize | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_43_ogethostid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_43_ogethostname | ( | long long | res, |
long long | hostname, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ogetkerninfo | ( | long long | res, |
long long | op, | ||
long long | where, | ||
long long | size, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ogetpagesize | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_43_ogetpeername | ( | long long | res, |
long long | fdes, | ||
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ogetrlimit | ( | long long | res, |
long long | which, | ||
long long | rlp | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ogetsockname | ( | long long | res, |
long long | fdec, | ||
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_post_impl_compat_43_okillpg | ( | long long | res, |
long long | pgid, | ||
long long | signum | ||
) |
void __sanitizer_syscall_post_impl_compat_43_olseek | ( | long long | res, |
long long | fd, | ||
long long | offset, | ||
long long | whence | ||
) |
void __sanitizer_syscall_post_impl_compat_43_ommap | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | prot, | ||
long long | flags, | ||
long long | fd, | ||
long long | pos | ||
) |
void __sanitizer_syscall_post_impl_compat_43_oquota | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_43_orecv | ( | long long | res, |
long long | s, | ||
long long | buf, | ||
long long | len, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_43_orecvfrom | ( | long long | res, |
long long | s, | ||
long long | buf, | ||
long long | len, | ||
long long | flags, | ||
long long | from, | ||
long long | fromlenaddr | ||
) |
void __sanitizer_syscall_post_impl_compat_43_orecvmsg | ( | long long | res, |
long long | s, | ||
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osend | ( | long long | res, |
long long | s, | ||
long long | buf, | ||
long long | len, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osendmsg | ( | long long | res, |
long long | s, | ||
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osethostid | ( | long long | res, |
long long | hostid | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osethostname | ( | long long | res, |
long long | hostname, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osetrlimit | ( | long long | res, |
long long | which, | ||
long long | rlp | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osigblock | ( | long long | res, |
long long | mask | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osigsetmask | ( | long long | res, |
long long | mask | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osigstack | ( | long long | res, |
long long | nss, | ||
long long | oss | ||
) |
void __sanitizer_syscall_post_impl_compat_43_osigvec | ( | long long | res, |
long long | signum, | ||
long long | nsv, | ||
long long | osv | ||
) |
void __sanitizer_syscall_post_impl_compat_43_otruncate | ( | long long | res, |
long long | path, | ||
long long | length | ||
) |
void __sanitizer_syscall_post_impl_compat_43_owait | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_43_stat43 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_50_____semctl13 | ( | long long | res, |
long long | semid, | ||
long long | semnum, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_compat_50___fhstat40 | ( | long long | res, |
long long | fhp, | ||
long long | fh_size, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_50___fstat30 | ( | long long | res, |
long long | fd, | ||
long long | sb | ||
) |
void __sanitizer_syscall_post_impl_compat_50___lstat30 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_50___msgctl13 | ( | long long | res, |
long long | msqid, | ||
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_50___ntp_gettime30 | ( | long long | res, |
long long | ntvp | ||
) |
void __sanitizer_syscall_post_impl_compat_50___shmctl13 | ( | long long | res, |
long long | shmid, | ||
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_post_impl_compat_50___sigtimedwait | ( | long long | res, |
long long | set, | ||
long long | info, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl_compat_50___stat30 | ( | long long | res, |
long long | path, | ||
long long | ub | ||
) |
void __sanitizer_syscall_post_impl_compat_50__lwp_park | ( | long long | res, |
long long | ts, | ||
long long | unpark, | ||
long long | hint, | ||
long long | unparkhint | ||
) |
void __sanitizer_syscall_post_impl_compat_50_adjtime | ( | long long | res, |
long long | delta, | ||
long long | olddelta | ||
) |
void __sanitizer_syscall_post_impl_compat_50_aio_suspend | ( | long long | res, |
long long | list, | ||
long long | nent, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl_compat_50_clock_getres | ( | long long | res, |
long long | clock_id, | ||
long long | tp | ||
) |
void __sanitizer_syscall_post_impl_compat_50_clock_gettime | ( | long long | res, |
long long | clock_id, | ||
long long | tp | ||
) |
void __sanitizer_syscall_post_impl_compat_50_clock_settime | ( | long long | res, |
long long | clock_id, | ||
long long | tp | ||
) |
void __sanitizer_syscall_post_impl_compat_50_futimes | ( | long long | res, |
long long | fd, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl_compat_50_getitimer | ( | long long | res, |
long long | which, | ||
long long | itv | ||
) |
void __sanitizer_syscall_post_impl_compat_50_getrusage | ( | long long | res, |
long long | who, | ||
long long | rusage | ||
) |
void __sanitizer_syscall_post_impl_compat_50_gettimeofday | ( | long long | res, |
long long | tp, | ||
long long | tzp | ||
) |
void __sanitizer_syscall_post_impl_compat_50_kevent | ( | long long | res, |
long long | fd, | ||
long long | changelist, | ||
long long | nchanges, | ||
long long | eventlist, | ||
long long | nevents, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl_compat_50_lfs_segwait | ( | long long | res, |
long long | fsidp, | ||
long long | tv | ||
) |
void __sanitizer_syscall_post_impl_compat_50_lutimes | ( | long long | res, |
long long | path, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl_compat_50_mknod | ( | long long | res, |
long long | path, | ||
long long | mode, | ||
long long | dev | ||
) |
void __sanitizer_syscall_post_impl_compat_50_mq_timedreceive | ( | long long | res, |
long long | mqdes, | ||
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_post_impl_compat_50_mq_timedsend | ( | long long | res, |
long long | mqdes, | ||
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_post_impl_compat_50_nanosleep | ( | long long | res, |
long long | rqtp, | ||
long long | rmtp | ||
) |
void __sanitizer_syscall_post_impl_compat_50_pollts | ( | long long | res, |
long long | fds, | ||
long long | nfds, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_post_impl_compat_50_pselect | ( | long long | res, |
long long | nd, | ||
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_post_impl_compat_50_quotactl | ( | long long | res, |
long long | path, | ||
long long | cmd, | ||
long long | uid, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_compat_50_select | ( | long long | res, |
long long | nd, | ||
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | tv | ||
) |
void __sanitizer_syscall_post_impl_compat_50_setitimer | ( | long long | res, |
long long | which, | ||
long long | itv, | ||
long long | oitv | ||
) |
void __sanitizer_syscall_post_impl_compat_50_settimeofday | ( | long long | res, |
long long | tv, | ||
long long | tzp | ||
) |
void __sanitizer_syscall_post_impl_compat_50_timer_gettime | ( | long long | res, |
long long | timerid, | ||
long long | value | ||
) |
void __sanitizer_syscall_post_impl_compat_50_timer_settime | ( | long long | res, |
long long | timerid, | ||
long long | flags, | ||
long long | value, | ||
long long | ovalue | ||
) |
void __sanitizer_syscall_post_impl_compat_50_utimes | ( | long long | res, |
long long | path, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl_compat_50_wait4 | ( | long long | res, |
long long | pid, | ||
long long | status, | ||
long long | options, | ||
long long | rusage | ||
) |
void __sanitizer_syscall_post_impl_compat_60__lwp_park | ( | long long | res, |
long long | ts, | ||
long long | unpark, | ||
long long | hint, | ||
long long | unparkhint | ||
) |
void __sanitizer_syscall_post_impl_compat_60_sa_enable | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_60_sa_preempt | ( | long long | res, |
long long | sa_id | ||
) |
void __sanitizer_syscall_post_impl_compat_60_sa_register | ( | long long | res, |
long long | newv, | ||
long long | oldv, | ||
long long | flags, | ||
long long | stackinfo_offset | ||
) |
void __sanitizer_syscall_post_impl_compat_60_sa_setconcurrency | ( | long long | res, |
long long | concurrency | ||
) |
void __sanitizer_syscall_post_impl_compat_60_sa_stacks | ( | long long | res, |
long long | num, | ||
long long | stacks | ||
) |
void __sanitizer_syscall_post_impl_compat_60_sa_yield | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_compat_90_fhstatvfs1 | ( | long long | res, |
long long | fhp, | ||
long long | fh_size, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_90_fstatvfs1 | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_90_getvfsstat | ( | long long | res, |
long long | buf, | ||
long long | bufsize, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_compat_90_statvfs1 | ( | long long | res, |
long long | path, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_connect | ( | long long | res, |
long long | s, | ||
long long | name, | ||
long long | namelen | ||
) |
void __sanitizer_syscall_post_impl_dup | ( | long long | res, |
long long | fd | ||
) |
void __sanitizer_syscall_post_impl_dup2 | ( | long long | res, |
long long | from, | ||
long long | to | ||
) |
void __sanitizer_syscall_post_impl_dup3 | ( | long long | res, |
long long | from, | ||
long long | to, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_execve | ( | long long | res, |
long long | path, | ||
long long | argp, | ||
long long | envp | ||
) |
void __sanitizer_syscall_post_impl_exit | ( | long long | res, |
long long | rval | ||
) |
void __sanitizer_syscall_post_impl_extattr_delete_fd | ( | long long | res, |
long long | fd, | ||
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_post_impl_extattr_delete_file | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_post_impl_extattr_delete_link | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_post_impl_extattr_get_fd | ( | long long | res, |
long long | fd, | ||
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_get_file | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_get_link | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_list_fd | ( | long long | res, |
long long | fd, | ||
long long | attrnamespace, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_list_file | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_list_link | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_set_fd | ( | long long | res, |
long long | fd, | ||
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_set_file | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattr_set_link | ( | long long | res, |
long long | path, | ||
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_post_impl_extattrctl | ( | long long | res, |
long long | path, | ||
long long | cmd, | ||
long long | filename, | ||
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_post_impl_faccessat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | amode, | ||
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_fchdir | ( | long long | res, |
long long | fd | ||
) |
void __sanitizer_syscall_post_impl_fchflags | ( | long long | res, |
long long | fd, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_fchmod | ( | long long | res, |
long long | fd, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_fchmodat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | mode, | ||
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_fchown | ( | long long | res, |
long long | fd, | ||
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_post_impl_fchownat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | owner, | ||
long long | group, | ||
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_fchroot | ( | long long | res, |
long long | fd | ||
) |
void __sanitizer_syscall_post_impl_fcntl | ( | long long | res, |
long long | fd, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_fdatasync | ( | long long | res, |
long long | fd | ||
) |
void __sanitizer_syscall_post_impl_fdiscard | ( | long long | res, |
long long | fd, | ||
long long | PAD, | ||
long long | pos, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_fexecve | ( | long long | res, |
long long | fd, | ||
long long | argp, | ||
long long | envp | ||
) |
void __sanitizer_syscall_post_impl_fgetxattr | ( | long long | res, |
long long | fd, | ||
long long | name, | ||
long long | value, | ||
long long | size | ||
) |
void __sanitizer_syscall_post_impl_fktrace | ( | long long | res, |
long long | fd, | ||
long long | ops, | ||
long long | facs, | ||
long long | pid | ||
) |
void __sanitizer_syscall_post_impl_flistxattr | ( | long long | res, |
long long | fd, | ||
long long | list, | ||
long long | size | ||
) |
void __sanitizer_syscall_post_impl_flock | ( | long long | res, |
long long | fd, | ||
long long | how | ||
) |
void __sanitizer_syscall_post_impl_fork | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_fpathconf | ( | long long | res, |
long long | fd, | ||
long long | name | ||
) |
void __sanitizer_syscall_post_impl_fremovexattr | ( | long long | res, |
long long | fd, | ||
long long | name | ||
) |
void __sanitizer_syscall_post_impl_fsetxattr | ( | long long | res, |
long long | fd, | ||
long long | name, | ||
long long | value, | ||
long long | size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_fstatat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | buf, | ||
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_fsync | ( | long long | res, |
long long | fd | ||
) |
void __sanitizer_syscall_post_impl_fsync_range | ( | long long | res, |
long long | fd, | ||
long long | flags, | ||
long long | start, | ||
long long | length | ||
) |
void __sanitizer_syscall_post_impl_ftruncate | ( | long long | res, |
long long | fd, | ||
long long | PAD, | ||
long long | length | ||
) |
void __sanitizer_syscall_post_impl_futimens | ( | long long | res, |
long long | fd, | ||
long long | tptr | ||
) |
void __sanitizer_syscall_post_impl_getcontext | ( | long long | res, |
long long | ucp | ||
) |
void __sanitizer_syscall_post_impl_getegid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_geteuid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_getgid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_getgroups | ( | long long | res, |
long long | gidsetsize, | ||
long long | gidset | ||
) |
void __sanitizer_syscall_post_impl_getpeername | ( | long long | res, |
long long | fdes, | ||
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_post_impl_getpgid | ( | long long | res, |
long long | pid | ||
) |
void __sanitizer_syscall_post_impl_getpgrp | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_getpid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_getppid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_getpriority | ( | long long | res, |
long long | which, | ||
long long | who | ||
) |
void __sanitizer_syscall_post_impl_getrlimit | ( | long long | res, |
long long | which, | ||
long long | rlp | ||
) |
void __sanitizer_syscall_post_impl_getsid | ( | long long | res, |
long long | pid | ||
) |
void __sanitizer_syscall_post_impl_getsockname | ( | long long | res, |
long long | fdes, | ||
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_post_impl_getsockopt | ( | long long | res, |
long long | s, | ||
long long | level, | ||
long long | name, | ||
long long | val, | ||
long long | avalsize | ||
) |
void __sanitizer_syscall_post_impl_getsockopt2 | ( | long long | res, |
long long | s, | ||
long long | level, | ||
long long | name, | ||
long long | val, | ||
long long | avalsize | ||
) |
void __sanitizer_syscall_post_impl_getuid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_getxattr | ( | long long | res, |
long long | path, | ||
long long | name, | ||
long long | value, | ||
long long | size | ||
) |
void __sanitizer_syscall_post_impl_ioctl | ( | long long | res, |
long long | fd, | ||
long long | com, | ||
long long | data | ||
) |
void __sanitizer_syscall_post_impl_issetugid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_kill | ( | long long | res, |
long long | pid, | ||
long long | signum | ||
) |
void __sanitizer_syscall_post_impl_kqueue | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_kqueue1 | ( | long long | res, |
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_ktrace | ( | long long | res, |
long long | fname, | ||
long long | ops, | ||
long long | facs, | ||
long long | pid | ||
) |
void __sanitizer_syscall_post_impl_lchflags | ( | long long | res, |
long long | path, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_lchmod | ( | long long | res, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_lchown | ( | long long | res, |
long long | path, | ||
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_post_impl_lfs_bmapv | ( | long long | res, |
long long | fsidp, | ||
long long | blkiov, | ||
long long | blkcnt | ||
) |
void __sanitizer_syscall_post_impl_lfs_markv | ( | long long | res, |
long long | fsidp, | ||
long long | blkiov, | ||
long long | blkcnt | ||
) |
void __sanitizer_syscall_post_impl_lfs_segclean | ( | long long | res, |
long long | fsidp, | ||
long long | segment | ||
) |
void __sanitizer_syscall_post_impl_lgetxattr | ( | long long | res, |
long long | path, | ||
long long | name, | ||
long long | value, | ||
long long | size | ||
) |
void __sanitizer_syscall_post_impl_link | ( | long long | res, |
long long | path, | ||
long long | link | ||
) |
void __sanitizer_syscall_post_impl_linkat | ( | long long | res, |
long long | fd1, | ||
long long | name1, | ||
long long | fd2, | ||
long long | name2, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_lio_listio | ( | long long | res, |
long long | mode, | ||
long long | list, | ||
long long | nent, | ||
long long | sig | ||
) |
void __sanitizer_syscall_post_impl_listen | ( | long long | res, |
long long | s, | ||
long long | backlog | ||
) |
void __sanitizer_syscall_post_impl_listxattr | ( | long long | res, |
long long | path, | ||
long long | list, | ||
long long | size | ||
) |
void __sanitizer_syscall_post_impl_llistxattr | ( | long long | res, |
long long | path, | ||
long long | list, | ||
long long | size | ||
) |
void __sanitizer_syscall_post_impl_lremovexattr | ( | long long | res, |
long long | path, | ||
long long | name | ||
) |
void __sanitizer_syscall_post_impl_lseek | ( | long long | res, |
long long | fd, | ||
long long | PAD, | ||
long long | offset, | ||
long long | whence | ||
) |
void __sanitizer_syscall_post_impl_lsetxattr | ( | long long | res, |
long long | path, | ||
long long | name, | ||
long long | value, | ||
long long | size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_madvise | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | behav | ||
) |
void __sanitizer_syscall_post_impl_mincore | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | vec | ||
) |
void __sanitizer_syscall_post_impl_minherit | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | inherit | ||
) |
void __sanitizer_syscall_post_impl_mkdir | ( | long long | res, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_mkdirat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_mkfifo | ( | long long | res, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_mkfifoat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_mknodat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | mode, | ||
long long | PAD, | ||
long long | dev | ||
) |
void __sanitizer_syscall_post_impl_mlock | ( | long long | res, |
long long | addr, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_mlockall | ( | long long | res, |
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_mmap | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | prot, | ||
long long | flags, | ||
long long | fd, | ||
long long | PAD, | ||
long long | pos | ||
) |
void __sanitizer_syscall_post_impl_modctl | ( | long long | res, |
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_post_impl_mprotect | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | prot | ||
) |
void __sanitizer_syscall_post_impl_mq_close | ( | long long | res, |
long long | mqdes | ||
) |
void __sanitizer_syscall_post_impl_mq_getattr | ( | long long | res, |
long long | mqdes, | ||
long long | mqstat | ||
) |
void __sanitizer_syscall_post_impl_mq_notify | ( | long long | res, |
long long | mqdes, | ||
long long | notification | ||
) |
void __sanitizer_syscall_post_impl_mq_open | ( | long long | res, |
long long | name, | ||
long long | oflag, | ||
long long | mode, | ||
long long | attr | ||
) |
void __sanitizer_syscall_post_impl_mq_receive | ( | long long | res, |
long long | mqdes, | ||
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio | ||
) |
void __sanitizer_syscall_post_impl_mq_send | ( | long long | res, |
long long | mqdes, | ||
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio | ||
) |
void __sanitizer_syscall_post_impl_mq_setattr | ( | long long | res, |
long long | mqdes, | ||
long long | mqstat, | ||
long long | omqstat | ||
) |
void __sanitizer_syscall_post_impl_mq_unlink | ( | long long | res, |
long long | name | ||
) |
void __sanitizer_syscall_post_impl_mremap | ( | long long | res, |
long long | old_address, | ||
long long | old_size, | ||
long long | new_address, | ||
long long | new_size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_msgget | ( | long long | res, |
long long | key, | ||
long long | msgflg | ||
) |
void __sanitizer_syscall_post_impl_msgrcv | ( | long long | res, |
long long | msqid, | ||
long long | msgp, | ||
long long | msgsz, | ||
long long | msgtyp, | ||
long long | msgflg | ||
) |
void __sanitizer_syscall_post_impl_msgsnd | ( | long long | res, |
long long | msqid, | ||
long long | msgp, | ||
long long | msgsz, | ||
long long | msgflg | ||
) |
void __sanitizer_syscall_post_impl_munlock | ( | long long | res, |
long long | addr, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_munlockall | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_munmap | ( | long long | res, |
long long | addr, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_nfssvc | ( | long long | res, |
long long | flag, | ||
long long | argp | ||
) |
void __sanitizer_syscall_post_impl_ntp_adjtime | ( | long long | res, |
long long | tp | ||
) |
void __sanitizer_syscall_post_impl_open | ( | long long | res, |
long long | path, | ||
long long | flags, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_openat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | oflags, | ||
long long | mode | ||
) |
void __sanitizer_syscall_post_impl_paccept | ( | long long | res, |
long long | s, | ||
long long | name, | ||
long long | anamelen, | ||
long long | mask, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_pathconf | ( | long long | res, |
long long | path, | ||
long long | name | ||
) |
void __sanitizer_syscall_post_impl_pipe | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_pipe2 | ( | long long | res, |
long long | fildes, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_poll | ( | long long | res, |
long long | fds, | ||
long long | nfds, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl_posix_fadvise | ( | long long | res, |
long long | |||
) |
void __sanitizer_syscall_post_impl_posix_fallocate | ( | long long | res, |
long long | fd, | ||
long long | PAD, | ||
long long | pos, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_posix_spawn | ( | long long | res, |
long long | pid, | ||
long long | path, | ||
long long | file_actions, | ||
long long | attrp, | ||
long long | argv, | ||
long long | envp | ||
) |
void __sanitizer_syscall_post_impl_pread | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | nbyte, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_post_impl_preadv | ( | long long | res, |
long long | fd, | ||
long long | iovp, | ||
long long | iovcnt, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_post_impl_profil | ( | long long | res, |
long long | samples, | ||
long long | size, | ||
long long | offset, | ||
long long | scale | ||
) |
void __sanitizer_syscall_post_impl_pset_assign | ( | long long | res, |
long long | psid, | ||
long long | cpuid, | ||
long long | opsid | ||
) |
void __sanitizer_syscall_post_impl_pset_create | ( | long long | res, |
long long | psid | ||
) |
void __sanitizer_syscall_post_impl_pset_destroy | ( | long long | res, |
long long | psid | ||
) |
void __sanitizer_syscall_post_impl_ptrace | ( | long long | res, |
long long | req, | ||
long long | pid, | ||
long long | addr, | ||
long long | data | ||
) |
void __sanitizer_syscall_post_impl_pwrite | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | nbyte, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_post_impl_pwritev | ( | long long | res, |
long long | fd, | ||
long long | iovp, | ||
long long | iovcnt, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_post_impl_rasctl | ( | long long | res, |
long long | addr, | ||
long long | len, | ||
long long | op | ||
) |
void __sanitizer_syscall_post_impl_read | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | nbyte | ||
) |
void __sanitizer_syscall_post_impl_readlink | ( | long long | res, |
long long | path, | ||
long long | buf, | ||
long long | count | ||
) |
void __sanitizer_syscall_post_impl_readlinkat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | buf, | ||
long long | bufsize | ||
) |
void __sanitizer_syscall_post_impl_readv | ( | long long | res, |
long long | fd, | ||
long long | iovp, | ||
long long | iovcnt | ||
) |
void __sanitizer_syscall_post_impl_reboot | ( | long long | res, |
long long | opt, | ||
long long | bootstr | ||
) |
void __sanitizer_syscall_post_impl_recvfrom | ( | long long | res, |
long long | s, | ||
long long | buf, | ||
long long | len, | ||
long long | flags, | ||
long long | from, | ||
long long | fromlenaddr | ||
) |
void __sanitizer_syscall_post_impl_recvmmsg | ( | long long | res, |
long long | s, | ||
long long | mmsg, | ||
long long | vlen, | ||
long long | flags, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_post_impl_recvmsg | ( | long long | res, |
long long | s, | ||
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_removexattr | ( | long long | res, |
long long | path, | ||
long long | name | ||
) |
void __sanitizer_syscall_post_impl_rename | ( | long long | res, |
long long | from, | ||
long long | to | ||
) |
void __sanitizer_syscall_post_impl_renameat | ( | long long | res, |
long long | fromfd, | ||
long long | from, | ||
long long | tofd, | ||
long long | to | ||
) |
void __sanitizer_syscall_post_impl_revoke | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_rmdir | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_sched_yield | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_semconfig | ( | long long | res, |
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_semget | ( | long long | res, |
long long | key, | ||
long long | nsems, | ||
long long | semflg | ||
) |
void __sanitizer_syscall_post_impl_semop | ( | long long | res, |
long long | semid, | ||
long long | sops, | ||
long long | nsops | ||
) |
void __sanitizer_syscall_post_impl_sendmmsg | ( | long long | res, |
long long | s, | ||
long long | mmsg, | ||
long long | vlen, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_sendmsg | ( | long long | res, |
long long | s, | ||
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_sendto | ( | long long | res, |
long long | s, | ||
long long | buf, | ||
long long | len, | ||
long long | flags, | ||
long long | to, | ||
long long | tolen | ||
) |
void __sanitizer_syscall_post_impl_setcontext | ( | long long | res, |
long long | ucp | ||
) |
void __sanitizer_syscall_post_impl_setegid | ( | long long | res, |
long long | egid | ||
) |
void __sanitizer_syscall_post_impl_seteuid | ( | long long | res, |
long long | euid | ||
) |
void __sanitizer_syscall_post_impl_setgid | ( | long long | res, |
long long | gid | ||
) |
void __sanitizer_syscall_post_impl_setgroups | ( | long long | res, |
long long | gidsetsize, | ||
long long | gidset | ||
) |
void __sanitizer_syscall_post_impl_setpgid | ( | long long | res, |
long long | pid, | ||
long long | pgid | ||
) |
void __sanitizer_syscall_post_impl_setpriority | ( | long long | res, |
long long | which, | ||
long long | who, | ||
long long | prio | ||
) |
void __sanitizer_syscall_post_impl_setregid | ( | long long | res, |
long long | rgid, | ||
long long | egid | ||
) |
void __sanitizer_syscall_post_impl_setreuid | ( | long long | res, |
long long | ruid, | ||
long long | euid | ||
) |
void __sanitizer_syscall_post_impl_setrlimit | ( | long long | res, |
long long | which, | ||
long long | rlp | ||
) |
void __sanitizer_syscall_post_impl_setsid | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_setsockopt | ( | long long | res, |
long long | s, | ||
long long | level, | ||
long long | name, | ||
long long | val, | ||
long long | valsize | ||
) |
void __sanitizer_syscall_post_impl_setuid | ( | long long | res, |
long long | uid | ||
) |
void __sanitizer_syscall_post_impl_setxattr | ( | long long | res, |
long long | path, | ||
long long | name, | ||
long long | value, | ||
long long | size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_shmat | ( | long long | res, |
long long | shmid, | ||
long long | shmaddr, | ||
long long | shmflg | ||
) |
void __sanitizer_syscall_post_impl_shmdt | ( | long long | res, |
long long | shmaddr | ||
) |
void __sanitizer_syscall_post_impl_shmget | ( | long long | res, |
long long | key, | ||
long long | size, | ||
long long | shmflg | ||
) |
void __sanitizer_syscall_post_impl_shutdown | ( | long long | res, |
long long | s, | ||
long long | how | ||
) |
void __sanitizer_syscall_post_impl_sigqueueinfo | ( | long long | res, |
long long | pid, | ||
long long | info | ||
) |
void __sanitizer_syscall_post_impl_socketpair | ( | long long | res, |
long long | domain, | ||
long long | type, | ||
long long | protocol, | ||
long long | rsv | ||
) |
void __sanitizer_syscall_post_impl_swapctl | ( | long long | res, |
long long | cmd, | ||
long long | arg, | ||
long long | misc | ||
) |
void __sanitizer_syscall_post_impl_symlink | ( | long long | res, |
long long | path, | ||
long long | link | ||
) |
void __sanitizer_syscall_post_impl_symlinkat | ( | long long | res, |
long long | path1, | ||
long long | fd, | ||
long long | path2 | ||
) |
void __sanitizer_syscall_post_impl_sync | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_sysarch | ( | long long | res, |
long long | op, | ||
long long | parms | ||
) |
void __sanitizer_syscall_post_impl_syscall | ( | long long | res, |
long long | code, | ||
long long | arg0, | ||
long long | arg1, | ||
long long | arg2, | ||
long long | arg3, | ||
long long | arg4, | ||
long long | arg5, | ||
long long | arg6, | ||
long long | arg7 | ||
) |
void __sanitizer_syscall_post_impl_timer_create | ( | long long | res, |
long long | clock_id, | ||
long long | evp, | ||
long long | timerid | ||
) |
void __sanitizer_syscall_post_impl_timer_delete | ( | long long | res, |
long long | timerid | ||
) |
void __sanitizer_syscall_post_impl_timer_getoverrun | ( | long long | res, |
long long | timerid | ||
) |
void __sanitizer_syscall_post_impl_truncate | ( | long long | res, |
long long | path, | ||
long long | PAD, | ||
long long | length | ||
) |
void __sanitizer_syscall_post_impl_umask | ( | long long | res, |
long long | newmask | ||
) |
void __sanitizer_syscall_post_impl_undelete | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_unlink | ( | long long | res, |
long long | path | ||
) |
void __sanitizer_syscall_post_impl_unlinkat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_unmount | ( | long long | res, |
long long | path, | ||
long long | flags | ||
) |
void __sanitizer_syscall_post_impl_utimensat | ( | long long | res, |
long long | fd, | ||
long long | path, | ||
long long | tptr, | ||
long long | flag | ||
) |
void __sanitizer_syscall_post_impl_utrace | ( | long long | res, |
long long | label, | ||
long long | addr, | ||
long long | len | ||
) |
void __sanitizer_syscall_post_impl_uuidgen | ( | long long | res, |
long long | store, | ||
long long | count | ||
) |
void __sanitizer_syscall_post_impl_vadvise | ( | long long | res, |
long long | anom | ||
) |
void __sanitizer_syscall_post_impl_vfork | ( | long long | res | ) |
void __sanitizer_syscall_post_impl_wait6 | ( | long long | res, |
long long | idtype, | ||
long long | id, | ||
long long | status, | ||
long long | options, | ||
long long | wru, | ||
long long | info | ||
) |
void __sanitizer_syscall_post_impl_write | ( | long long | res, |
long long | fd, | ||
long long | buf, | ||
long long | nbyte | ||
) |
void __sanitizer_syscall_post_impl_writev | ( | long long | res, |
long long | fd, | ||
long long | iovp, | ||
long long | iovcnt | ||
) |
void __sanitizer_syscall_pre_impl_____semctl50 | ( | long long | semid, |
long long | semnum, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_____sigtimedwait50 | ( | long long | set, |
long long | info, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl____lwp_park60 | ( | long long | clock_id, |
long long | flags, | ||
long long | ts, | ||
long long | unpark, | ||
long long | hint, | ||
long long | unparkhint | ||
) |
void __sanitizer_syscall_pre_impl___adjtime50 | ( | long long | delta, |
long long | olddelta | ||
) |
void __sanitizer_syscall_pre_impl___aio_suspend50 | ( | long long | list, |
long long | nent, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl___clock_getres50 | ( | long long | clock_id, |
long long | tp | ||
) |
void __sanitizer_syscall_pre_impl___clock_gettime50 | ( | long long | clock_id, |
long long | tp | ||
) |
void __sanitizer_syscall_pre_impl___clock_settime50 | ( | long long | clock_id, |
long long | tp | ||
) |
void __sanitizer_syscall_pre_impl___clone | ( | long long | flags, |
long long | stack | ||
) |
void __sanitizer_syscall_pre_impl___fhopen40 | ( | long long | fhp, |
long long | fh_size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl___fhstat50 | ( | long long | fhp, |
long long | fh_size, | ||
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl___fhstatvfs190 | ( | long long | fhp, |
long long | fh_size, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl___fstat50 | ( | long long | fd, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl___fstatvfs190 | ( | long long | fd, |
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl___futimes50 | ( | long long | fd, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl___getcwd | ( | long long | bufp, |
long long | length | ||
) |
void __sanitizer_syscall_pre_impl___getdents30 | ( | long long | fd, |
long long | buf, | ||
long long | count | ||
) |
void __sanitizer_syscall_pre_impl___getfh30 | ( | long long | fname, |
long long | fhp, | ||
long long | fh_size | ||
) |
void __sanitizer_syscall_pre_impl___getitimer50 | ( | long long | which, |
long long | itv | ||
) |
void __sanitizer_syscall_pre_impl___getlogin | ( | long long | namebuf, |
long long | namelen | ||
) |
void __sanitizer_syscall_pre_impl___getrusage50 | ( | long long | who, |
long long | rusage | ||
) |
void __sanitizer_syscall_pre_impl___gettimeofday50 | ( | long long | tp, |
long long | tzp | ||
) |
void __sanitizer_syscall_pre_impl___getvfsstat90 | ( | long long | buf, |
long long | bufsize, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl___kevent50 | ( | long long | fd, |
long long | changelist, | ||
long long | nchanges, | ||
long long | eventlist, | ||
long long | nevents, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl___lfs_segwait50 | ( | long long | fsidp, |
long long | tv | ||
) |
void __sanitizer_syscall_pre_impl___lstat50 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl___lutimes50 | ( | long long | path, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl___mknod50 | ( | long long | path, |
long long | mode, | ||
long long | dev | ||
) |
void __sanitizer_syscall_pre_impl___mount50 | ( | long long | type, |
long long | path, | ||
long long | flags, | ||
long long | data, | ||
long long | data_len | ||
) |
void __sanitizer_syscall_pre_impl___mq_timedreceive50 | ( | long long | mqdes, |
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_pre_impl___mq_timedsend50 | ( | long long | mqdes, |
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_pre_impl___msgctl50 | ( | long long | msqid, |
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl___msync13 | ( | long long | addr, |
long long | len, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl___nanosleep50 | ( | long long | rqtp, |
long long | rmtp | ||
) |
void __sanitizer_syscall_pre_impl___ntp_gettime50 | ( | long long | ntvp | ) |
void __sanitizer_syscall_pre_impl___pollts50 | ( | long long | fds, |
long long | nfds, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_pre_impl___posix_chown | ( | long long | path, |
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_pre_impl___posix_fadvise50 | ( | long long | fd, |
long long | PAD, | ||
long long | offset, | ||
long long | len, | ||
long long | advice | ||
) |
void __sanitizer_syscall_pre_impl___posix_fchown | ( | long long | fd, |
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_pre_impl___posix_lchown | ( | long long | path, |
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_pre_impl___posix_rename | ( | long long | from, |
long long | to | ||
) |
void __sanitizer_syscall_pre_impl___pselect50 | ( | long long | nd, |
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_pre_impl___quotactl | ( | long long | path, |
long long | args | ||
) |
void __sanitizer_syscall_pre_impl___select50 | ( | long long | nd, |
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | tv | ||
) |
void __sanitizer_syscall_pre_impl___setitimer50 | ( | long long | which, |
long long | itv, | ||
long long | oitv | ||
) |
void __sanitizer_syscall_pre_impl___setlogin | ( | long long | namebuf | ) |
void __sanitizer_syscall_pre_impl___settimeofday50 | ( | long long | tv, |
long long | tzp | ||
) |
void __sanitizer_syscall_pre_impl___shmctl50 | ( | long long | shmid, |
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl___sigaction_sigtramp | ( | long long | signum, |
long long | nsa, | ||
long long | osa, | ||
long long | tramp, | ||
long long | vers | ||
) |
void __sanitizer_syscall_pre_impl___sigaltstack14 | ( | long long | nss, |
long long | oss | ||
) |
void __sanitizer_syscall_pre_impl___sigpending14 | ( | long long | set | ) |
void __sanitizer_syscall_pre_impl___sigprocmask14 | ( | long long | how, |
long long | set, | ||
long long | oset | ||
) |
void __sanitizer_syscall_pre_impl___sigsuspend14 | ( | long long | set | ) |
void __sanitizer_syscall_pre_impl___socket30 | ( | long long | domain, |
long long | type, | ||
long long | protocol | ||
) |
void __sanitizer_syscall_pre_impl___stat50 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl___statvfs190 | ( | long long | path, |
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl___syscall | ( | long long | code, |
long long | arg0, | ||
long long | arg1, | ||
long long | arg2, | ||
long long | arg3, | ||
long long | arg4, | ||
long long | arg5, | ||
long long | arg6, | ||
long long | arg7 | ||
) |
void __sanitizer_syscall_pre_impl___sysctl | ( | long long | name, |
long long | namelen, | ||
long long | oldv, | ||
long long | oldlenp, | ||
long long | newv, | ||
long long | newlen | ||
) |
void __sanitizer_syscall_pre_impl___timer_gettime50 | ( | long long | timerid, |
long long | value | ||
) |
void __sanitizer_syscall_pre_impl___timer_settime50 | ( | long long | timerid, |
long long | flags, | ||
long long | value, | ||
long long | ovalue | ||
) |
void __sanitizer_syscall_pre_impl___utimes50 | ( | long long | path, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl___vfork14 | ( | void | ) |
void __sanitizer_syscall_pre_impl___wait450 | ( | long long | pid, |
long long | status, | ||
long long | options, | ||
long long | rusage | ||
) |
void __sanitizer_syscall_pre_impl__ksem_close | ( | long long | id | ) |
void __sanitizer_syscall_pre_impl__ksem_destroy | ( | long long | id | ) |
void __sanitizer_syscall_pre_impl__ksem_getvalue | ( | long long | id, |
long long | value | ||
) |
void __sanitizer_syscall_pre_impl__ksem_init | ( | long long | value, |
long long | idp | ||
) |
void __sanitizer_syscall_pre_impl__ksem_open | ( | long long | name, |
long long | oflag, | ||
long long | mode, | ||
long long | value, | ||
long long | idp | ||
) |
void __sanitizer_syscall_pre_impl__ksem_post | ( | long long | id | ) |
void __sanitizer_syscall_pre_impl__ksem_timedwait | ( | long long | id, |
long long | abstime | ||
) |
void __sanitizer_syscall_pre_impl__ksem_trywait | ( | long long | id | ) |
void __sanitizer_syscall_pre_impl__ksem_unlink | ( | long long | name | ) |
void __sanitizer_syscall_pre_impl__ksem_wait | ( | long long | id | ) |
void __sanitizer_syscall_pre_impl__lwp_continue | ( | long long | target | ) |
void __sanitizer_syscall_pre_impl__lwp_create | ( | long long | ucp, |
long long | flags, | ||
long long | new_lwp | ||
) |
void __sanitizer_syscall_pre_impl__lwp_ctl | ( | long long | features, |
long long | address | ||
) |
void __sanitizer_syscall_pre_impl__lwp_detach | ( | long long | target | ) |
void __sanitizer_syscall_pre_impl__lwp_exit | ( | void | ) |
void __sanitizer_syscall_pre_impl__lwp_getname | ( | long long | target, |
long long | name, | ||
long long | len | ||
) |
void __sanitizer_syscall_pre_impl__lwp_getprivate | ( | void | ) |
void __sanitizer_syscall_pre_impl__lwp_kill | ( | long long | target, |
long long | signo | ||
) |
void __sanitizer_syscall_pre_impl__lwp_self | ( | void | ) |
void __sanitizer_syscall_pre_impl__lwp_setname | ( | long long | target, |
long long | name | ||
) |
void __sanitizer_syscall_pre_impl__lwp_setprivate | ( | long long | ptr | ) |
void __sanitizer_syscall_pre_impl__lwp_suspend | ( | long long | target | ) |
void __sanitizer_syscall_pre_impl__lwp_unpark | ( | long long | target, |
long long | hint | ||
) |
void __sanitizer_syscall_pre_impl__lwp_unpark_all | ( | long long | targets, |
long long | ntargets, | ||
long long | hint | ||
) |
void __sanitizer_syscall_pre_impl__lwp_wait | ( | long long | wait_for, |
long long | departed | ||
) |
void __sanitizer_syscall_pre_impl__lwp_wakeup | ( | long long | target | ) |
void __sanitizer_syscall_pre_impl__pset_bind | ( | long long | idtype, |
long long | first_id, | ||
long long | second_id, | ||
long long | psid, | ||
long long | opsid | ||
) |
void __sanitizer_syscall_pre_impl__sched_getaffinity | ( | long long | pid, |
long long | lid, | ||
long long | size, | ||
long long | cpuset | ||
) |
void __sanitizer_syscall_pre_impl__sched_getparam | ( | long long | pid, |
long long | lid, | ||
long long | policy, | ||
long long | params | ||
) |
void __sanitizer_syscall_pre_impl__sched_protect | ( | long long | priority | ) |
void __sanitizer_syscall_pre_impl__sched_setaffinity | ( | long long | pid, |
long long | lid, | ||
long long | size, | ||
long long | cpuset | ||
) |
void __sanitizer_syscall_pre_impl__sched_setparam | ( | long long | pid, |
long long | lid, | ||
long long | policy, | ||
long long | params | ||
) |
void __sanitizer_syscall_pre_impl_accept | ( | long long | s, |
long long | name, | ||
long long | anamelen | ||
) |
void __sanitizer_syscall_pre_impl_access | ( | long long | path, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_acct | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_afssys | ( | long long | id, |
long long | a1, | ||
long long | a2, | ||
long long | a3, | ||
long long | a4, | ||
long long | a5, | ||
long long | a6 | ||
) |
void __sanitizer_syscall_pre_impl_aio_cancel | ( | long long | fildes, |
long long | aiocbp | ||
) |
void __sanitizer_syscall_pre_impl_aio_error | ( | long long | aiocbp | ) |
void __sanitizer_syscall_pre_impl_aio_fsync | ( | long long | op, |
long long | aiocbp | ||
) |
void __sanitizer_syscall_pre_impl_aio_read | ( | long long | aiocbp | ) |
void __sanitizer_syscall_pre_impl_aio_return | ( | long long | aiocbp | ) |
void __sanitizer_syscall_pre_impl_aio_write | ( | long long | aiocbp | ) |
void __sanitizer_syscall_pre_impl_bind | ( | long long | s, |
long long | name, | ||
long long | namelen | ||
) |
void __sanitizer_syscall_pre_impl_break | ( | long long | nsize | ) |
void __sanitizer_syscall_pre_impl_chdir | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_chflags | ( | long long | path, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_chmod | ( | long long | path, |
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_chown | ( | long long | path, |
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_pre_impl_chroot | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_clock_getcpuclockid2 | ( | long long | idtype, |
long long | id, | ||
long long | clock_id | ||
) |
void __sanitizer_syscall_pre_impl_clock_nanosleep | ( | long long | clock_id, |
long long | flags, | ||
long long | rqtp, | ||
long long | rmtp | ||
) |
void __sanitizer_syscall_pre_impl_close | ( | long long | fd | ) |
void __sanitizer_syscall_pre_impl_compat_09_ogetdomainname | ( | long long | domainname, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_compat_09_osetdomainname | ( | long long | domainname, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_compat_09_ouname | ( | long long | name | ) |
void __sanitizer_syscall_pre_impl_compat_10_omsgsys | ( | long long | which, |
long long | a2, | ||
long long | a3, | ||
long long | a4, | ||
long long | a5, | ||
long long | a6 | ||
) |
void __sanitizer_syscall_pre_impl_compat_10_osemsys | ( | long long | which, |
long long | a2, | ||
long long | a3, | ||
long long | a4, | ||
long long | a5 | ||
) |
void __sanitizer_syscall_pre_impl_compat_10_oshmsys | ( | long long | which, |
long long | a2, | ||
long long | a3, | ||
long long | a4 | ||
) |
void __sanitizer_syscall_pre_impl_compat_12_fstat12 | ( | long long | fd, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_12_getdirentries | ( | long long | fd, |
long long | buf, | ||
long long | count, | ||
long long | basep | ||
) |
void __sanitizer_syscall_pre_impl_compat_12_lstat12 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_12_msync | ( | long long | addr, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_compat_12_oreboot | ( | long long | opt | ) |
void __sanitizer_syscall_pre_impl_compat_12_oswapon | ( | long long | name | ) |
void __sanitizer_syscall_pre_impl_compat_12_stat12 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_13_sigaction13 | ( | long long | signum, |
long long | nsa, | ||
long long | osa | ||
) |
void __sanitizer_syscall_pre_impl_compat_13_sigaltstack13 | ( | long long | nss, |
long long | oss | ||
) |
void __sanitizer_syscall_pre_impl_compat_13_sigpending13 | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_13_sigprocmask13 | ( | long long | how, |
long long | mask | ||
) |
void __sanitizer_syscall_pre_impl_compat_13_sigreturn13 | ( | long long | sigcntxp | ) |
void __sanitizer_syscall_pre_impl_compat_13_sigsuspend13 | ( | long long | mask | ) |
void __sanitizer_syscall_pre_impl_compat_14___semctl | ( | long long | semid, |
long long | semnum, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_compat_14_msgctl | ( | long long | msqid, |
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_14_shmctl | ( | long long | shmid, |
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_16___sigaction14 | ( | long long | signum, |
long long | nsa, | ||
long long | osa | ||
) |
void __sanitizer_syscall_pre_impl_compat_16___sigreturn14 | ( | long long | sigcntxp | ) |
void __sanitizer_syscall_pre_impl_compat_20_fhstatfs | ( | long long | fhp, |
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_20_fstatfs | ( | long long | fd, |
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_20_getfsstat | ( | long long | buf, |
long long | bufsize, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_20_statfs | ( | long long | path, |
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_30___fhstat30 | ( | long long | fhp, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_30___fstat13 | ( | long long | fd, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_30___lstat13 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_30___stat13 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_30_fhopen | ( | long long | fhp, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_30_fhstat | ( | long long | fhp, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_30_fhstatvfs1 | ( | long long | fhp, |
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_30_getdents | ( | long long | fd, |
long long | buf, | ||
long long | count | ||
) |
void __sanitizer_syscall_pre_impl_compat_30_getfh | ( | long long | fname, |
long long | fhp | ||
) |
void __sanitizer_syscall_pre_impl_compat_30_ntp_gettime | ( | long long | ntvp | ) |
void __sanitizer_syscall_pre_impl_compat_30_socket | ( | long long | domain, |
long long | type, | ||
long long | protocol | ||
) |
void __sanitizer_syscall_pre_impl_compat_40_mount | ( | long long | type, |
long long | path, | ||
long long | flags, | ||
long long | data | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_fstat43 | ( | long long | fd, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_lstat43 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_oaccept | ( | long long | s, |
long long | name, | ||
long long | anamelen | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ocreat | ( | long long | path, |
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_oftruncate | ( | long long | fd, |
long long | length | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ogetdirentries | ( | long long | fd, |
long long | buf, | ||
long long | count, | ||
long long | basep | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ogetdtablesize | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_43_ogethostid | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_43_ogethostname | ( | long long | hostname, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ogetkerninfo | ( | long long | op, |
long long | where, | ||
long long | size, | ||
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ogetpagesize | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_43_ogetpeername | ( | long long | fdes, |
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ogetrlimit | ( | long long | which, |
long long | rlp | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ogetsockname | ( | long long | fdec, |
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_okillpg | ( | long long | pgid, |
long long | signum | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_olseek | ( | long long | fd, |
long long | offset, | ||
long long | whence | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_ommap | ( | long long | addr, |
long long | len, | ||
long long | prot, | ||
long long | flags, | ||
long long | fd, | ||
long long | pos | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_oquota | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_43_orecv | ( | long long | s, |
long long | buf, | ||
long long | len, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_orecvfrom | ( | long long | s, |
long long | buf, | ||
long long | len, | ||
long long | flags, | ||
long long | from, | ||
long long | fromlenaddr | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_orecvmsg | ( | long long | s, |
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_osend | ( | long long | s, |
long long | buf, | ||
long long | len, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_osendmsg | ( | long long | s, |
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_osethostid | ( | long long | hostid | ) |
void __sanitizer_syscall_pre_impl_compat_43_osethostname | ( | long long | hostname, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_osetrlimit | ( | long long | which, |
long long | rlp | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_osigblock | ( | long long | mask | ) |
void __sanitizer_syscall_pre_impl_compat_43_osigsetmask | ( | long long | mask | ) |
void __sanitizer_syscall_pre_impl_compat_43_osigstack | ( | long long | nss, |
long long | oss | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_osigvec | ( | long long | signum, |
long long | nsv, | ||
long long | osv | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_otruncate | ( | long long | path, |
long long | length | ||
) |
void __sanitizer_syscall_pre_impl_compat_43_owait | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_43_stat43 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_____semctl13 | ( | long long | semid, |
long long | semnum, | ||
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___fhstat40 | ( | long long | fhp, |
long long | fh_size, | ||
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___fstat30 | ( | long long | fd, |
long long | sb | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___lstat30 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___msgctl13 | ( | long long | msqid, |
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___ntp_gettime30 | ( | long long | ntvp | ) |
void __sanitizer_syscall_pre_impl_compat_50___shmctl13 | ( | long long | shmid, |
long long | cmd, | ||
long long | buf | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___sigtimedwait | ( | long long | set, |
long long | info, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl_compat_50___stat30 | ( | long long | path, |
long long | ub | ||
) |
void __sanitizer_syscall_pre_impl_compat_50__lwp_park | ( | long long | ts, |
long long | unpark, | ||
long long | hint, | ||
long long | unparkhint | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_adjtime | ( | long long | delta, |
long long | olddelta | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_aio_suspend | ( | long long | list, |
long long | nent, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_clock_getres | ( | long long | clock_id, |
long long | tp | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_clock_gettime | ( | long long | clock_id, |
long long | tp | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_clock_settime | ( | long long | clock_id, |
long long | tp | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_futimes | ( | long long | fd, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_getitimer | ( | long long | which, |
long long | itv | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_getrusage | ( | long long | who, |
long long | rusage | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_gettimeofday | ( | long long | tp, |
long long | tzp | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_kevent | ( | long long | fd, |
long long | changelist, | ||
long long | nchanges, | ||
long long | eventlist, | ||
long long | nevents, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_lfs_segwait | ( | long long | fsidp, |
long long | tv | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_lutimes | ( | long long | path, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_mknod | ( | long long | path, |
long long | mode, | ||
long long | dev | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_mq_timedreceive | ( | long long | mqdes, |
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_mq_timedsend | ( | long long | mqdes, |
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio, | ||
long long | abs_timeout | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_nanosleep | ( | long long | rqtp, |
long long | rmtp | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_pollts | ( | long long | fds, |
long long | nfds, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_pselect | ( | long long | nd, |
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | ts, | ||
long long | mask | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_quotactl | ( | long long | path, |
long long | cmd, | ||
long long | uid, | ||
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_select | ( | long long | nd, |
long long | in, | ||
long long | ou, | ||
long long | ex, | ||
long long | tv | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_setitimer | ( | long long | which, |
long long | itv, | ||
long long | oitv | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_settimeofday | ( | long long | tv, |
long long | tzp | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_timer_gettime | ( | long long | timerid, |
long long | value | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_timer_settime | ( | long long | timerid, |
long long | flags, | ||
long long | value, | ||
long long | ovalue | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_utimes | ( | long long | path, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl_compat_50_wait4 | ( | long long | pid, |
long long | status, | ||
long long | options, | ||
long long | rusage | ||
) |
void __sanitizer_syscall_pre_impl_compat_60__lwp_park | ( | long long | ts, |
long long | unpark, | ||
long long | hint, | ||
long long | unparkhint | ||
) |
void __sanitizer_syscall_pre_impl_compat_60_sa_enable | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_60_sa_preempt | ( | long long | sa_id | ) |
void __sanitizer_syscall_pre_impl_compat_60_sa_register | ( | long long | newv, |
long long | oldv, | ||
long long | flags, | ||
long long | stackinfo_offset | ||
) |
void __sanitizer_syscall_pre_impl_compat_60_sa_setconcurrency | ( | long long | concurrency | ) |
void __sanitizer_syscall_pre_impl_compat_60_sa_stacks | ( | long long | num, |
long long | stacks | ||
) |
void __sanitizer_syscall_pre_impl_compat_60_sa_yield | ( | void | ) |
void __sanitizer_syscall_pre_impl_compat_90_fhstatvfs1 | ( | long long | fhp, |
long long | fh_size, | ||
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_90_fstatvfs1 | ( | long long | fd, |
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_90_getvfsstat | ( | long long | buf, |
long long | bufsize, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_compat_90_statvfs1 | ( | long long | path, |
long long | buf, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_connect | ( | long long | s, |
long long | name, | ||
long long | namelen | ||
) |
void __sanitizer_syscall_pre_impl_dup | ( | long long | fd | ) |
void __sanitizer_syscall_pre_impl_dup2 | ( | long long | from, |
long long | to | ||
) |
void __sanitizer_syscall_pre_impl_dup3 | ( | long long | from, |
long long | to, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_execve | ( | long long | path, |
long long | argp, | ||
long long | envp | ||
) |
void __sanitizer_syscall_pre_impl_exit | ( | long long | rval | ) |
void __sanitizer_syscall_pre_impl_extattr_delete_fd | ( | long long | fd, |
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_pre_impl_extattr_delete_file | ( | long long | path, |
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_pre_impl_extattr_delete_link | ( | long long | path, |
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_pre_impl_extattr_get_fd | ( | long long | fd, |
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_get_file | ( | long long | path, |
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_get_link | ( | long long | path, |
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_list_fd | ( | long long | fd, |
long long | attrnamespace, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_list_file | ( | long long | path, |
long long | attrnamespace, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_list_link | ( | long long | path, |
long long | attrnamespace, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_set_fd | ( | long long | fd, |
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_set_file | ( | long long | path, |
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattr_set_link | ( | long long | path, |
long long | attrnamespace, | ||
long long | attrname, | ||
long long | data, | ||
long long | nbytes | ||
) |
void __sanitizer_syscall_pre_impl_extattrctl | ( | long long | path, |
long long | cmd, | ||
long long | filename, | ||
long long | attrnamespace, | ||
long long | attrname | ||
) |
void __sanitizer_syscall_pre_impl_faccessat | ( | long long | fd, |
long long | path, | ||
long long | amode, | ||
long long | flag | ||
) |
void __sanitizer_syscall_pre_impl_fchdir | ( | long long | fd | ) |
void __sanitizer_syscall_pre_impl_fchflags | ( | long long | fd, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_fchmod | ( | long long | fd, |
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_fchmodat | ( | long long | fd, |
long long | path, | ||
long long | mode, | ||
long long | flag | ||
) |
void __sanitizer_syscall_pre_impl_fchown | ( | long long | fd, |
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_pre_impl_fchownat | ( | long long | fd, |
long long | path, | ||
long long | owner, | ||
long long | group, | ||
long long | flag | ||
) |
void __sanitizer_syscall_pre_impl_fchroot | ( | long long | fd | ) |
void __sanitizer_syscall_pre_impl_fcntl | ( | long long | fd, |
long long | cmd, | ||
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_fdatasync | ( | long long | fd | ) |
void __sanitizer_syscall_pre_impl_fdiscard | ( | long long | fd, |
long long | PAD, | ||
long long | pos, | ||
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_fexecve | ( | long long | fd, |
long long | argp, | ||
long long | envp | ||
) |
void __sanitizer_syscall_pre_impl_fgetxattr | ( | long long | fd, |
long long | name, | ||
long long | value, | ||
long long | size | ||
) |
void __sanitizer_syscall_pre_impl_fktrace | ( | long long | fd, |
long long | ops, | ||
long long | facs, | ||
long long | pid | ||
) |
void __sanitizer_syscall_pre_impl_flistxattr | ( | long long | fd, |
long long | list, | ||
long long | size | ||
) |
void __sanitizer_syscall_pre_impl_flock | ( | long long | fd, |
long long | how | ||
) |
void __sanitizer_syscall_pre_impl_fork | ( | void | ) |
void __sanitizer_syscall_pre_impl_fpathconf | ( | long long | fd, |
long long | name | ||
) |
void __sanitizer_syscall_pre_impl_fremovexattr | ( | long long | fd, |
long long | name | ||
) |
void __sanitizer_syscall_pre_impl_fsetxattr | ( | long long | fd, |
long long | name, | ||
long long | value, | ||
long long | size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_fstatat | ( | long long | fd, |
long long | path, | ||
long long | buf, | ||
long long | flag | ||
) |
void __sanitizer_syscall_pre_impl_fsync | ( | long long | fd | ) |
void __sanitizer_syscall_pre_impl_fsync_range | ( | long long | fd, |
long long | flags, | ||
long long | start, | ||
long long | length | ||
) |
void __sanitizer_syscall_pre_impl_ftruncate | ( | long long | fd, |
long long | PAD, | ||
long long | length | ||
) |
void __sanitizer_syscall_pre_impl_futimens | ( | long long | fd, |
long long | tptr | ||
) |
void __sanitizer_syscall_pre_impl_getcontext | ( | long long | ucp | ) |
void __sanitizer_syscall_pre_impl_getegid | ( | void | ) |
void __sanitizer_syscall_pre_impl_geteuid | ( | void | ) |
void __sanitizer_syscall_pre_impl_getgid | ( | void | ) |
void __sanitizer_syscall_pre_impl_getgroups | ( | long long | gidsetsize, |
long long | gidset | ||
) |
void __sanitizer_syscall_pre_impl_getpeername | ( | long long | fdes, |
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_pre_impl_getpgid | ( | long long | pid | ) |
void __sanitizer_syscall_pre_impl_getpgrp | ( | void | ) |
void __sanitizer_syscall_pre_impl_getpid | ( | void | ) |
void __sanitizer_syscall_pre_impl_getppid | ( | void | ) |
void __sanitizer_syscall_pre_impl_getpriority | ( | long long | which, |
long long | who | ||
) |
void __sanitizer_syscall_pre_impl_getrlimit | ( | long long | which, |
long long | rlp | ||
) |
void __sanitizer_syscall_pre_impl_getsid | ( | long long | pid | ) |
void __sanitizer_syscall_pre_impl_getsockname | ( | long long | fdes, |
long long | asa, | ||
long long | alen | ||
) |
void __sanitizer_syscall_pre_impl_getsockopt | ( | long long | s, |
long long | level, | ||
long long | name, | ||
long long | val, | ||
long long | avalsize | ||
) |
void __sanitizer_syscall_pre_impl_getsockopt2 | ( | long long | s, |
long long | level, | ||
long long | name, | ||
long long | val, | ||
long long | avalsize | ||
) |
void __sanitizer_syscall_pre_impl_getuid | ( | void | ) |
void __sanitizer_syscall_pre_impl_getxattr | ( | long long | path, |
long long | name, | ||
long long | value, | ||
long long | size | ||
) |
void __sanitizer_syscall_pre_impl_ioctl | ( | long long | fd, |
long long | com, | ||
long long | data | ||
) |
void __sanitizer_syscall_pre_impl_issetugid | ( | void | ) |
void __sanitizer_syscall_pre_impl_kill | ( | long long | pid, |
long long | signum | ||
) |
void __sanitizer_syscall_pre_impl_kqueue | ( | void | ) |
void __sanitizer_syscall_pre_impl_kqueue1 | ( | long long | flags | ) |
void __sanitizer_syscall_pre_impl_ktrace | ( | long long | fname, |
long long | ops, | ||
long long | facs, | ||
long long | pid | ||
) |
void __sanitizer_syscall_pre_impl_lchflags | ( | long long | path, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_lchmod | ( | long long | path, |
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_lchown | ( | long long | path, |
long long | uid, | ||
long long | gid | ||
) |
void __sanitizer_syscall_pre_impl_lfs_bmapv | ( | long long | fsidp, |
long long | blkiov, | ||
long long | blkcnt | ||
) |
void __sanitizer_syscall_pre_impl_lfs_markv | ( | long long | fsidp, |
long long | blkiov, | ||
long long | blkcnt | ||
) |
void __sanitizer_syscall_pre_impl_lfs_segclean | ( | long long | fsidp, |
long long | segment | ||
) |
void __sanitizer_syscall_pre_impl_lgetxattr | ( | long long | path, |
long long | name, | ||
long long | value, | ||
long long | size | ||
) |
void __sanitizer_syscall_pre_impl_link | ( | long long | path, |
long long | link | ||
) |
void __sanitizer_syscall_pre_impl_linkat | ( | long long | fd1, |
long long | name1, | ||
long long | fd2, | ||
long long | name2, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_lio_listio | ( | long long | mode, |
long long | list, | ||
long long | nent, | ||
long long | sig | ||
) |
void __sanitizer_syscall_pre_impl_listen | ( | long long | s, |
long long | backlog | ||
) |
void __sanitizer_syscall_pre_impl_listxattr | ( | long long | path, |
long long | list, | ||
long long | size | ||
) |
void __sanitizer_syscall_pre_impl_llistxattr | ( | long long | path, |
long long | list, | ||
long long | size | ||
) |
void __sanitizer_syscall_pre_impl_lremovexattr | ( | long long | path, |
long long | name | ||
) |
void __sanitizer_syscall_pre_impl_lseek | ( | long long | fd, |
long long | PAD, | ||
long long | offset, | ||
long long | whence | ||
) |
void __sanitizer_syscall_pre_impl_lsetxattr | ( | long long | path, |
long long | name, | ||
long long | value, | ||
long long | size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_madvise | ( | long long | addr, |
long long | len, | ||
long long | behav | ||
) |
void __sanitizer_syscall_pre_impl_mincore | ( | long long | addr, |
long long | len, | ||
long long | vec | ||
) |
void __sanitizer_syscall_pre_impl_minherit | ( | long long | addr, |
long long | len, | ||
long long | inherit | ||
) |
void __sanitizer_syscall_pre_impl_mkdir | ( | long long | path, |
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_mkdirat | ( | long long | fd, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_mkfifo | ( | long long | path, |
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_mkfifoat | ( | long long | fd, |
long long | path, | ||
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_mknodat | ( | long long | fd, |
long long | path, | ||
long long | mode, | ||
long long | PAD, | ||
long long | dev | ||
) |
void __sanitizer_syscall_pre_impl_mlock | ( | long long | addr, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_mlockall | ( | long long | flags | ) |
void __sanitizer_syscall_pre_impl_mmap | ( | long long | addr, |
long long | len, | ||
long long | prot, | ||
long long | flags, | ||
long long | fd, | ||
long long | PAD, | ||
long long | pos | ||
) |
void __sanitizer_syscall_pre_impl_modctl | ( | long long | cmd, |
long long | arg | ||
) |
void __sanitizer_syscall_pre_impl_mprotect | ( | long long | addr, |
long long | len, | ||
long long | prot | ||
) |
void __sanitizer_syscall_pre_impl_mq_close | ( | long long | mqdes | ) |
void __sanitizer_syscall_pre_impl_mq_getattr | ( | long long | mqdes, |
long long | mqstat | ||
) |
void __sanitizer_syscall_pre_impl_mq_notify | ( | long long | mqdes, |
long long | notification | ||
) |
void __sanitizer_syscall_pre_impl_mq_open | ( | long long | name, |
long long | oflag, | ||
long long | mode, | ||
long long | attr | ||
) |
void __sanitizer_syscall_pre_impl_mq_receive | ( | long long | mqdes, |
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio | ||
) |
void __sanitizer_syscall_pre_impl_mq_send | ( | long long | mqdes, |
long long | msg_ptr, | ||
long long | msg_len, | ||
long long | msg_prio | ||
) |
void __sanitizer_syscall_pre_impl_mq_setattr | ( | long long | mqdes, |
long long | mqstat, | ||
long long | omqstat | ||
) |
void __sanitizer_syscall_pre_impl_mq_unlink | ( | long long | name | ) |
void __sanitizer_syscall_pre_impl_mremap | ( | long long | old_address, |
long long | old_size, | ||
long long | new_address, | ||
long long | new_size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_msgget | ( | long long | key, |
long long | msgflg | ||
) |
void __sanitizer_syscall_pre_impl_msgrcv | ( | long long | msqid, |
long long | msgp, | ||
long long | msgsz, | ||
long long | msgtyp, | ||
long long | msgflg | ||
) |
void __sanitizer_syscall_pre_impl_msgsnd | ( | long long | msqid, |
long long | msgp, | ||
long long | msgsz, | ||
long long | msgflg | ||
) |
void __sanitizer_syscall_pre_impl_munlock | ( | long long | addr, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_munlockall | ( | void | ) |
void __sanitizer_syscall_pre_impl_munmap | ( | long long | addr, |
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_nfssvc | ( | long long | flag, |
long long | argp | ||
) |
void __sanitizer_syscall_pre_impl_ntp_adjtime | ( | long long | tp | ) |
void __sanitizer_syscall_pre_impl_open | ( | long long | path, |
long long | flags, | ||
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_openat | ( | long long | fd, |
long long | path, | ||
long long | oflags, | ||
long long | mode | ||
) |
void __sanitizer_syscall_pre_impl_paccept | ( | long long | s, |
long long | name, | ||
long long | anamelen, | ||
long long | mask, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_pathconf | ( | long long | path, |
long long | name | ||
) |
void __sanitizer_syscall_pre_impl_pipe | ( | void | ) |
void __sanitizer_syscall_pre_impl_pipe2 | ( | long long | fildes, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_poll | ( | long long | fds, |
long long | nfds, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl_posix_fadvise | ( | long long | ) |
void __sanitizer_syscall_pre_impl_posix_fallocate | ( | long long | fd, |
long long | PAD, | ||
long long | pos, | ||
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_posix_spawn | ( | long long | pid, |
long long | path, | ||
long long | file_actions, | ||
long long | attrp, | ||
long long | argv, | ||
long long | envp | ||
) |
void __sanitizer_syscall_pre_impl_pread | ( | long long | fd, |
long long | buf, | ||
long long | nbyte, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_pre_impl_preadv | ( | long long | fd, |
long long | iovp, | ||
long long | iovcnt, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_pre_impl_profil | ( | long long | samples, |
long long | size, | ||
long long | offset, | ||
long long | scale | ||
) |
void __sanitizer_syscall_pre_impl_pset_assign | ( | long long | psid, |
long long | cpuid, | ||
long long | opsid | ||
) |
void __sanitizer_syscall_pre_impl_pset_create | ( | long long | psid | ) |
void __sanitizer_syscall_pre_impl_pset_destroy | ( | long long | psid | ) |
void __sanitizer_syscall_pre_impl_ptrace | ( | long long | req, |
long long | pid, | ||
long long | addr, | ||
long long | data | ||
) |
void __sanitizer_syscall_pre_impl_pwrite | ( | long long | fd, |
long long | buf, | ||
long long | nbyte, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_pre_impl_pwritev | ( | long long | fd, |
long long | iovp, | ||
long long | iovcnt, | ||
long long | PAD, | ||
long long | offset | ||
) |
void __sanitizer_syscall_pre_impl_rasctl | ( | long long | addr, |
long long | len, | ||
long long | op | ||
) |
void __sanitizer_syscall_pre_impl_read | ( | long long | fd, |
long long | buf, | ||
long long | nbyte | ||
) |
void __sanitizer_syscall_pre_impl_readlink | ( | long long | path, |
long long | buf, | ||
long long | count | ||
) |
void __sanitizer_syscall_pre_impl_readlinkat | ( | long long | fd, |
long long | path, | ||
long long | buf, | ||
long long | bufsize | ||
) |
void __sanitizer_syscall_pre_impl_readv | ( | long long | fd, |
long long | iovp, | ||
long long | iovcnt | ||
) |
void __sanitizer_syscall_pre_impl_reboot | ( | long long | opt, |
long long | bootstr | ||
) |
void __sanitizer_syscall_pre_impl_recvfrom | ( | long long | s, |
long long | buf, | ||
long long | len, | ||
long long | flags, | ||
long long | from, | ||
long long | fromlenaddr | ||
) |
void __sanitizer_syscall_pre_impl_recvmmsg | ( | long long | s, |
long long | mmsg, | ||
long long | vlen, | ||
long long | flags, | ||
long long | timeout | ||
) |
void __sanitizer_syscall_pre_impl_recvmsg | ( | long long | s, |
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_removexattr | ( | long long | path, |
long long | name | ||
) |
void __sanitizer_syscall_pre_impl_rename | ( | long long | from, |
long long | to | ||
) |
void __sanitizer_syscall_pre_impl_renameat | ( | long long | fromfd, |
long long | from, | ||
long long | tofd, | ||
long long | to | ||
) |
void __sanitizer_syscall_pre_impl_revoke | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_rmdir | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_sched_yield | ( | void | ) |
void __sanitizer_syscall_pre_impl_semconfig | ( | long long | flag | ) |
void __sanitizer_syscall_pre_impl_semget | ( | long long | key, |
long long | nsems, | ||
long long | semflg | ||
) |
void __sanitizer_syscall_pre_impl_semop | ( | long long | semid, |
long long | sops, | ||
long long | nsops | ||
) |
void __sanitizer_syscall_pre_impl_sendmmsg | ( | long long | s, |
long long | mmsg, | ||
long long | vlen, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_sendmsg | ( | long long | s, |
long long | msg, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_sendto | ( | long long | s, |
long long | buf, | ||
long long | len, | ||
long long | flags, | ||
long long | to, | ||
long long | tolen | ||
) |
void __sanitizer_syscall_pre_impl_setcontext | ( | long long | ucp | ) |
void __sanitizer_syscall_pre_impl_setegid | ( | long long | egid | ) |
void __sanitizer_syscall_pre_impl_seteuid | ( | long long | euid | ) |
void __sanitizer_syscall_pre_impl_setgid | ( | long long | gid | ) |
void __sanitizer_syscall_pre_impl_setgroups | ( | long long | gidsetsize, |
long long | gidset | ||
) |
void __sanitizer_syscall_pre_impl_setpgid | ( | long long | pid, |
long long | pgid | ||
) |
void __sanitizer_syscall_pre_impl_setpriority | ( | long long | which, |
long long | who, | ||
long long | prio | ||
) |
void __sanitizer_syscall_pre_impl_setregid | ( | long long | rgid, |
long long | egid | ||
) |
void __sanitizer_syscall_pre_impl_setreuid | ( | long long | ruid, |
long long | euid | ||
) |
void __sanitizer_syscall_pre_impl_setrlimit | ( | long long | which, |
long long | rlp | ||
) |
void __sanitizer_syscall_pre_impl_setsid | ( | void | ) |
void __sanitizer_syscall_pre_impl_setsockopt | ( | long long | s, |
long long | level, | ||
long long | name, | ||
long long | val, | ||
long long | valsize | ||
) |
void __sanitizer_syscall_pre_impl_setuid | ( | long long | uid | ) |
void __sanitizer_syscall_pre_impl_setxattr | ( | long long | path, |
long long | name, | ||
long long | value, | ||
long long | size, | ||
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_shmat | ( | long long | shmid, |
long long | shmaddr, | ||
long long | shmflg | ||
) |
void __sanitizer_syscall_pre_impl_shmdt | ( | long long | shmaddr | ) |
void __sanitizer_syscall_pre_impl_shmget | ( | long long | key, |
long long | size, | ||
long long | shmflg | ||
) |
void __sanitizer_syscall_pre_impl_shutdown | ( | long long | s, |
long long | how | ||
) |
void __sanitizer_syscall_pre_impl_sigqueueinfo | ( | long long | pid, |
long long | info | ||
) |
void __sanitizer_syscall_pre_impl_socketpair | ( | long long | domain, |
long long | type, | ||
long long | protocol, | ||
long long | rsv | ||
) |
void __sanitizer_syscall_pre_impl_swapctl | ( | long long | cmd, |
long long | arg, | ||
long long | misc | ||
) |
void __sanitizer_syscall_pre_impl_symlink | ( | long long | path, |
long long | link | ||
) |
void __sanitizer_syscall_pre_impl_symlinkat | ( | long long | path1, |
long long | fd, | ||
long long | path2 | ||
) |
void __sanitizer_syscall_pre_impl_sync | ( | void | ) |
void __sanitizer_syscall_pre_impl_sysarch | ( | long long | op, |
long long | parms | ||
) |
void __sanitizer_syscall_pre_impl_syscall | ( | long long | code, |
long long | arg0, | ||
long long | arg1, | ||
long long | arg2, | ||
long long | arg3, | ||
long long | arg4, | ||
long long | arg5, | ||
long long | arg6, | ||
long long | arg7 | ||
) |
void __sanitizer_syscall_pre_impl_timer_create | ( | long long | clock_id, |
long long | evp, | ||
long long | timerid | ||
) |
void __sanitizer_syscall_pre_impl_timer_delete | ( | long long | timerid | ) |
void __sanitizer_syscall_pre_impl_timer_getoverrun | ( | long long | timerid | ) |
void __sanitizer_syscall_pre_impl_truncate | ( | long long | path, |
long long | PAD, | ||
long long | length | ||
) |
void __sanitizer_syscall_pre_impl_umask | ( | long long | newmask | ) |
void __sanitizer_syscall_pre_impl_undelete | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_unlink | ( | long long | path | ) |
void __sanitizer_syscall_pre_impl_unlinkat | ( | long long | fd, |
long long | path, | ||
long long | flag | ||
) |
void __sanitizer_syscall_pre_impl_unmount | ( | long long | path, |
long long | flags | ||
) |
void __sanitizer_syscall_pre_impl_utimensat | ( | long long | fd, |
long long | path, | ||
long long | tptr, | ||
long long | flag | ||
) |
void __sanitizer_syscall_pre_impl_utrace | ( | long long | label, |
long long | addr, | ||
long long | len | ||
) |
void __sanitizer_syscall_pre_impl_uuidgen | ( | long long | store, |
long long | count | ||
) |
void __sanitizer_syscall_pre_impl_vadvise | ( | long long | anom | ) |
void __sanitizer_syscall_pre_impl_vfork | ( | void | ) |
void __sanitizer_syscall_pre_impl_wait6 | ( | long long | idtype, |
long long | id, | ||
long long | status, | ||
long long | options, | ||
long long | wru, | ||
long long | info | ||
) |
void __sanitizer_syscall_pre_impl_write | ( | long long | fd, |
long long | buf, | ||
long long | nbyte | ||
) |
void __sanitizer_syscall_pre_impl_writev | ( | long long | fd, |
long long | iovp, | ||
long long | iovcnt | ||
) |