Searched refs:anon_struct_typedef (Results 1 – 3 of 3) sorted by relevance
37 typedef struct { int x, y, z; } anon_struct_typedef; typedef119 out->typedef_anon_struct_exists = bpf_core_type_exists(anon_struct_typedef); in test_core_type_based()133 out->typedef_anon_struct_matches = bpf_core_type_matches(anon_struct_typedef); in test_core_type_based()146 out->typedef_anon_struct_sz = bpf_core_type_size(anon_struct_typedef); in test_core_type_based()
927 typedef struct { int x, y, z; } anon_struct_typedef; typedef956 anon_struct_typedef f6;
790 .typedef_anon_struct_sz = sizeof(anon_struct_typedef),