Home
last modified time | relevance | path

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

/u-boot/cmd/
A Ddisk.c84 cnt = image_get_image_size(hdr); in common_diskboot()
A Dbootm.c506 len = image_get_image_size(header); in do_imls_nand()
A Dnand.c890 cnt = image_get_image_size (hdr); in nand_load_image()
/u-boot/include/
A Dimage.h833 static inline uint32_t image_get_image_size(const image_header_t *hdr) in image_get_image_size() function
839 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()
/u-boot/arch/arm/mach-imx/
A Dhab.c316 return (image_get_image_size((image_header_t *)img_addr) in get_image_ivt_offset()

Completed in 87 milliseconds