Home
last modified time | relevance | path

Searched defs:_C_LABEL (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dasm.h41 # define _C_LABEL(x) x macro
44 # define _C_LABEL(x) _ ## x macro
46 # define _C_LABEL(x) _/**/x macro
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dasm.h65 # define _C_LABEL(x) x macro
68 # define _C_LABEL(x) _ ## x macro
70 # define _C_LABEL(x) _/**/x macro
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dasm.h48 # define _C_LABEL(x) x macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dcdefs_aout.h11 #define _C_LABEL(x) __CONCAT(_,x) macro