Searched refs:BTF_PRINT_ARG (Results 1 – 1 of 1) sorted by relevance
568 #define BTF_PRINT_ARG(...) \ macro592 BTF_PRINT_ARG("void "); in __btf_dumper_type_only()602 BTF_PRINT_ARG("%s ", btf__name_by_offset(btf, t->name_off)); in __btf_dumper_type_only()605 BTF_PRINT_ARG("struct %s ", in __btf_dumper_type_only()609 BTF_PRINT_ARG("union %s ", in __btf_dumper_type_only()613 BTF_PRINT_ARG("enum %s ", in __btf_dumper_type_only()619 BTF_PRINT_ARG("[%d]", array->nelems); in __btf_dumper_type_only()623 BTF_PRINT_ARG("* "); in __btf_dumper_type_only()626 BTF_PRINT_ARG("%s %s ", in __btf_dumper_type_only()631 BTF_PRINT_ARG("volatile "); in __btf_dumper_type_only()[all …]