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

  /external/valgrind/main/coregrind/
vg_preloaded.c 154 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);
155 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void)
166 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void);
167 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void)
172 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int datlen);
173 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int datlen)
  /external/valgrind/main/include/
pub_tool_redir.h 88 VG_REPLACE_FUNCTION_ZU(zEncodedSoname,fnname) ( .. args .. )
217 #define VG_REPLACE_FUNCTION_ZU(_soname,_fnname) \

Completed in 50 milliseconds