size_dt_strings    82 scripts/dtc/fdtdump.c 		       fdt32_to_cpu(bph->size_dt_strings));
size_dt_strings   340 scripts/dtc/flattree.c 		fdt->size_dt_strings = cpu_to_fdt32(strsize);
size_dt_strings   883 scripts/dtc/flattree.c 		uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings);
size_dt_strings    25 scripts/dtc/libfdt/fdt.h 	fdt32_t size_dt_strings;	 /* size of the strings block */
size_dt_strings   244 scripts/dtc/libfdt/libfdt.h #define fdt_size_dt_strings(fdt)	(fdt_get_header(fdt, size_dt_strings))
size_dt_strings   261 scripts/dtc/libfdt/libfdt.h fdt_set_hdr_(size_dt_strings);