Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/private/
Dthread_private.h30 #define WEAK_NAME(name) __CONCAT(_weak_,name)
41 #define __THREAD_NAME(name) __CONCAT(_thread_tagname_,name)
/bionic/libc/arch-x86/include/machine/
Dasm.h78 # define __CONCAT(x,y) x ## y macro
81 # define __CONCAT(x,y) x/**/y macro
/bionic/libc/arch-arm/include/machine/
Dasm.h53 # define __CONCAT(x,y) x ## y macro
56 # define __CONCAT(x,y) x/**/y macro
/bionic/libc/include/sys/
Dcdefs.h91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y macro
111 #define __CONCAT(x,y) x/**/y macro
Dcdefs_elf.h34 #define _C_LABEL(x) __CONCAT(_,x)
Dexec_elf.h536 #define CONCAT(x,y) __CONCAT(x,y)