Home
last modified time | relevance | path

Searched defs:VG_WRAP_FUNCTION_ZU (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/shared/
Dvg_replace_strmem.c1825 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, putenv) (char* string) in VG_WRAP_FUNCTION_ZU() function
1844 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, unsetenv) (const char* name) in VG_WRAP_FUNCTION_ZU() function
1865 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, setenv) in VG_WRAP_FUNCTION_ZU() function
/external/valgrind/include/
Dpub_tool_redir.h223 #define VG_WRAP_FUNCTION_ZU(_soname,_fnname) \ macro