Searched refs:BTF_KIND_UNION (Results 1 – 18 of 18) sorted by relevance
| /tools/lib/bpf/ |
| A D | btf_relocate.c | 166 case BTF_KIND_UNION: in btf_mark_embedded_composite_type_ids() 263 case BTF_KIND_UNION: in btf_relocate_map_distilled_base() 306 case BTF_KIND_UNION: in btf_relocate_map_distilled_base() 331 case BTF_KIND_UNION: in btf_relocate_map_distilled_base() 396 case BTF_KIND_UNION: in btf_relocate_validate_distilled_base()
|
| A D | btf_iter.c | 53 case BTF_KIND_UNION: in btf_field_iter_init() 116 case BTF_KIND_UNION: in btf_field_iter_init()
|
| A D | btf.h | 405 return btf_kind(t) == BTF_KIND_UNION; in btf_is_union() 412 return kind == BTF_KIND_STRUCT || kind == BTF_KIND_UNION; in btf_is_composite()
|
| A D | btf_dump.c | 354 case BTF_KIND_UNION: { in btf_dump_mark_referenced() 521 case BTF_KIND_UNION: { in btf_dump_order_type() 709 case BTF_KIND_UNION: in btf_dump_emit_type() 791 case BTF_KIND_UNION: in btf_dump_emit_type() 1338 case BTF_KIND_UNION: in btf_dump_emit_type_decl() 1461 case BTF_KIND_UNION: in btf_dump_emit_type_chain() 2442 case BTF_KIND_UNION: { in btf_dump_type_data_check_zero() 2538 case BTF_KIND_UNION: in btf_dump_dump_type_data()
|
| A D | btf.c | 321 case BTF_KIND_UNION: in btf_type_size() 389 case BTF_KIND_UNION: in btf_bswap_type_rest() 522 case BTF_KIND_UNION: { in btf_validate_type() 784 case BTF_KIND_UNION: in btf__resolve_size() 848 case BTF_KIND_UNION: { in btf__align_of() 4240 case BTF_KIND_UNION: in btf_dedup_prep() 4284 case BTF_KIND_UNION: in btf_dedup_prim_type() 4468 case BTF_KIND_UNION: { in btf_dedup_identical_types() 4711 case BTF_KIND_UNION: { in btf_dedup_is_equiv() 5549 case BTF_KIND_UNION: in btf_add_distilled_type_ids() [all …]
|
| A D | relo_core.c | 174 case BTF_KIND_UNION: in __bpf_core_types_are_compat() 1604 (targ_k == BTF_KIND_UNION && local_f); in __bpf_core_types_match() 1620 case BTF_KIND_UNION: in __bpf_core_types_match() 1630 return (local_k == BTF_KIND_UNION) == targ_f; in __bpf_core_types_match()
|
| A D | linker.c | 1533 case BTF_KIND_UNION: in glob_sym_btf_matches() 1605 case BTF_KIND_UNION: { in glob_sym_btf_matches()
|
| A D | libbpf.c | 2407 case BTF_KIND_UNION: return "union"; in __btf_kind_str() 3213 t->info = BTF_INFO_ENC(BTF_KIND_UNION, 0, vlen); in bpf_object__sanitize_btf()
|
| /tools/include/uapi/linux/ |
| A D | btf.h | 66 BTF_KIND_UNION = 5, /* Union */ enumerator
|
| /tools/testing/selftests/bpf/ |
| A D | btf_helpers.c | 15 [BTF_KIND_UNION] = "UNION", 125 case BTF_KIND_UNION: { in fprintf_btf_type_raw()
|
| A D | test_btf.h | 34 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_UNION, 0, nr_elems), sz)
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | resolve_btfids.c | 27 { "U", BTF_KIND_UNION, -1 },
|
| A D | core_reloc.c | 485 exp->local_union = find_btf_type(local_btf, "a_union", BTF_KIND_UNION); in setup_type_id_case_local() 509 exp->targ_union = find_btf_type(targ_btf, "a_union", BTF_KIND_UNION); in setup_type_id_case_success()
|
| A D | btf_write.c | 142 ASSERT_EQ(btf_kind(t), BTF_KIND_UNION, "union_kind"); in gen_btf()
|
| A D | btf.c | 3102 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 1, 2), 4), /* [2] */ 3144 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 1, 2), 4), /* [3] */ 3188 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 1, 2), 4), /* [3] */ 3274 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 1, 2), 2), /* [2] */ 5065 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 0, 2), 8), 5130 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 0, 2), 8), 5197 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_UNION, 0, 2), 8), 8053 case BTF_KIND_UNION: in btf_type_size()
|
| /tools/bpf/bpftool/ |
| A D | btf.c | 38 [BTF_KIND_UNION] = "UNION", 179 case BTF_KIND_UNION: { in dump_btf_type() 606 case BTF_KIND_UNION: in btf_type_rank() 694 case BTF_KIND_UNION: in btf_type_disambig_hash()
|
| A D | btf_dumper.c | 565 case BTF_KIND_UNION: in btf_dumper_do_type() 644 case BTF_KIND_UNION: in __btf_dumper_type_only()
|
| A D | gen.c | 2054 case BTF_KIND_UNION: in btfgen_mark_type() 2130 case BTF_KIND_UNION: in btfgen_record_field_relo() 2190 case BTF_KIND_UNION: { in btfgen_mark_type_match()
|
Completed in 994 milliseconds