Searched refs:size_str (Results 1 – 1 of 1) sorted by relevance
895 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob() local896 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob()898 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
Completed in 4 milliseconds