Searched refs:XSTR (Results 1 – 5 of 5) sorted by relevance
5 #define XSTR(s) STR(s) macro110 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" ms…111 #define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) …112 #define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))116 #define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUN…117 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(…118 #define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "="…
7 #define XSTR(s) STR(s) macro16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
28 #define XSTR(s) STR(s) macro47 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()
293 #define XSTR(s) #s macro294 #define STR(s) XSTR(s)
Completed in 7 milliseconds