Searched defs:VG_SYM (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/tests/ | ||
H A D | asm.h | 5 // 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 188 milliseconds