Searched refs:toc_e (Results 1 – 2 of 2) sorted by relevance
44 struct fip_toc_entry toc_e; member
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()[all …]