Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc16 // COMMON_INTERCEPTOR_READ_RANGE
206 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s), \
279 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
294 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, size); \
389 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, result + 1);
403 COMMON_INTERCEPTOR_READ_RANGE(ctx, s, Min(length + 1, maxlen));
497 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
498 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
560 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s1), Min(i1 + 1, size));
561 COMMON_INTERCEPTOR_READ_RANGE((ctx), (s2), Min(i2 + 1, size));
[all …]
Dsanitizer_common_interceptors_netbsd_compat.inc36 if (path) COMMON_INTERCEPTOR_READ_RANGE(ctx, path, REAL(strlen)(path) + 1);
102 if (path) COMMON_INTERCEPTOR_READ_RANGE(ctx, path, REAL(strlen)(path) + 1);
Dsanitizer_common_interceptors_format.inc306 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
496 COMMON_INTERCEPTOR_READ_RANGE(ctx, format, internal_strlen(format) + 1);
553 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
559 COMMON_INTERCEPTOR_READ_RANGE(ctx, argp, size);
Dsanitizer_common_interceptors_ioctl.inc578 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
584 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char*)&ifc->ifc_len,
Dsanitizer_interceptors_ioctl_netbsd.inc1509 COMMON_INTERCEPTOR_READ_RANGE(ctx, arg, size);
1515 COMMON_INTERCEPTOR_READ_RANGE(ctx, (char *)&ifc->ifc_len,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp66 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp99 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1277 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2294 #define COMMON_INTERCEPTOR_READ_RANGE(ctx, ptr, size) \ macro