Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_type_based.c29 typedef struct { int x, y, z; } anon_struct_typedef; typedef
87 out->typedef_anon_struct_exists = bpf_core_type_exists(anon_struct_typedef); in test_core_type_based()
99 out->typedef_anon_struct_sz = bpf_core_type_size(anon_struct_typedef); in test_core_type_based()
A Dcore_reloc_types.h884 typedef struct { int x, y, z; } anon_struct_typedef; typedef
911 anon_struct_typedef f5;
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c706 .typedef_anon_struct_sz = sizeof(anon_struct_typedef),

Completed in 16 milliseconds