Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
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); in test_core_type_id()
104 out->targ_union = bpf_core_type_id_kernel(union a_union); in test_core_type_id()
A Dtest_core_reloc_type_based.c22 union a_union { union
84 out->union_exists = bpf_core_type_exists(union a_union); in test_core_type_based()
96 out->union_sz = bpf_core_type_size(union a_union); in test_core_type_based()
A Dcore_reloc_types.h877 union a_union { union
908 union a_union f2;
1074 union a_union f2;
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c703 .union_sz = sizeof(union a_union),

Completed in 13 milliseconds