Searched refs:core_reloc_existence (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf__core_reloc_existence.c3 void f(struct core_reloc_existence x) {}
H A Dtest_core_reloc_existence.c29 struct core_reloc_existence { struct
44 struct core_reloc_existence *in = (void *)&data.in;
48 if (bpf_core_field_exists(struct core_reloc_existence, a))
54 if (bpf_core_field_exists(struct core_reloc_existence, b))
60 if (bpf_core_field_exists(struct core_reloc_existence, c))
66 if (bpf_core_field_exists(struct core_reloc_existence, arr))
72 if (bpf_core_field_exists(struct core_reloc_existence, s))
H A Dcore_reloc_types.h688 struct core_reloc_existence { struct
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c653 .input = STRUCT_TO_CHAR_PTR(core_reloc_existence) {
660 .input_len = sizeof(struct core_reloc_existence),

Completed in 119 milliseconds