Home
last modified time | relevance | path

Searched refs:fdtstart (Results 1 – 1 of 1) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt_rw.c421 const char *fdtstart = fdt; in fdt_open_into() local
422 const char *fdtend = fdtstart + fdt_totalsize(fdt); in fdt_open_into()
461 if (((tmp + newsize) > fdtstart) && (tmp < fdtend)) { in fdt_open_into()