Home
last modified time | relevance | path

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

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