Home
last modified time | relevance | path

Searched defs:core_reloc_enumval_output (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_enumval.c30 struct core_reloc_enumval_output { struct
48 struct core_reloc_enumval_output *out = (void *)&data.out; in test_core_enumval() argument
H A Dcore_reloc_types.h1066 struct core_reloc_enumval_output { struct
1067 bool named_val1_exists;
1068 bool named_val2_exists;
1069 bool named_val3_exists;
1070 bool anon_val1_exists;
1071 bool anon_val2_exists;
1072 bool anon_val3_exists;
1074 int named_val1;
1075 int named_val2;
1076 int anon_val1;
[all …]