Searched refs:off_str (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fdtdump.c | 51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob() local 55 const char *p_strings = (const char *)blob + off_str; in dump_blob() 71 printf("// off_dt_strings:\t0x%x\n", off_str); in dump_blob()
|
H A D | flattree.c | 800 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local 868 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob() 879 if (off_str > totalsize) in dt_from_blob() 884 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob() 886 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob() 888 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | flattree.c | 801 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()
|
Completed in 4 milliseconds