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 148 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
336 VG_(xaprintf)(text, " fun:%s\n", buf);
339 VG_(xaprintf)(text, " obj:%s\n", buf);
341 VG_(xaprintf)(text, " obj:*\n");
378 VG_(xaprintf)(text, "{\n");
379 VG_(xaprintf)(text, " <%s>\n", dummy_name);
380 VG_(xaprintf)(text, " %s:%s\n", VG_(details).name, name);
388 VG_(xaprintf)(text, " %s\n", xtra);
400 VG_(xaprintf)(text, "}\n");
402 VG_(xaprintf)(text, "%c", (HChar)0 )
    [all...]
m_xarray.c 346 void VG_(xaprintf)( XArray* dst, const HChar* format, ... ) function
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 2591 milliseconds