reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
289 CHECK_EQ(EFAULT, write_errno);
projects/openmp/runtime/src/z_Linux_util.cpp191 if (errno == EFAULT) { 268 if (errno == EFAULT) {tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
418 case EFAULT: // Buf points outside the allocated address space.
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp 1016 if (error.GetError() == EIO || error.GetError() == EFAULT) {
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/error_constants.h 48 bad_address = EFAULT,