Home
last modified time | relevance | path

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

/bionic/libc/arch-arm/include/machine/
Dasm.h42 # define _C_LABEL(x) x macro
45 # define _C_LABEL(x) _ ## x macro
47 # define _C_LABEL(x) _/**/x macro
/bionic/libc/arch-x86/include/machine/
Dasm.h65 # define _C_LABEL(x) x macro
68 # define _C_LABEL(x) _ ## x macro
70 # define _C_LABEL(x) _/**/x macro
/bionic/libc/include/sys/
Dcdefs_elf.h34 #define _C_LABEL(x) __CONCAT(_,x) macro
37 #define _C_LABEL(x) x macro
/bionic/libc/arch-mips/include/machine/
Dasm.h59 #define _C_LABEL(x) x /* XXX Obsolete but keep for a while */ macro