Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Dfdtdump.c50 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob() local
54 const char *p_strings = (const char *)blob + off_str; in dump_blob()
70 printf("// off_dt_strings:\t0x%x\n", off_str); in dump_blob()
Dflattree.c808 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
876 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
887 if (off_str > totalsize) in dt_from_blob()
892 if (off_str+size_str > totalsize) in dt_from_blob()
894 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
896 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()