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

/external/valgrind/main/tests/
H A Dasm.h5 // general, any symbol named in asm code should be wrapped by VG_SYM.
9 #define VG_SYM(x) "_"#x macro
11 #define VG_SYM(x) #x macro

Completed in 56 milliseconds