Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c807 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
875 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
886 if (off_str > totalsize) in dt_from_blob()
891 if (off_str+size_str > totalsize) in dt_from_blob()
893 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
895 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()