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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c20 int struct_off; member in struct:core_reloc_size_output
55 out->struct_off = bpf_core_field_offset(in->struct_field);
H A Dcore_reloc_types.h791 int struct_off; member in struct:core_reloc_size_output
/linux-master/scripts/dtc/libfdt/
H A Dfdt_rw.c401 int mem_rsv_off, struct_off, strings_off; local
404 struct_off = mem_rsv_off + mem_rsv_size;
405 strings_off = struct_off + struct_size;
410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
411 fdt_set_off_dt_struct(new, struct_off);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c285 .struct_off = offsetof(type, struct_field), \

Completed in 182 milliseconds