Searched refs:__STR (Results 1 – 5 of 5) sorted by relevance
15 #undef __STR18 #define __STR(x) x20 #define __STR(x) __stringify(x) macro24 #define M32R_LOCK __STR(lock)25 #define M32R_UNLOCK __STR(unlock)27 #define M32R_LOCK __STR(ld)28 #define M32R_UNLOCK __STR(st)
81 #define __STR(x) #x macro82 #define STR(x) __STR(x)
42 #define __STR(X) #X in load_segments() macro43 #define STR(X) __STR(X) in load_segments()54 #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