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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c37 typedef struct { int x, y, z; } anon_struct_typedef; typedef in typeref:struct:__anon3785
119 out->typedef_anon_struct_exists = bpf_core_type_exists(anon_struct_typedef);
133 out->typedef_anon_struct_matches = bpf_core_type_matches(anon_struct_typedef);
146 out->typedef_anon_struct_sz = bpf_core_type_size(anon_struct_typedef);
H A Dcore_reloc_types.h927 typedef struct { int x, y, z; } anon_struct_typedef; typedef in typeref:struct:__anon3760
956 anon_struct_typedef f6;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c789 .typedef_anon_struct_sz = sizeof(anon_struct_typedef),

Completed in 113 milliseconds