HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceFunc3 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/tsan/
ts_dynamorio.cc 457 void ReplaceFunc3(void *img, void *rtn, string filter, void *fun_ptr) {
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(img, rtn, "memmove", (AFUNPTR)Replace_memmove)
    [all...]
ts_pin.cc 771 void ReplaceFunc3(IMG img, RTN rtn, const char *name, AFUNPTR replacement_func) {
    [all...]

Completed in 833 milliseconds