Searched defs:VG_ (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_basics_asm.h44 // VG_/ML_ in both asm and C files.
52 # define VG_(str) VGAPPEND( vgPlain_, str) macro
55 # define VG_(str) VGAPPEND(_vgPlain_, str) macro
H A Dpub_tool_basics.h60 // 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) macro
138 /* ThreadIds are simply indices into the VG_(threads)[] array. */
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c25 #define VG_(_str) VG_##_str macro
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_vprint
[all...]
/external/valgrind/main/VEX/
H A Dtest_main.c456 #define VG_(xxxx) xxxx macro
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");
983 VG_(tool_panic)("mkPCastTo(1)");
1004 VG_(tool_panic)("mkPCastTo(2)");
1140 VG_(tool_panic)("memcheck:isAlwaysDefd:partial overlap");
1301 if (0) VG_(print
[all...]

Completed in 898 milliseconds