Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/
Dfdtdump.c50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct); in dump_blob() local
54 const char *p_struct = (const char *)blob + off_dt; in dump_blob()
70 printf("// off_dt_struct:\t0x%x\n", off_dt); in dump_blob()
Dflattree.c800 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
867 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
876 if (off_dt >= totalsize) in dt_from_blob()
893 if ((off_dt+size_dt < off_dt) || (off_dt+size_dt > totalsize)) in dt_from_blob()
905 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); in dt_from_blob()