Lines Matching defs:old
373 static void _fdt_packblocks(const char *old, char *new,
382 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size);
385 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size);
389 memmove(new + strings_off, old + fdt_off_dt_strings(old),
390 fdt_size_dt_strings(old));
392 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old));
439 /* But if that overlaps with the old tree... */
441 /* Try right after the old tree instead */