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

/bionic/libc/arch-arm/include/machine/
H A Dasm.h54 # define __STRING(x) #x macro
57 # define __STRING(x) "x" macro
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
137 .stabs __STRING(sym),1,0,0,0
141 .stabs __STRING(_/**/sym),1,0,0,0
/bionic/libc/arch-x86/include/machine/
H A Dasm.h79 # define __STRING(x) #x macro
82 # define __STRING(x) "x" macro
/bionic/libc/include/sys/
H A Dcdefs.h76 * strings produced by the __STRING macro, but this only works with ANSI C.
79 #define ___STRING(x) __STRING(x)
85 #define __STRING(x) #x macro
101 #define __STRING(x) "x" macro

Completed in 64 milliseconds