Home
last modified time | relevance | path

Searched refs:anon_struct_typedef (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c37 typedef struct { int x, y, z; } anon_struct_typedef; typedef
119 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()
H A Dcore_reloc_types.h927 typedef struct { int x, y, z; } anon_struct_typedef; typedef
956 anon_struct_typedef f6;
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c790 .typedef_anon_struct_sz = sizeof(anon_struct_typedef),