Searched refs:size_dt_strings (Results 1 – 6 of 6) sorted by relevance
437 last_comp_version, boot_cpuid_phys, size_dt_strings,442 dt_strings = input_data[off_dt_strings:off_dt_strings + size_dt_strings]460 size_dt_strings = len(dt_strings)462 totalsize = 0x28 + len(rsv_map) + size_dt_struct + size_dt_strings469 last_comp_version, boot_cpuid_phys, size_dt_strings,
232 strings = fp.read(header.size_dt_strings)317 header.size_dt_strings = len(strings)
25 fdt32_t size_dt_strings; /* size of the strings block */ member
213 #define fdt_size_dt_strings(fdt) (fdt_get_header(fdt, size_dt_strings))230 fdt_set_hdr_(size_dt_strings);
355 fdt->size_dt_strings = cpu_to_fdt32(strsize); in make_fdt_header()898 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob()
265 def size_dt_strings(self):
Completed in 10 milliseconds