Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_replace.h194 static NOINLINE int Replace_strcmp(EXTRA_REPLACE_PARAMS const char *s1, in Replace_strcmp() function
Dts_dynamorio.cc501 ReplaceFunc3(img, rtn, "strcmp", (AFUNPTR)Replace_strcmp); in dr_init()
Dts_valgrind_intercepts.c2364 { return Replace_strcmp(s1, s2); }
Dts_pin.cc3398 ReplaceFunc3(img, rtn, "strcmp", (AFUNPTR)Replace_strcmp); in MaybeInstrumentOneRoutine()