Searched refs:a_union (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c23 union a_union { union
67 union a_union t2 = {};
96 out->local_union = bpf_core_type_id_local(union a_union);
104 out->targ_union = bpf_core_type_id_kernel(union a_union);
H A Dtest_core_reloc_type_based.c30 union a_union { union
116 out->union_exists = bpf_core_type_exists(union a_union);
130 out->union_matches = bpf_core_type_matches(union a_union);
143 out->union_sz = bpf_core_type_size(union a_union);
H A Dcore_reloc_types.h920 union a_union { union
953 union a_union f3;
1182 union a_union f2;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c483 exp->local_union = find_btf_type(local_btf, "a_union", BTF_KIND_UNION);
507 exp->targ_union = find_btf_type(targ_btf, "a_union", BTF_KIND_UNION);
786 .union_sz = sizeof(union a_union),

Completed in 141 milliseconds