Searched refs:COMMON_INTERCEPTOR_COPY_STRING (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 1324 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 38 // COMMON_INTERCEPTOR_COPY_STRING 286 #ifndef COMMON_INTERCEPTOR_COPY_STRING 287 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) {} 298 COMMON_INTERCEPTOR_COPY_STRING(ctx, new_mem, s, copy_length); \ 6980 COMMON_INTERCEPTOR_COPY_STRING(ctx, dst, src, REAL(strlen)(dst) + 1);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 37 // COMMON_INTERCEPTOR_COPY_STRING 306 #ifndef COMMON_INTERCEPTOR_COPY_STRING 307 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) {} 318 COMMON_INTERCEPTOR_COPY_STRING(ctx, new_mem, s, copy_length); \ 7454 COMMON_INTERCEPTOR_COPY_STRING(ctx, dst, src, internal_strlen(dst) + 1);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 37 // COMMON_INTERCEPTOR_COPY_STRING 289 #ifndef COMMON_INTERCEPTOR_COPY_STRING 290 #define COMMON_INTERCEPTOR_COPY_STRING(ctx, to, from, size) {} 301 COMMON_INTERCEPTOR_COPY_STRING(ctx, new_mem, s, copy_length); \ 7251 COMMON_INTERCEPTOR_COPY_STRING(ctx, dst, src, REAL(strlen)(dst) + 1);
|