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 | 304 #define VG_Z_LD_SO_1 ldZdsoZd1 // ld.so.1 macro 327 # define VG_Z_LD_SO_1 ZSlibZSldZdsoZd1 // /lib/ld.so.1 macro 330 # 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) 272 STRCHR(VG_Z_LD_SO_1, strchr) 311 STRCAT(VG_Z_LD_SO_1, strcat) 475 STRLEN(VG_Z_LD_SO_1, strlen) 517 STRCPY(VG_Z_LD_SO_1, strcpy) 558 STRNCPY(VG_Z_LD_SO_1, strncpy) 861 STRCMP(VG_Z_LD_SO_1, strcmp) 1022 MEMCPY(VG_Z_LD_SO_1, memcpy) /* ld.so.1 */ 1043 MEMCPY(VG_Z_LD_SO_1, memcpy) 1096 MEMCMP(VG_Z_LD_SO_1, bcmp) [all …]
|
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 660 void VG_WRAP_FUNCTION_ZZ(VG_Z_LD_SO_1, ZuldZulibc)(vki_Lc_interface *ptr); 661 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
|