Searched refs:BTF_KIND_FWD (Results 1 – 17 of 17) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | btf_helpers.c | 17 [BTF_KIND_FWD] = "FWD", 169 case BTF_KIND_FWD: in fprintf_btf_type_raw()
|
| D | test_btf.h | 22 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FWD, kind_flag, 0), 0)
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | btf.h | 67 BTF_KIND_FWD = 7, /* Forward */ enumerator
|
| /Linux-v6.6/include/uapi/linux/ |
| D | btf.h | 67 BTF_KIND_FWD = 7, /* Forward */ enumerator
|
| /Linux-v6.6/tools/lib/bpf/ |
| D | btf.c | 294 case BTF_KIND_FWD: in btf_type_size() 348 case BTF_KIND_FWD: in btf_bswap_type_rest() 2266 id = btf_add_ref_kind(btf, BTF_KIND_FWD, name, 0); in btf__add_fwd() 2270 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION); in btf__add_fwd() 3700 case BTF_KIND_FWD: in btf_dedup_prep() 3803 case BTF_KIND_FWD: in btf_dedup_prim_type() 4072 if ((cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD) in btf_dedup_is_equiv() 4077 if (cand_kind == BTF_KIND_FWD) { in btf_dedup_is_equiv() 4101 case BTF_KIND_FWD: in btf_dedup_is_equiv() 4238 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map() [all …]
|
| D | btf_dump.c | 325 case BTF_KIND_FWD: in btf_dump_mark_referenced() 546 case BTF_KIND_FWD: in btf_dump_order_type() 764 case BTF_KIND_FWD: in btf_dump_emit_type() 1331 case BTF_KIND_FWD: in btf_dump_emit_type_decl() 1473 case BTF_KIND_FWD: in btf_dump_emit_type_chain() 2450 case BTF_KIND_FWD: in btf_dump_dump_type_data()
|
| D | relo_core.c | 176 case BTF_KIND_FWD: in __bpf_core_types_are_compat() 434 case BTF_KIND_FWD: in bpf_core_fields_are_compat() 1577 case BTF_KIND_FWD: { in __bpf_core_types_match() 1611 if (targ_k != BTF_KIND_FWD) in __bpf_core_types_match()
|
| D | btf.h | 384 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
|
| D | linker.c | 1351 case BTF_KIND_FWD: in glob_sym_btf_matches() 1368 case BTF_KIND_FWD: in glob_sym_btf_matches()
|
| D | libbpf.c | 2104 case BTF_KIND_FWD: return "fwd"; in __btf_kind_str()
|
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | btf_write.c | 184 ASSERT_EQ(btf_kind(t), BTF_KIND_FWD, "fwd_kind"); in gen_btf() 193 ASSERT_EQ(btf_kind(t), BTF_KIND_FWD, "fwd_kind"); in gen_btf()
|
| D | btf.c | 381 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */ 406 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */ 1953 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 1), 2098 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 0), /* [2] */ 2119 BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 0), /* [2] */ 2931 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [2] */ 7960 case BTF_KIND_FWD: in btf_type_size()
|
| /Linux-v6.6/tools/bpf/bpftool/ |
| D | btf_dumper.c | 579 case BTF_KIND_FWD: in btf_dumper_do_type() 662 case BTF_KIND_FWD: in __btf_dumper_type_only()
|
| D | btf.c | 31 [BTF_KIND_FWD] = "FWD", 287 case BTF_KIND_FWD: { in dump_btf_type()
|
| D | gen.c | 1903 case BTF_KIND_FWD: in btfgen_mark_type_match()
|
| /Linux-v6.6/Documentation/bpf/ |
| D | btf.rst | 78 #define BTF_KIND_FWD 7 /* Forward */ 305 2.2.7 BTF_KIND_FWD 311 * ``info.kind``: BTF_KIND_FWD
|
| /Linux-v6.6/kernel/bpf/ |
| D | btf.c | 321 [BTF_KIND_FWD] = "FWD", 493 return BTF_INFO_KIND(t->info) == BTF_KIND_FWD; in btf_type_is_fwd() 4930 [BTF_KIND_FWD] = &fwd_ops,
|