Lines Matching refs:old
393 static void fdt_packblocks_(const char *old, char *new,
402 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size);
405 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
409 memmove(new + strings_off, old + fdt_off_dt_strings(old),
410 fdt_size_dt_strings(old));
412 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old));
460 /* But if that overlaps with the old tree... */
462 /* Try right after the old tree instead */