Home
last modified time | relevance | path

Searched refs:RECORD_OVERLAP_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/shared/
Dvg_replace_strmem.c172 #ifndef RECORD_OVERLAP_ERROR
173 #define RECORD_OVERLAP_ERROR(s, src, dst, len) do { } while (0) macro
297 RECORD_OVERLAP_ERROR("strcat", dst_orig, src_orig, 0); \
338 RECORD_OVERLAP_ERROR("strncat", dst_orig, src_orig, n); \
389 RECORD_OVERLAP_ERROR("strlcat", dst_orig, src_orig, n); \
500 RECORD_OVERLAP_ERROR("strcpy", dst_orig, src_orig, 0); \
538 RECORD_OVERLAP_ERROR("strncpy", dst, src, n); \
584 RECORD_OVERLAP_ERROR("strlcpy", dst, src, n); \
942 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \
1133 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0); \
[all …]
/external/valgrind/memcheck/
Dmc_replace_strmem.c43 #define RECORD_OVERLAP_ERROR(s, src, dst, len) \ macro