Searched refs:BTF_KIND_FWD (Results 1 – 9 of 9) sorted by relevance
/tools/include/uapi/linux/ |
D | btf.h | 66 #define BTF_KIND_FWD 7 /* Forward */ macro
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 20 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FWD, kind_flag, 0), 0)
|
D | test_btf.c | 422 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/ |
D | btf.c | 151 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()
|
D | btf_dump.c | 262 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()
|
D | btf.h | 185 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
|
D | libbpf.c | 2591 case BTF_KIND_FWD: in bpf_core_fields_are_compat()
|
/tools/bpf/bpftool/ |
D | btf_dumper.c | 377 case BTF_KIND_FWD: in btf_dumper_do_type() 462 case BTF_KIND_FWD: in __btf_dumper_type_only()
|
D | btf.c | 28 [BTF_KIND_FWD] = "FWD", 221 case BTF_KIND_FWD: { in dump_btf_type()
|