Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/libfdt/
Dfdt_sw.c174 int struct_top, offset; in _fdt_find_add_string() local
182 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in _fdt_find_add_string()
183 if (fdt_totalsize(fdt) + offset < struct_top) in _fdt_find_add_string()