Lines Matching full:type
17 #define SNIPPET_NAME_START(type, file) \ argument
18 _binary_s390x_snippets_##type##_##file##_gbin_start
19 #define SNIPPET_NAME_END(type, file) \ argument
20 _binary_s390x_snippets_##type##_##file##_gbin_end
21 #define SNIPPET_HDR_START(type, file) \ argument
22 _binary_s390x_snippets_##type##_##file##_hdr_start
23 #define SNIPPET_HDR_END(type, file) \ argument
24 _binary_s390x_snippets_##type##_##file##_hdr_end
28 #define SNIPPET_LEN(type, file) \ argument
29 ((uintptr_t)SNIPPET_NAME_END(type, file) - (uintptr_t)SNIPPET_NAME_START(type, file))
30 #define SNIPPET_HDR_LEN(type, file) \ argument
31 ((uintptr_t)SNIPPET_HDR_END(type, file) - (uintptr_t)SNIPPET_HDR_START(type, file))