Searched defs:__CONCAT (Results 1 – 4 of 4) sorted by relevance
47 #define __CONCAT(x,y) x ## y macro
139 #define __CONCAT(x,y) __CONCAT1(x,y) macro156 #define __CONCAT(x,y) x/**/y macro
105 #define __CONCAT(x,y) x ## y macro
603 __CONCAT(exec_,__elfN(imgact))(struct image_params *imgp) in __CONCAT() function