Home
last modified time | relevance | path

Searched refs:union_field (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c38 union { int x; } union_field; member
57 out->union_sz = bpf_core_field_size(in->union_field); in test_core_size()
58 out->union_off = bpf_core_field_offset(in->union_field); in test_core_size()
H A Dcore_reloc_types.h819 union { int x; } union_field; member
829 union { int x; char bla[123]; } union_field; member
841 union { int x; } union_field; member
854 union { int x; } union_field; member
866 union { int x; } union_field; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c288 .union_sz = sizeof(((type *)0)->union_field), \
289 .union_off = offsetof(type, union_field), \