Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dbtf__core_reloc_existence.c3 void f(struct core_reloc_existence x) {} in f()
H A Dcore_reloc_types.h688 struct core_reloc_existence { struct
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c654 .input = STRUCT_TO_CHAR_PTR(core_reloc_existence) {
661 .input_len = sizeof(struct core_reloc_existence),