Home
last modified time | relevance | path

Searched refs:image_multi_count (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dximg.c115 count = image_multi_count(hdr); in do_imgextract()
/rk3399_rockchip-uboot/tools/
H A Ddefault_image.c139 count = image_multi_count(hdr); in image_extract_subimage()
/rk3399_rockchip-uboot/common/
H A Dimage.c253 ulong image_multi_count(const image_header_t *hdr) in image_multi_count() function
294 count = image_multi_count(hdr); in image_multi_getimg()
368 ulong count = image_multi_count(hdr); in image_print_contents()
/rk3399_rockchip-uboot/include/
H A Dimage.h853 ulong image_multi_count(const image_header_t *hdr);