Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c206 int struct_top, offset; in fdt_find_add_string_() local
214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_find_add_string_()
215 if (fdt_totalsize(fdt) + offset < struct_top) in fdt_find_add_string_()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_sw.c255 unsigned int struct_top, offset; in fdt_add_string_() local
258 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_add_string_()
259 if (fdt_totalsize(fdt) - offset < struct_top) in fdt_add_string_()