Lines Matching refs:BTF_PRINT_ARG
604 #define BTF_PRINT_ARG(...) \ macro
628 BTF_PRINT_ARG("void "); in __btf_dumper_type_only()
638 BTF_PRINT_ARG("%s ", btf__name_by_offset(btf, t->name_off)); in __btf_dumper_type_only()
641 BTF_PRINT_ARG("struct %s ", in __btf_dumper_type_only()
645 BTF_PRINT_ARG("union %s ", in __btf_dumper_type_only()
650 BTF_PRINT_ARG("enum %s ", in __btf_dumper_type_only()
656 BTF_PRINT_ARG("[%d]", array->nelems); in __btf_dumper_type_only()
660 BTF_PRINT_ARG("* "); in __btf_dumper_type_only()
663 BTF_PRINT_ARG("%s %s ", in __btf_dumper_type_only()
668 BTF_PRINT_ARG("volatile "); in __btf_dumper_type_only()
672 BTF_PRINT_ARG("const "); in __btf_dumper_type_only()
676 BTF_PRINT_ARG("restrict "); in __btf_dumper_type_only()
693 BTF_PRINT_ARG("static "); in __btf_dumper_type_only()
695 BTF_PRINT_ARG(" %s", in __btf_dumper_type_only()
699 BTF_PRINT_ARG("section (\"%s\") ", in __btf_dumper_type_only()
718 BTF_PRINT_ARG("%s(", btf__name_by_offset(btf, func->name_off)); in btf_dump_func()
720 BTF_PRINT_ARG("("); in btf_dump_func()
726 BTF_PRINT_ARG(", "); in btf_dump_func()
730 BTF_PRINT_ARG("%s", in btf_dump_func()
739 BTF_PRINT_ARG("..."); in btf_dump_func()
742 BTF_PRINT_ARG(")"); in btf_dump_func()