Home
last modified time | relevance | path

Searched refs:image_get_data (Results 1 – 9 of 9) sorted by relevance

/u-boot/cmd/
A Dsource.c92 data = (u32 *)image_get_data (hdr); in image_source_script()
A Dfpga.c298 ulong image_buf = image_get_data(hdr); in do_fpga_loadmk()
314 data = (ulong)image_get_data(hdr); in do_fpga_loadmk()
/u-boot/arch/x86/lib/
A Dbootm.c101 data = (void *)image_get_data(hdr); in boot_prep_linux()
/u-boot/tools/
A Ddefault_image.c164 file_data = image_get_data(hdr); in image_extract_subimage()
/u-boot/common/
A Dimage-fdt.c69 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()
A Dimage.c249 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()
A Dbootm.c887 *os_data = image_get_data(hdr); in boot_get_kernel()
894 *os_data = image_get_data(hdr); in boot_get_kernel()
A Dimage-android.c110 *os_data = image_get_data(ihdr); in android_image_get_kernel()
/u-boot/include/
A Dimage.h828 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function

Completed in 16 milliseconds