Lines Matching refs:toc_e
358 image->toc_e = *toc_entry; in parse_fip()
417 image->toc_e.uuid = *uuid; in read_image_from_file()
421 image->toc_e.size = st.st_size; in read_image_from_file()
434 xfwrite(image->buffer, image->toc_e.size, fp, filename); in write_image_to_file()
501 (unsigned long long)image->toc_e.offset_address, in info_cmd()
502 (unsigned long long)image->toc_e.size, in info_cmd()
514 SHA256(image->buffer, image->toc_e.size, md); in info_cmd()
563 if (image == NULL || (image->toc_e.size == 0ULL)) in pack_images()
565 payload_size += image->toc_e.size; in pack_images()
567 image->toc_e.offset_address = entry_offset; in pack_images()
568 *toc_entry++ = image->toc_e; in pack_images()
569 entry_offset += image->toc_e.size; in pack_images()
598 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
601 xfwrite(image->buffer, image->toc_e.size, fp, filename); in pack_images()