image_hdr
if (platform_ops.image_hdr)
platform_ops.image_hdr(elfheader);
platform_ops.image_hdr = of_image_hdr;
void (*image_hdr)(const void *);
int img_hdrs_size = (num_of_images * sizeof(struct image_hdr));
int img_hdrs_size = num_of_images * sizeof(struct image_hdr);
struct image_hdr *img_hdr_ptr;
img_hdr_ptr = (struct image_hdr *)(fw->data +
i * sizeof(struct image_hdr)));
struct ipr_ucode_image_header *image_hdr;
image_hdr = (struct ipr_ucode_image_header *)fw_entry->data;
src = (u8 *)image_hdr + be32_to_cpu(image_hdr->header_length);
dnld_size = fw_entry->size - be32_to_cpu(image_hdr->header_length);
struct pm8001_fw_image_header *image_hdr;
image_hdr = (struct pm8001_fw_image_header *)pm8001_ha->fw_image->data;
*(__be32 *)((u8 *)&image_hdr->image_length + sizeRead);