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.cpp108 dfsan_label fd_label, in __dfsw_fstat() argument
119 int fd, struct stat *buf, dfsan_label fd_label, dfsan_label buf_label, in __dfso_fstat() argument
122 int ret = __dfsw_fstat(fd, buf, fd_label, buf_label, ret_label); in __dfso_fstat()
779 dfsan_label fd_label, dfsan_label buf_label, in __dfsw_pread() argument
790 int fd, void *buf, size_t count, off_t offset, dfsan_label fd_label, in __dfso_pread() argument
795 return __dfsw_pread(fd, buf, count, offset, fd_label, buf_label, count_label, in __dfso_pread()
801 dfsan_label fd_label, dfsan_label buf_label, in __dfsw_read() argument
812 int fd, void *buf, size_t count, dfsan_label fd_label, in __dfso_read() argument
816 return __dfsw_read(fd, buf, count, fd_label, buf_label, count_label, in __dfso_read()
2100 dfsan_label fd_label, dfsan_label buf_label, dfsan_label count_label, in setup_tls_args_for_write_callback() argument
[all …]