Home
last modified time | relevance | path

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

/external/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.c815 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
882 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
891 if (off_dt >= totalsize) in dt_from_blob()
908 if ((off_dt+size_dt < off_dt) || (off_dt+size_dt > totalsize)) in dt_from_blob()
920 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); in dt_from_blob()