Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_errno_codes.h26 #define errno_EINVAL 22 macro
Dsanitizer_errno.cpp25 COMPILER_CHECK(errno_EINVAL == EINVAL);
Dsanitizer_common_interceptors.inc4240 if (res == errno_EINVAL)
4250 if (res == errno_EINVAL)
4273 if (res == errno_EINVAL)
4283 if (res == errno_EINVAL)
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp151 return errno_EINVAL; in lsan_posix_memalign()
165 errno = errno_EINVAL; in lsan_aligned_alloc()
175 errno = errno_EINVAL; in lsan_memalign()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp312 errno = errno_EINVAL; in msan_aligned_alloc()
322 errno = errno_EINVAL; in msan_memalign()
334 return errno_EINVAL; in msan_posix_memalign()
Dmsan_interceptors.cpp936 errno = errno_EINVAL; in mmap_interceptor()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp260 errno = errno_EINVAL; in user_memalign()
273 return errno_EINVAL; in user_posix_memalign()
288 errno = errno_EINVAL; in user_aligned_alloc()
Dtsan_interceptors_posix.cpp759 errno = errno_EINVAL; in fix_mmap_addr()
1470 return errno_EINVAL; in TSAN_INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp338 errno = errno_EINVAL; in hwasan_aligned_alloc()
348 errno = errno_EINVAL; in hwasan_memalign()
360 return errno_EINVAL; in hwasan_posix_memalign()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp67 return errno_EINVAL; in PosixMemalignFromLocalPool()
Dmemprof_allocator.cpp826 errno = errno_EINVAL; in memprof_memalign()
837 errno = errno_EINVAL; in memprof_aligned_alloc()
849 return errno_EINVAL; in memprof_posix_memalign()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp67 return errno_EINVAL; in PosixMemalignFromLocalPool()
Dasan_allocator.cpp1034 errno = errno_EINVAL; in asan_memalign()
1045 errno = errno_EINVAL; in asan_aligned_alloc()
1058 return errno_EINVAL; in asan_posix_memalign()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h1371 extern const int errno_EINVAL;
Dsanitizer_platform_limits_posix.cc928 const int errno_EINVAL = EINVAL; variable
Dsanitizer_common_interceptors.inc3557 if (res == errno_EINVAL)
3567 if (res == errno_EINVAL)
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc962 *__errno_location() = errno_EINVAL; in INTERCEPTOR()
980 *__errno_location() = errno_EINVAL; in INTERCEPTOR()