Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlibfbsdvmcore-hacks.patch81 + return pread(fd, buf, count, offset);
112 - if (pread(kd->pmfd, &pdpe, sizeof(pdpe), ofs) != sizeof(pdpe)) {
121 - if (pread(kd->pmfd, &pde, sizeof(pde), ofs) != sizeof(pde)) {
130 - if (pread(kd->pmfd, &pte, sizeof(pte), ofs) != sizeof(pte)) {
143 - if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst->hdr), 0) !=
156 - if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst->hdr), 0) !=
165 - if (pread(kd->pmfd, &pt, AMD64_PAGE_SIZE, ofs) !=
178 - if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst->hdr), 0) !=
191 - if (pread(kd->pmfd, &minihdr, 8, 0) == 8 &&
231 - rd = pread(kd->pmfd, kd->pt_map, map_len, map_off);
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp236 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { in INTERCEPTOR() argument
238 return REAL(pread)(fd, ptr, count, offset); in INTERCEPTOR()
325 INTERCEPT_FUNCTION(pread); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp164 LLVM_SYMBOLIZER_INTERCEPTOR4(pread, ssize_t(int, void *, size_t, off_t))
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt395 // vFile:pread:
402 // receive: vFile:pread:7,1024,0
/llvm-project-15.0.7/flang/runtime/
H A Dfile.cpp275 auto chunk{::pread(fd_, buffer + got, bytes - got, at)}; in ReadAsynchronously()
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp819 TEST(AddressSanitizer, pread) { in TEST() argument
820 READ_TEST(pread(fd, x, 15, 0)); in TEST()
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll675 ; CHECK: declare void @pread(...)
676 declare void @pread(...)
H A Dannotate.ll756 ; CHECK: declare noundef i64 @pread(i32 noundef, i8* nocapture noundef, i64 noundef, i64 noundef) […
757 declare i64 @pread(i32, i8*, i64, i64)
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dconfig.h.cmake155 /* Define to 1 if you have the `pread' function. */
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dconfig.h.cmake155 /* Define to 1 if you have the `pread' function. */
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp643 llvm::sys::RetryAfterSignal(-1, ::pread, fd, buf, num_bytes, offset); in Read()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt239 fun:pread=custom
H A Ddfsan_custom.cpp664 ssize_t ret = pread(fd, buf, count, offset); in __dfsw_pread()
H A Dlibc_ubuntu1404_abilist.txt2518 fun:pread=uninstrumented
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1118 /// ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset);
1119 TLI_DEFINE_ENUM_INTERNAL(pread)
1120 TLI_DEFINE_STRING_INTERNAL("pread")
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig-ix.cmake297 check_symbol_exists(pread unistd.h HAVE_PREAD)
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp748 int rv = pread(fd, buf, sizeof(buf), 0); in test_pread()
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp641 TEST(MemorySanitizer, pread) { in TEST() argument
645 int sz = pread(fd, x, 32, 0); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc1205 sys::RetryAfterSignal(-1, ::pread, FD, Buf.data(), Size, Offset);
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc1404 PRE_SYSCALL(pread)
1411 POST_SYSCALL(pread)
H A Dsanitizer_common_interceptors.inc1124 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) {
1126 COMMON_INTERCEPTOR_ENTER(ctx, pread, fd, ptr, count, offset);
1131 SSIZE_T res = REAL(pread)(fd, ptr, count, offset);
1136 #define INIT_PREAD COMMON_INTERCEPT_FUNCTION(pread)
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2393 … ``getw``, ``memcmp``, ``memcpy``, ``memmem``, ``memmove``, ``mbtowc``, ``pread``, ``qsort``, ``qs…