Home
last modified time | relevance | path

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

/u-boot/lib/libavb/
A Davb_descriptor.c30 const uint8_t* image_end; in avb_descriptor_foreach() local
59 image_end = image_data + image_size; in avb_descriptor_foreach()
67 if (desc_start < image_data || desc_start > image_end || in avb_descriptor_foreach()
68 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach()
/u-boot/arch/arm/mach-omap2/
A Dsec-common.c99 char *image_end = image + size; in find_sig_start() local
104 while (--image_end > image) { in find_sig_start()
105 if (*image_end == '_') { in find_sig_start()
106 ch = image_end - magic_str_len + 1; in find_sig_start()
/u-boot/common/
A Dimage-fdt.c275 ulong image_start, image_data, image_end; in boot_get_fdt() local
369 image_end = image_get_image_end(fdt_hdr); in boot_get_fdt()
380 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
A Dimage-fit.c2156 ulong image_start, image_end; in fit_image_load() local
2163 image_end = addr + fit_get_size(fit); in fit_image_load()
2167 load < image_end && load_end > image_start) { in fit_image_load()
2261 ulong image_start, image_end; in boot_get_fdt_fit() local
2309 image_end = addr + fit_get_size(fit); in boot_get_fdt_fit()
2311 if (load >= image_start && load < image_end) { in boot_get_fdt_fit()

Completed in 8 milliseconds