Lines Matching refs:BTF_PRINT_ARG
568 #define BTF_PRINT_ARG(...) \ macro
592 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()
635 BTF_PRINT_ARG("const "); in __btf_dumper_type_only()
639 BTF_PRINT_ARG("restrict "); in __btf_dumper_type_only()
656 BTF_PRINT_ARG("static "); in __btf_dumper_type_only()
658 BTF_PRINT_ARG(" %s", in __btf_dumper_type_only()
662 BTF_PRINT_ARG("section (\"%s\") ", in __btf_dumper_type_only()
681 BTF_PRINT_ARG("%s(", btf__name_by_offset(btf, func->name_off)); in btf_dump_func()
683 BTF_PRINT_ARG("("); in btf_dump_func()
689 BTF_PRINT_ARG(", "); in btf_dump_func()
693 BTF_PRINT_ARG("%s", in btf_dump_func()
702 BTF_PRINT_ARG("..."); in btf_dump_func()
705 BTF_PRINT_ARG(")"); in btf_dump_func()