Lines Matching refs:VG_Z_LIBC_SONAME

100    ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args); \
101 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBC_SONAME,f)(args)
316 WRAP_WORKQ_OPS(VG_Z_LIBC_SONAME, __workq_ops);
413 WRAP_ZONE_MALLOC(VG_Z_LIBC_SONAME, malloc_zone_malloc);
414 WRAP_ZONE_CALLOC(VG_Z_LIBC_SONAME, malloc_zone_calloc);
415 WRAP_ZONE_REALLOC(VG_Z_LIBC_SONAME, malloc_zone_realloc);
417 WRAP_MALLOC(VG_Z_LIBC_SONAME, malloc);
420 WRAP_MALLOC(VG_Z_LIBC_SONAME, valloc);
422 WRAP_MALLOC(VG_Z_LIBC_SONAME, pvalloc);
444 WRAP_CALLOC(VG_Z_LIBC_SONAME, calloc);
447 WRAP_REALLOC(VG_Z_LIBC_SONAME, realloc); // TODO: handle free inside realloc
449 WRAP_REALLOC(VG_Z_LIBC_SONAME, memalign);
451 WRAP_POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign);
454 WRAP_MMAP(VG_Z_LIBC_SONAME, mmap);
457 WRAP_MUNMAP(VG_Z_LIBC_SONAME, munmap);
495 WRAP_FREE(VG_Z_LIBC_SONAME, free);
496 WRAP_ZONE_FREE(VG_Z_LIBC_SONAME, malloc_zone_free);
542 size_t I_WRAP_SONAME_FNNAME_ZU(VG_Z_LIBC_SONAME, fwrite) (const void *ptr, size_t size, size_t nmemb, void* stream);
543 size_t I_WRAP_SONAME_FNNAME_ZU(VG_Z_LIBC_SONAME, fwrite) (const void *ptr, size_t size, size_t nmemb, void* stream) {
554 int I_WRAP_SONAME_FNNAME_ZU(VG_Z_LIBC_SONAME, puts) (const char *s);
555 int I_WRAP_SONAME_FNNAME_ZU(VG_Z_LIBC_SONAME, puts) (const char *s) {
2281 MEMCPY(VG_Z_LIBC_SONAME, memcpy)
2293 MEMCPY(VG_Z_LIBC_SONAME, __GI_memcpy);
2305 MEMMOVE(VG_Z_LIBC_SONAME, memmove)
2308 MEMMOVE(VG_Z_LIBC_SONAME, __GI_memmove);
2320 STRCHR(VG_Z_LIBC_SONAME, strchr)
2321 STRCHR(VG_Z_LIBC_SONAME, index)
2325 STRCHR(VG_Z_LIBC_SONAME, __GI_strchr)
2335 STRCHRNUL(VG_Z_LIBC_SONAME, strchrnul)
2338 STRCHRNUL(VG_Z_LIBC_SONAME, __GI_strchrnul)
2349 STRRCHR(VG_Z_LIBC_SONAME, strrchr)
2350 STRRCHR(VG_Z_LIBC_SONAME, rindex)
2354 STRRCHR(VG_Z_LIBC_SONAME, __GI_strrchr)
2366 STRCMP(VG_Z_LIBC_SONAME, strcmp)
2369 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp)
2379 MEMCMP(VG_Z_LIBC_SONAME, __memcmp_ssse3)
2380 MEMCMP(VG_Z_LIBC_SONAME, memcmp)
2383 MEMCMP(VG_Z_LIBC_SONAME, __GI_memcmp)
2391 MEMCHR(VG_Z_LIBC_SONAME, memchr)
2401 STRNCMP(VG_Z_LIBC_SONAME, strncmp)
2404 STRNCMP(VG_Z_LIBC_SONAME, __GI_strncmp)
2418 STRLEN(VG_Z_LIBC_SONAME, strlen)
2421 STRLEN(VG_Z_LIBC_SONAME, __GI_strlen)
2431 STRCPY(VG_Z_LIBC_SONAME, strcpy)
2434 STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
2444 STRNCPY(VG_Z_LIBC_SONAME, strncpy)
2447 STRNCPY(VG_Z_LIBC_SONAME, __GI_strncpy)
2457 STRCAT(VG_Z_LIBC_SONAME, strcat)
2460 STRCAT(VG_Z_LIBC_SONAME, __GI_strcat)
2470 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
2473 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy)