Home
last modified time | relevance | path

Searched refs:Replace_strcpy (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/tsan/
Dts_replace.h153 static NOINLINE char *Replace_strcpy(EXTRA_REPLACE_PARAMS char *dst, in Replace_strcpy() function
233 Replace_strcpy(EXTRA_REPLACE_ARGS dest + dest_len, src); in Replace_strcat()
Dts_dynamorio.cc498 ReplaceFunc3(img, rtn, "strcpy", (AFUNPTR)Replace_strcpy); in dr_init()
Dts_valgrind_intercepts.c2429 { return Replace_strcpy(dst, src); }
Dts_pin.cc3403 ReplaceFunc3(img, rtn, "strcpy", (AFUNPTR)Replace_strcpy); in MaybeInstrumentOneRoutine()