HomeSort by relevance Sort by last modified time
    Searched refs:xaprintf (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/include/
pub_tool_xarray.h 159 extern void VG_(xaprintf)( XArray* dst, const HChar* format, ... )
  /external/valgrind/main/coregrind/
m_errormgr.c 51 #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)(text, "%c", (HChar)0 )
    [all...]
m_xarray.c 367 void VG_(xaprintf)( XArray* dst, const HChar* format, ... ) function
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 473 milliseconds