Searched refs:VG_WRAP_FUNCTION_ZZ (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/drd/ |
H A D | drd_darwin_intercepts.c | 39 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm) 41 void* VG_WRAP_FUNCTION_ZZ(dyld, ZuZZN4dyld18fastBindLazySymbolEPP11ImageLoaderm) function
|
H A D | drd_libstdcxx_intercepts.c | 43 #include "pub_tool_redir.h" /* VG_WRAP_FUNCTION_ZZ() */ 51 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl; \ 52 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl \
|
H A D | drd_pthread_intercepts.c | 60 #include "pub_tool_redir.h" /* VG_WRAP_FUNCTION_ZZ() */ 159 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 160 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 175 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBC_SONAME,zf) argl_decl; \ 176 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBC_SONAME,zf) argl_decl \ 180 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl; \ 181 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBPTHREAD_SONAME,zf) argl_decl \ 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) function
|
/external/valgrind/include/ |
H A D | pub_tool_redir.h | 164 VG_WRAP_FUNCTION_ZZ 227 #define VG_WRAP_FUNCTION_ZZ(_soname,_fnname) \ macro
|
Completed in 157 milliseconds