Symbol: XSTR
samples/landlock/sandboxer.c
305
#define STR(s) XSTR(s)
tools/build/feature/test-glibc.c
16
const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__);
tools/testing/selftests/bpf/progs/bpf_misc.h
133
#define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
134
#define __not_msg(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
135
#define __xlated(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
136
#define __jited(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
140
#define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
141
#define __not_msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_not_msg_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
142
#define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
143
#define __jited_unpriv(msg) __attribute__((btf_decl_tag("comment:test_jited=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
148
#define __retval(val) __attribute__((btf_decl_tag("comment:test_retval="XSTR(val))))
tools/testing/selftests/bpf/progs/bpf_misc.h
149
#define __retval_unpriv(val) __attribute__((btf_decl_tag("comment:test_retval_unpriv="XSTR(val))))
tools/testing/selftests/bpf/progs/bpf_misc.h
161
#define __stderr(msg) __attribute__((btf_decl_tag("comment:test_expect_stderr=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
162
#define __stderr_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_stderr_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
163
#define __stdout(msg) __attribute__((btf_decl_tag("comment:test_expect_stdout=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
164
#define __stdout_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_stdout_unpriv=" XSTR(__COUNTER__) "=" msg)))
tools/testing/selftests/bpf/progs/bpf_misc.h
165
#define __linear_size(sz) __attribute__((btf_decl_tag("comment:test_linear_size=" XSTR(sz))))
tools/testing/selftests/bpf/progs/test_sockmap_redir.c
45
SEC("sk_" XSTR(__type)) \
tools/testing/selftests/kvm/x86/evmcs_smm_controls_test.c
40
asm volatile("in $" XSTR(SYNC_PORT) ", %%al \n"
tools/testing/selftests/kvm/x86/smm_test.c
45
asm volatile("in $" XSTR(SYNC_PORT)", %%al \n"