Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/fiptool/
Dfiptool.c537 uint64_t entry_offset, buf_size, payload_size = 0, pad_size; in pack_images() local
558 entry_offset = buf_size; in pack_images()
565 entry_offset = (entry_offset + align - 1) & ~(align - 1); in pack_images()
566 image->toc_e.offset_address = entry_offset; in pack_images()
568 entry_offset += image->toc_e.size; in pack_images()
577 toc_entry->offset_address = (entry_offset + align - 1) & ~(align - 1); in pack_images()
603 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()
606 pad_size = toc_entry->offset_address - entry_offset; in pack_images()