off_dt_strings     52 arch/powerpc/include/asm/prom.h 	__be32	off_dt_strings;		/* offset to strings */
off_dt_strings   2692 arch/powerpc/kernel/prom_init.c 	hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start);
off_dt_strings    385 arch/powerpc/platforms/powermac/bootx_init.c 	hdr->off_dt_strings = bootx_dt_strbase - mem_start;
off_dt_strings     51 scripts/dtc/fdtdump.c 	uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings);
off_dt_strings    333 scripts/dtc/flattree.c 	fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize
off_dt_strings    868 scripts/dtc/flattree.c 	off_str = fdt32_to_cpu(fdt->off_dt_strings);
off_dt_strings     16 scripts/dtc/libfdt/fdt.h 	fdt32_t off_dt_strings;		 /* offset to strings */
off_dt_strings    239 scripts/dtc/libfdt/libfdt.h #define fdt_off_dt_strings(fdt)		(fdt_get_header(fdt, off_dt_strings))
off_dt_strings    256 scripts/dtc/libfdt/libfdt.h fdt_set_hdr_(off_dt_strings);