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()
91 #define STR(x) __STR(x)92 #define __STR(x) #x macro
24 #ifndef __STR25 #define __STR(x) #x macro28 #define STR(x) __STR(x)