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 142 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
326 VG_(xaprintf)(text, " fun:%s\n", buf);
329 VG_(xaprintf)(text, " obj:%s\n", buf);
331 VG_(xaprintf)(text, " obj:*\n");
368 VG_(xaprintf)(text, "{\n");
369 VG_(xaprintf)(text, " <%s>\n", dummy_name);
370 VG_(xaprintf)(text, " %s:%s\n", VG_(details).name, name);
378 VG_(xaprintf)(text, " %s\n", xtra);
390 VG_(xaprintf)(text, "}\n");
392 VG_(xaprintf)(text, "%c", (HChar)0 )
    [all...]
m_xarray.c 332 void VG_(xaprintf)( XArray* dst, const HChar* format, ... ) function
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 2295 milliseconds