Home
last modified time | relevance | path

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

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A 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
H A Dcore_reloc_types.h675 struct core_reloc_existence_output { struct
676 int a_exists;
677 int a_value;
678 int b_exists;
679 int b_value;
680 int c_exists;
681 int c_value;
682 int arr_exists;
683 int arr_value;
684 int s_exists;
[all …]