Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_replace.h212 static NOINLINE int Replace_strncmp(EXTRA_REPLACE_PARAMS const char *s1, in Replace_strncmp() function
Dts_dynamorio.cc502 ReplaceFunc3(img, rtn, "strncmp", (AFUNPTR)Replace_strncmp); in dr_init()
Dts_valgrind_intercepts.c2399 { return Replace_strncmp(s1, s2, n); }
Dts_pin.cc3399 ReplaceFunc3(img, rtn, "strncmp", (AFUNPTR)Replace_strncmp); in MaybeInstrumentOneRoutine()