Searched refs:XSTR (Results 1 – 4 of 4) sorted by relevance
7 #define XSTR(s) STR(s) macro16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
31 #define XSTR(s) STR(s) macro50 asm volatile("in $" XSTR(SYNC_PORT)", %%al \n" in sync_with_host()
27 sym = XSTR(SET_SRC(body), 0); in arm_pertask_ssp_rtl_execute()
153 #define STR(x) XSTR(x)154 #define XSTR(x) #x macro