Searched refs:VG_REPLACE_FUNCTION_ZU (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/ |
D | vg_preloaded.c | 166 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void); 167 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() function 178 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void); 179 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void) in VG_REPLACE_FUNCTION_ZU() function 184 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat… 185 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat… in VG_REPLACE_FUNCTION_ZU() function 217 void VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, block_all_signals)(/*ulwp_t*/ void *self); 218 void VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, block_all_signals)(/*ulwp_t*/ void *self) in VG_REPLACE_FUNCTION_ZU() function 258 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, get_error)(int *errp); 259 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, get_error)(int *errp) in VG_REPLACE_FUNCTION_ZU() function [all …]
|
/external/valgrind/exp-sgcheck/ |
D | h_intercepts.c | 49 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ); \ 50 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ) \ 77 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \ 78 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \ 107 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \ 108 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \ 123 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \ 124 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \ 143 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ); \ 144 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ) \ [all …]
|
/external/valgrind/include/ |
D | pub_tool_redir.h | 218 #define VG_REPLACE_FUNCTION_ZU(_soname,_fnname) \ macro
|