Searched refs:xaprintf (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_xarray.h159 extern void VG_(xaprintf)( XArray* dst, const HChar* format, ... )
/external/valgrind/main/coregrind/
H A Dm_errormgr.c51 #include "pub_core_xarray.h" // VG_(xaprintf) et al
341 VG_(xaprintf)(text, " fun:%s\n", buf);
344 VG_(xaprintf)(text, " obj:%s\n", buf);
346 VG_(xaprintf)(text, " obj:*\n");
383 VG_(xaprintf)(text, "{\n");
384 VG_(xaprintf)(text, " <%s>\n", dummy_name);
385 VG_(xaprintf)(text, " %s:%s\n", VG_(details).name, name);
393 VG_(xaprintf)(text, " %s\n", xtra);
405 VG_(xaprintf)(text, "}\n");
407 VG_(xaprintf)(tex
[all...]
H A Dm_xarray.c367 void VG_(xaprintf)( XArray* dst, const HChar* format, ... ) function
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c2704 VG_(xaprintf)(dst, fmt, args) without having to resort to
2709 // VG_(xaprintf)(dstxa, format, ##args)
2711 #define p2XA VG_(xaprintf)

Completed in 791 milliseconds