Home
last modified time | relevance | path

Searched refs:image_get_image_size (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Ddisk.c81 cnt = image_get_image_size(hdr); in common_diskboot()
Dbootm.c553 len = image_get_image_size(header); in do_imls_nand()
Dfdc.c699 imsize = image_get_image_size (hdr); in do_fdcboot()
Dnand.c1121 cnt = image_get_image_size (hdr); in nand_load_image()
/third_party/uboot/u-boot-2020.01/common/
Dload_fip.c580 image_get_header_size(), image_get_image_size(hdr)); in load_fip_amp()
694 hdr, image_get_header_size(), image_get_image_size(hdr)); in load_fip()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h776 static inline uint32_t image_get_image_size(const image_header_t *hdr) in image_get_image_size() function
782 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
Dimage.h.orig774 static inline uint32_t image_get_image_size(const image_header_t *hdr)
780 return ((ulong)hdr + image_get_image_size(hdr));
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/
Dhab.c315 return (image_get_image_size((image_header_t *)img_addr) in get_image_ivt_offset()