Searched refs:struct_off (Results 1 – 4 of 4) sorted by relevance
20 int struct_off; member55 out->struct_off = bpf_core_field_offset(in->struct_field); in test_core_size()
791 int struct_off; member
401 int mem_rsv_off, struct_off, strings_off; in fdt_packblocks_() local404 struct_off = mem_rsv_off + mem_rsv_size; in fdt_packblocks_()405 strings_off = struct_off + struct_size; in fdt_packblocks_()410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()411 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_()
285 .struct_off = offsetof(type, struct_field), \
Completed in 15 milliseconds