Lines Matching refs:BTF_KIND_FWD
259 case BTF_KIND_FWD: in btf_type_size()
306 case BTF_KIND_FWD: in btf_bswap_type_rest()
1981 id = btf_add_ref_kind(btf, BTF_KIND_FWD, name, 0); in btf__add_fwd()
1985 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION); in btf__add_fwd()
3616 case BTF_KIND_FWD: in btf_dedup_prim_type()
3823 && (cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD) in btf_dedup_is_equiv()
3828 if (cand_kind == BTF_KIND_FWD) { in btf_dedup_is_equiv()
3851 case BTF_KIND_FWD: in btf_dedup_is_equiv()
3979 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
3981 else if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
3985 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()
4327 case BTF_KIND_FWD: in btf_dedup_remap_type()