Searched refs:core_reloc_size (Results 1 – 3 of 3) sorted by relevance
35 struct core_reloc_size { struct48 struct core_reloc_size *in = (void *)&data.in; in test_core_size() argument63 out->arr_elem_sz = bpf_core_field_size(struct core_reloc_size, arr_field[1]); in test_core_size()64 out->arr_elem_off = bpf_core_field_offset(struct core_reloc_size, arr_field[1]); in test_core_size()66 out->ptr_sz = bpf_core_field_size(struct core_reloc_size, ptr_field); in test_core_size()67 out->ptr_off = bpf_core_field_offset(struct core_reloc_size, ptr_field); in test_core_size()69 out->enum_sz = bpf_core_field_size(struct core_reloc_size, enum_field); in test_core_size()70 out->enum_off = bpf_core_field_offset(struct core_reloc_size, enum_field); in test_core_size()72 out->float_sz = bpf_core_field_size(struct core_reloc_size, float_field); in test_core_size()73 out->float_off = bpf_core_field_offset(struct core_reloc_size, float_field); in test_core_size()
3 void f(struct core_reloc_size x) {} in f()
806 struct core_reloc_size { struct