Searched refs:__STR (Results 1 – 5 of 5) sorted by relevance
14 #undef __STR17 #define __STR(x) x19 #define __STR(x) __stringify(x) macro23 #define M32R_LOCK __STR(lock)24 #define M32R_UNLOCK __STR(unlock)26 #define M32R_LOCK __STR(ld)27 #define M32R_UNLOCK __STR(st)
80 #define __STR(x) #x macro81 #define STR(x) __STR(x)
54 #define __STR(X) #X in load_segments() macro55 #define STR(X) __STR(X) in load_segments()68 #undef __STR in load_segments()
25 #ifndef __STR26 #define __STR(x) #x macro29 #define STR(x) __STR(x)
94 #define STR(x) __STR(x)95 #define __STR(x) #x macro