Home
last modified time | relevance | path

Searched refs:fd_label (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp106 dfsan_label fd_label, in __dfsw_fstat() argument
117 int fd, struct stat *buf, dfsan_label fd_label, dfsan_label buf_label, in __dfso_fstat() argument
120 int ret = __dfsw_fstat(fd, buf, fd_label, buf_label, ret_label); in __dfso_fstat()
777 dfsan_label fd_label, dfsan_label buf_label, in __dfsw_pread() argument
788 int fd, void *buf, size_t count, off_t offset, dfsan_label fd_label, in __dfso_pread() argument
793 return __dfsw_pread(fd, buf, count, offset, fd_label, buf_label, count_label, in __dfso_pread()
799 dfsan_label fd_label, dfsan_label buf_label, in __dfsw_read() argument
810 int fd, void *buf, size_t count, dfsan_label fd_label, in __dfso_read() argument
814 return __dfsw_read(fd, buf, count, fd_label, buf_label, count_label, in __dfso_read()
2097 dfsan_label fd_label, dfsan_label buf_label, dfsan_label count_label, in setup_tls_args_for_write_callback() argument
[all …]