Searched refs:VG_Z_LD_SO_1 (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/exp-sgcheck/ |
D | h_intercepts.c | 72 STRRCHR(VG_Z_LD_SO_1, strrchr) 102 STRCHR(VG_Z_LD_SO_1, strchr) 136 STRLEN(VG_Z_LD_SO_1, strlen) 138 STRLEN(VG_Z_LD_SO_1, strlen) 160 STRCPY(VG_Z_LD_SO_1, strcpy) 218 STRCMP(VG_Z_LD_SO_1, strcmp) 312 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */ 315 MEMCPY(VG_Z_LD_SO_1, memcpy)
|
/external/valgrind/include/ |
D | pub_tool_redir.h | 313 #define VG_Z_LD_SO_1 ldZdsoZd1 // ld.so.1 macro 336 # define VG_Z_LD_SO_1 ZSlibZSldZdsoZd1 // /lib/ld.so.1 macro 339 # define VG_Z_LD_SO_1 ZSlibZSamd64ZSldZdsoZd1 // /lib/amd64/ld.so.1 macro
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 223 STRRCHR(VG_Z_LD_SO_1, strrchr) 276 STRCHR(VG_Z_LD_SO_1, strchr) 315 STRCAT(VG_Z_LD_SO_1, strcat) 479 STRLEN(VG_Z_LD_SO_1, strlen) 521 STRCPY(VG_Z_LD_SO_1, strcpy) 562 STRNCPY(VG_Z_LD_SO_1, strncpy) 865 STRCMP(VG_Z_LD_SO_1, strcmp) 1026 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */ 1048 MEMCPY(VG_Z_LD_SO_1, memcpy) 1101 MEMCMP(VG_Z_LD_SO_1, bcmp) [all …]
|
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 666 void VG_WRAP_FUNCTION_ZZ(VG_Z_LD_SO_1, ZuldZulibc)(vki_Lc_interface *ptr); 667 void VG_WRAP_FUNCTION_ZZ(VG_Z_LD_SO_1, ZuldZulibc)(vki_Lc_interface *ptr) in VG_WRAP_FUNCTION_ZZ() argument
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 329 void I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LD_SO_1, ZuldZulibc)(vki_Lc_interface *ptr); 330 void I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LD_SO_1, ZuldZulibc)(vki_Lc_interface *ptr) in I_WRAP_SONAME_FNNAME_ZZ() argument
|