Searched refs:image_get_data (Results 1 – 8 of 8) sorted by relevance
217 ulong data = image_get_data(hdr); in image_check_dcrc()244 size = (uint32_t *)image_get_data(hdr); in image_multi_count()282 size = (uint32_t *)image_get_data(hdr); in image_multi_getimg()286 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t); in image_multi_getimg()1040 rd_data = image_get_data(rd_hdr); in boot_get_ramdisk()
63 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()362 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt()
917 *os_data = image_get_data(hdr); in boot_get_kernel()924 *os_data = image_get_data(hdr); in boot_get_kernel()
293 ulong image_buf = image_get_data(hdr); in do_fpga_loadmk()309 data = (ulong)image_get_data(hdr); in do_fpga_loadmk()
91 data = (u32 *)image_get_data (hdr); in source()
97 data = (void *)image_get_data(hdr); in boot_prep_linux()
160 file_data = image_get_data(hdr); in image_extract_subimage()
786 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function