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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dasm.h53 # define __STRING(x) #x macro
56 # define __STRING(x) "x" macro
125 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
129 .stabs __STRING(sym),1,0,0,0
133 .stabs __STRING(_/**/sym),1,0,0,0
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dasm.h55 # define __STRING(x) #x macro
58 # define __STRING(x) "x" macro
117 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
121 .stabs __STRING(sym),1,0,0,0
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dasm.h79 # define __STRING(x) #x macro
82 # define __STRING(x) "x" macro
195 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
199 .stabs __STRING(sym),1,0,0,0
203 .stabs __STRING(_/**/sym),1,0,0,0
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A DEfiCdefs.h133 * strings produced by the __STRING macro, but this only works with ANSI C.
136 #define ___STRING(x) __STRING(x)
139 #define __STRING(x) #x macro

Completed in 33 milliseconds