Searched refs:BTF_KIND_FWD (Results 1 – 16 of 16) sorted by relevance
| /tools/lib/bpf/ |
| A D | btf_iter.c | 34 case BTF_KIND_FWD: in btf_field_iter_init() 85 case BTF_KIND_FWD: in btf_field_iter_init()
|
| A D | btf_relocate.c | 259 case BTF_KIND_FWD: in btf_relocate_map_distilled_base() 296 case BTF_KIND_FWD: in btf_relocate_map_distilled_base() 298 case BTF_KIND_FWD: in btf_relocate_map_distilled_base() 397 case BTF_KIND_FWD: in btf_relocate_validate_distilled_base()
|
| A D | btf.c | 302 case BTF_KIND_FWD: in btf_type_size() 356 case BTF_KIND_FWD: in btf_bswap_type_rest() 497 case BTF_KIND_FWD: in btf_validate_type() 4224 case BTF_KIND_FWD: in btf_dedup_prep() 4327 case BTF_KIND_FWD: in btf_dedup_prim_type() 4433 case BTF_KIND_FWD: in btf_dedup_identical_types() 4653 if ((cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD) in btf_dedup_is_equiv() 4682 case BTF_KIND_FWD: in btf_dedup_is_equiv() 4819 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map() 4830 if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map() [all …]
|
| A 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() 1593 case BTF_KIND_FWD: { in __bpf_core_types_match() 1627 if (targ_k != BTF_KIND_FWD) in __bpf_core_types_match()
|
| A D | btf_dump.c | 330 case BTF_KIND_FWD: in btf_dump_mark_referenced() 551 case BTF_KIND_FWD: in btf_dump_order_type() 769 case BTF_KIND_FWD: in btf_dump_emit_type() 1336 case BTF_KIND_FWD: in btf_dump_emit_type_decl() 1478 case BTF_KIND_FWD: in btf_dump_emit_type_chain() 2516 case BTF_KIND_FWD: in btf_dump_dump_type_data()
|
| A D | btf.h | 427 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
|
| A D | linker.c | 1536 case BTF_KIND_FWD: in glob_sym_btf_matches() 1553 case BTF_KIND_FWD: in glob_sym_btf_matches()
|
| A D | libbpf.c | 2409 case BTF_KIND_FWD: return "fwd"; in __btf_kind_str()
|
| /tools/include/uapi/linux/ |
| A D | btf.h | 68 BTF_KIND_FWD = 7, /* Forward */ enumerator
|
| /tools/testing/selftests/bpf/ |
| A D | btf_helpers.c | 17 [BTF_KIND_FWD] = "FWD", 169 case BTF_KIND_FWD: in fprintf_btf_type_raw()
|
| A D | test_btf.h | 22 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FWD, kind_flag, 0), 0)
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A 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()
|
| A 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] */ 3591 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */ 8034 case BTF_KIND_FWD: in btf_type_size()
|
| /tools/bpf/bpftool/ |
| A D | btf_dumper.c | 579 case BTF_KIND_FWD: in btf_dumper_do_type() 662 case BTF_KIND_FWD: in __btf_dumper_type_only()
|
| A D | btf.c | 40 [BTF_KIND_FWD] = "FWD", 304 case BTF_KIND_FWD: { in dump_btf_type()
|
| A D | gen.c | 2209 case BTF_KIND_FWD: in btfgen_mark_type_match()
|
Completed in 81 milliseconds