Searched defs:VG_REPLACE_FUNCTION_ZU (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/ |
D | vg_preloaded.c | 189 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() function 201 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void) in VG_REPLACE_FUNCTION_ZU() function 207 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat… in VG_REPLACE_FUNCTION_ZU() function 240 void VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, block_all_signals)(/*ulwp_t*/ void *self) in VG_REPLACE_FUNCTION_ZU() function 281 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, get_error)(int *errp) in VG_REPLACE_FUNCTION_ZU() function 292 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, set_error)(int *errp, int err) in VG_REPLACE_FUNCTION_ZU() function 332 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 | 220 #define VG_REPLACE_FUNCTION_ZU(_soname,_fnname) \ macro
|