Lines Matching refs:BTF_KIND_FWD
298 case BTF_KIND_FWD:
352 case BTF_KIND_FWD:
493 case BTF_KIND_FWD:
2509 * Append new BTF_KIND_FWD type with:
2528 id = btf_add_ref_kind(btf, BTF_KIND_FWD, name, 0);
2532 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION);
3232 * have `BTF_KIND_FWD` type descriptor with name `B`).
3962 case BTF_KIND_FWD:
4065 case BTF_KIND_FWD:
4334 if ((cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD)
4339 if (cand_kind == BTF_KIND_FWD) {
4363 case BTF_KIND_FWD:
4444 * If BTF_KIND_FWD resolution is allowed, this mapping is also used to record
4500 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD)
4511 if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD)
4515 c_kind != BTF_KIND_FWD &&
4540 * BTF_KIND_FWD resolution is allowed, then hypothetical mapping
4833 if (kind != BTF_KIND_FWD)
5090 case BTF_KIND_FWD: