Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_existence.c16 struct core_reloc_existence_output { struct
17 int a_exists;
18 int a_value;
19 int b_exists;
20 int b_value;
21 int c_exists;
45 struct core_reloc_existence_output *out = (void *)&data.out; in test_core_existence() argument
Dcore_reloc_types.h685 struct core_reloc_existence_output { struct
686 int a_exists;
687 int a_value;
688 int b_exists;
689 int b_value;
690 int c_exists;
691 int c_value;
692 int arr_exists;
693 int arr_value;
694 int s_exists;
[all …]