Searched refs:ReplaceFunc3 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/tsan/
H A Dts_dynamorio.cc457 void ReplaceFunc3(void *img, void *rtn, string filter, void *fun_ptr) { function
488 ReplaceFunc3(img, rtn, "memchr", (AFUNPTR)Replace_memchr);
489 ReplaceFunc3(img, rtn, "strchr", (AFUNPTR)Replace_strchr);
490 ReplaceFunc3(img, rtn, "index", (AFUNPTR)Replace_strchr);
491 ReplaceFunc3(img, rtn, "strchrnul", (AFUNPTR)Replace_strchrnul);
492 ReplaceFunc3(img, rtn, "strrchr", (AFUNPTR)Replace_strrchr);
493 ReplaceFunc3(img, rtn, "rindex", (AFUNPTR)Replace_strrchr);
494 ReplaceFunc3(img, rtn, "strlen", (AFUNPTR)Replace_strlen);
495 ReplaceFunc3(img, rtn, "memcpy", (AFUNPTR)Replace_memcpy);
496 ReplaceFunc3(im
[all...]
H A Dts_pin.cc771 void ReplaceFunc3(IMG img, RTN rtn, const char *name, AFUNPTR replacement_func) {
3391 ReplaceFunc3(img, rtn, "memchr", (AFUNPTR)Replace_memchr);
3392 ReplaceFunc3(img, rtn, "strchr", (AFUNPTR)Replace_strchr);
3393 ReplaceFunc3(img, rtn, "index", (AFUNPTR)Replace_strchr);
3394 ReplaceFunc3(img, rtn, "strchrnul", (AFUNPTR)Replace_strchrnul);
3395 ReplaceFunc3(img, rtn, "strrchr", (AFUNPTR)Replace_strrchr);
3396 ReplaceFunc3(img, rtn, "rindex", (AFUNPTR)Replace_strrchr);
3397 ReplaceFunc3(img, rtn, "strlen", (AFUNPTR)Replace_strlen);
3398 ReplaceFunc3(img, rtn, "strcmp", (AFUNPTR)Replace_strcmp);
3399 ReplaceFunc3(im
[all...]

Completed in 57 milliseconds