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

  /external/valgrind/main/include/
pub_tool_basics_asm.h 44 // VG_/ML_ in both asm and C files.
52 # define VG_(str) VGAPPEND( vgPlain_, str)
55 # define VG_(str) VGAPPEND(_vgPlain_, str)
pub_tool_basics.h 60 // VG_ is for symbols exported from modules. ML_ (module-local) is
65 // Likewise it is a mistake for a VG_ name to appear in a priv_*.h
70 #define VG_(str) VGAPPEND(vgPlain_, str)
138 /* ThreadIds are simply indices into the VG_(threads)[] array. */
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 25 #define VG_(_str) VG_##_str
32 VG_(debugLog_vprintf) (
47 OutputSink VG_(log_output_sink) = { 2, False }; /* 2 = stderr */
89 ret = VG_(debugLog_vprintf)
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
115 return vprintf_WRK( &VG_(log_output_sink), format, vargs );
119 UInt VG_(printf) ( const HChar *format, ... )
124 ret = VG_(vprintf)(format, vargs);
337 VG_(debugLog_vprintf) (
    [all...]
  /external/valgrind/main/VEX/
test_main.c 456 #define VG_(xxxx) xxxx
683 VG_(tool_panic)("memcheck:shadowType");
697 default: VG_(tool_panic)("memcheck:definedOfType");
810 VG_(printf)("\n"); ppIRType(vty); VG_(printf)("\n");
811 VG_(tool_panic)("memcheck:mkUifU");
    [all...]

Completed in 152 milliseconds