Searched defs:VG_REPLACE_FUNCTION_ZU (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/ |
D | vg_preloaded.c | 167 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() function 179 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void) in VG_REPLACE_FUNCTION_ZU() function 185 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat… in VG_REPLACE_FUNCTION_ZU() function 218 void VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, block_all_signals)(/*ulwp_t*/ void *self) in VG_REPLACE_FUNCTION_ZU() function 259 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, get_error)(int *errp) in VG_REPLACE_FUNCTION_ZU() function 270 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, set_error)(int *errp, int err) in VG_REPLACE_FUNCTION_ZU() function 310 pid_t VG_REPLACE_FUNCTION_ZU(libastZdsoZd1, spawnveg)(const char *command, in VG_REPLACE_FUNCTION_ZU() function
|
/external/valgrind/include/ |
D | pub_tool_redir.h | 218 #define VG_REPLACE_FUNCTION_ZU(_soname,_fnname) \ macro
|