Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt.h16 fdt32_t off_dt_strings; /* offset to strings */ member
Dlibfdt.h239 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
256 fdt_set_hdr_(off_dt_strings);
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_fdt.c66 strings = fdt + f2h(header->off_dt_strings); in get_property()
/third_party/uboot/u-boot-2020.01/test/py/tests/
Dvboot_forge.py231 fp.seek(header.off_dt_strings)
316 header.off_dt_strings = fp.tell()
/third_party/uboot/u-boot-2020.01/scripts/dtc/
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()
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped225 def off_dt_strings(self):