Home
last modified time | relevance | path

Searched refs:VG_REPLACE_FUNCTION_ZU (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/exp-sgcheck/
Dh_intercepts.c49 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 ) \
75 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \
76 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
103 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
104 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
119 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
120 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
137 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ); \
138 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ) \
[all …]
/external/valgrind/main/coregrind/
Dvg_preloaded.c154 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);
155 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() function
166 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void);
167 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_stir)(void) in VG_REPLACE_FUNCTION_ZU() function
172 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat…
173 void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned char *dat, int dat… in VG_REPLACE_FUNCTION_ZU() function
/external/valgrind/main/drd/
Ddrd_strmem_intercepts.c43 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
44 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
63 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
64 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
/external/valgrind/tsan/
Dts_valgrind_intercepts.c2275 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2277 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2299 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2301 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2315 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \
2316 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
2331 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \ in STRCHR()
2332 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
2344 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str, int c ); \
2345 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str, int c ) \
[all …]
/external/valgrind/main/helgrind/
Dhg_intercepts.c2302 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \
2303 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
2333 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
2334 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
2351 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ); \
2352 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ) \
2370 int VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2372 int VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2399 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2401 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
/external/valgrind/main/include/
Dpub_tool_redir.h217 #define VG_REPLACE_FUNCTION_ZU(_soname,_fnname) \ macro