Home
last modified time | relevance | path

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

/openbmc/linux/scripts/dtc/
H A Dflattree.c801 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
869 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
880 if (off_str > totalsize) in dt_from_blob()
885 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob()
887 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
889 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c815 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
883 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
894 if (off_str > totalsize) in dt_from_blob()
899 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob()
901 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
903 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()