Searched refs:entry_offset (Results 1 – 1 of 1) sorted by relevance
538 uint64_t entry_offset, buf_size, payload_size = 0, pad_size; in pack_images() local559 entry_offset = buf_size; in pack_images()566 entry_offset = (entry_offset + align - 1) & ~(align - 1); in pack_images()567 image->toc_e.offset_address = entry_offset; in pack_images()569 entry_offset += image->toc_e.size; in pack_images()578 toc_entry->offset_address = (entry_offset + align - 1) & ~(align - 1); in pack_images()604 if (fseek(fp, entry_offset, SEEK_SET)) in pack_images()607 pad_size = toc_entry->offset_address - entry_offset; in pack_images()