Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Ddisk.c80 cnt = image_get_image_size(hdr); in common_diskboot()
H A Dbootm.c495 len = image_get_image_size(header); in do_imls_nand()
H A Dfdc.c698 imsize = image_get_image_size (hdr); in do_fdcboot()
H A Dnand.c884 cnt = image_get_image_size (hdr); in nand_load_image()
/openbmc/u-boot/include/
H A Dimage.h791 static inline uint32_t image_get_image_size(const image_header_t *hdr) in image_get_image_size() function
797 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c315 return (image_get_image_size((image_header_t *)img_addr) in get_image_ivt_offset()