Searched refs:AFUNPTR (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/tsan/
H A Dts_dynamorio.cc487 #define AFUNPTR void* macro
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_memmov
[all...]
H A Dts_pin.cc712 #define WRAP4(name) WrapFunc4(img, rtn, #name, (AFUNPTR)Wrap_##name)
713 #define WRAPSTD1(name) WrapStdCallFunc1(rtn, #name, (AFUNPTR)Wrap_##name)
714 #define WRAPSTD2(name) WrapStdCallFunc2(rtn, #name, (AFUNPTR)Wrap_##name)
715 #define WRAPSTD3(name) WrapStdCallFunc3(rtn, #name, (AFUNPTR)Wrap_##name)
716 #define WRAPSTD4(name) WrapStdCallFunc4(rtn, #name, (AFUNPTR)Wrap_##name)
717 #define WRAPSTD5(name) WrapStdCallFunc5(rtn, #name, (AFUNPTR)Wrap_##name)
718 #define WRAPSTD6(name) WrapStdCallFunc6(rtn, #name, (AFUNPTR)Wrap_##name)
719 #define WRAPSTD7(name) WrapStdCallFunc7(rtn, #name, (AFUNPTR)Wrap_##name)
720 #define WRAPSTD8(name) WrapStdCallFunc8(rtn, #name, (AFUNPTR)Wrap_##name)
721 #define WRAPSTD10(name) WrapStdCallFunc10(rtn, #name, (AFUNPTR)Wrap
[all...]
/external/valgrind/tsan/pin/
H A Dsimple_pin_test.cc26 (AFUNPTR)InsertBeforeEvent_MemoryAccess,

Completed in 39 milliseconds