Searched refs:image_get_data (Results 1 – 9 of 9) sorted by relevance
92 data = (u32 *)image_get_data (hdr); in image_source_script()
298 ulong image_buf = image_get_data(hdr); in do_fpga_loadmk()314 data = (ulong)image_get_data(hdr); in do_fpga_loadmk()
101 data = (void *)image_get_data(hdr); in boot_prep_linux()
164 file_data = image_get_data(hdr); in image_extract_subimage()
69 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()368 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt()
249 ulong data = image_get_data(hdr); in image_check_dcrc()276 size = (uint32_t *)image_get_data(hdr); in image_multi_count()314 size = (uint32_t *)image_get_data(hdr); in image_multi_getimg()318 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t); in image_multi_getimg()1270 rd_data = image_get_data(rd_hdr); in boot_get_ramdisk()
887 *os_data = image_get_data(hdr); in boot_get_kernel()894 *os_data = image_get_data(hdr); in boot_get_kernel()
110 *os_data = image_get_data(ihdr); in android_image_get_kernel()
828 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function
Completed in 16 milliseconds