Home
last modified time | relevance | path

Searched refs:off_dt_strings (Results 1 – 7 of 7) sorted by relevance

/u-boot/test/py/tests/
A Dvboot_evil.py436 (totalsize, off_dt_struct, off_dt_strings, off_mem_rsvmap, version,
442 dt_strings = input_data[off_dt_strings:off_dt_strings + size_dt_strings]
465 off_dt_strings = off_dt_struct + len(dt_struct)
468 off_dt_strings, off_mem_rsvmap, version,
A Dvboot_forge.py231 fp.seek(header.off_dt_strings)
316 header.off_dt_strings = fp.tell()
/u-boot/scripts/dtc/libfdt/
A Dfdt.h16 fdt32_t off_dt_strings; /* offset to strings */ member
A Dlibfdt.h208 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
225 fdt_set_hdr_(off_dt_strings);
/u-boot/lib/efi_selftest/
A Defi_selftest_fdt.c76 strings = fdt + f2h(header->off_dt_strings); in get_property()
/u-boot/scripts/dtc/
A Dflattree.c348 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
883 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped225 def off_dt_strings(self):

Completed in 13 milliseconds