Home
last modified time | relevance | path

Searched defs:VG_REPLACE_FUNCTION_ZU (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
Dvg_preloaded.c155 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() function
167 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void) in VG_REPLACE_FUNCTION_ZU() function
173 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat… in VG_REPLACE_FUNCTION_ZU() function
/external/valgrind/main/include/
Dpub_tool_redir.h217 #define VG_REPLACE_FUNCTION_ZU(_soname,_fnname) \ macro