Searched refs:_STRINGIFY (Results 1 – 2 of 2) sorted by relevance
15 #define _STRINGIFY(x) #x macro18 __attribute__((section("." _STRINGIFY(a) \19 "." _STRINGIFY(b) \20 "." _STRINGIFY(c))))
141 #define _STRINGIFY(x) #x macro142 #define STRINGIFY(s) _STRINGIFY(s)
Completed in 6 milliseconds