Searched refs:__STRING (Results 1 – 6 of 6) sorted by relevance
50 #define __STRING(x) #x macro60 #define __GLOBL(sym) __asm__(".globl " __STRING(sym))61 #define __WEAK(sym) __asm__(".weak " __STRING(sym))
92 #ifndef __STRING94 #define __STRING(x) #x macro98 #define SND_DLSYM_VERSION(version) __STRING(version)
160 #define __STRING(x) #x /* stringify without expanding x */ macro161 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */177 #define __STRING(x) "x" macro
581 __STRING(x) #x606 __ASMNAME2(prefix,cname) __STRING (prefix) cname
115 case code: s = __STRING(code)
114 case code: s = __STRING(code)