Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Ddisk.c80 cnt = image_get_image_size(hdr); in common_diskboot()
Dbootm.c492 len = image_get_image_size(header); in do_imls_nand()
Dfdc.c698 imsize = image_get_image_size (hdr); in do_fdcboot()
Dnand.c884 cnt = image_get_image_size (hdr); in nand_load_image()
/external/u-boot/include/
Dimage.h764 static inline uint32_t image_get_image_size(const image_header_t *hdr) in image_get_image_size() function
770 return ((ulong)hdr + image_get_image_size(hdr)); in image_get_image_end()