Home
last modified time | relevance | path

Searched refs:toc_e (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.h44 struct fip_toc_entry toc_e; member
H A Dfiptool.c358 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()
[all …]