Home | History | Annotate | Download | only in helgrind

Lines Matching full:soname

2031 // soname is libQtCore.so.4 ; match against libQtCore.so*
2301 #define STRCHR(soname, fnname) \
2302 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 ) \
2332 #define STRLEN(soname, fnname) \
2333 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
2334 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
2350 #define STRCPY(soname, fnname) \
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 ) \
2369 #define STRCMP(soname, fnname) \
2370 int VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2372 int VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2398 #define MEMCPY(soname, fnname) \
2399 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \
2401 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) \