Lines Matching refs:toc_e
357 image->toc_e = *toc_entry; in parse_fip()
416 image->toc_e.uuid = *uuid; in read_image_from_file()
420 image->toc_e.size = st.st_size; in read_image_from_file()
433 xfwrite(image->buffer, image->toc_e.size, fp, filename); in write_image_to_file()
500 (unsigned long long)image->toc_e.offset_address, in info_cmd()
501 (unsigned long long)image->toc_e.size, in info_cmd()
513 SHA256(image->buffer, image->toc_e.size, md); in info_cmd()
562 if (image == NULL || (image->toc_e.size == 0ULL)) in pack_images()
564 payload_size += image->toc_e.size; in pack_images()
566 image->toc_e.offset_address = entry_offset; in pack_images()
567 *toc_entry++ = image->toc_e; in pack_images()
568 entry_offset += image->toc_e.size; in pack_images()
597 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
600 xfwrite(image->buffer, image->toc_e.size, fp, filename); in pack_images()