Home
last modified time | relevance | path

Searched refs:BTF_KIND_FWD (Results 1 – 9 of 9) sorted by relevance

/tools/include/uapi/linux/
Dbtf.h66 #define BTF_KIND_FWD 7 /* Forward */ macro
/tools/testing/selftests/bpf/
Dtest_btf.h20 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FWD, kind_flag, 0), 0)
Dtest_btf.c422 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */
447 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */
1924 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 1),
2069 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 0), /* [2] */
2090 BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 0), /* [2] */
2922 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [2] */
6678 case BTF_KIND_FWD: in btf_type_size()
/tools/lib/bpf/
Dbtf.c151 case BTF_KIND_FWD: in btf_type_size()
2051 case BTF_KIND_FWD: in btf_dedup_prim_type()
2258 && (cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD) in btf_dedup_is_equiv()
2263 if (cand_kind == BTF_KIND_FWD) { in btf_dedup_is_equiv()
2286 case BTF_KIND_FWD: in btf_dedup_is_equiv()
2414 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
2416 else if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
2420 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()
2769 case BTF_KIND_FWD: in btf_dedup_remap_type()
Dbtf_dump.c262 case BTF_KIND_FWD: in btf_dump_mark_referenced()
478 case BTF_KIND_FWD: in btf_dump_order_type()
686 case BTF_KIND_FWD: in btf_dump_emit_type()
1082 case BTF_KIND_FWD: in btf_dump_emit_type_decl()
1207 case BTF_KIND_FWD: in btf_dump_emit_type_chain()
Dbtf.h185 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
Dlibbpf.c2591 case BTF_KIND_FWD: in bpf_core_fields_are_compat()
/tools/bpf/bpftool/
Dbtf_dumper.c377 case BTF_KIND_FWD: in btf_dumper_do_type()
462 case BTF_KIND_FWD: in __btf_dumper_type_only()
Dbtf.c28 [BTF_KIND_FWD] = "FWD",
221 case BTF_KIND_FWD: { in dump_btf_type()