Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/include/tools_share/
Dfirmware_image_package.h105 uint64_t offset_address; member
/trusted-firmware-a-3.7.0/lib/debugfs/
Ddevfip.c29 long long offset_address; member
295 if ((entry.offset_address + entry.size) > dir.length) { in fipmount()
299 fip->offset[n] = entry.offset_address; in fipmount()
/trusted-firmware-a-3.7.0/drivers/io/
Dio_fip.c303 if (current_fip_file.entry.offset_address != 0U) { in fip_file_open()
354 current_fip_file.entry.offset_address = 0; in fip_file_open()
404 file_offset = fp->entry.offset_address + fp->file_pos; in fip_file_read()
440 if (current_fip_file.entry.offset_address != 0U) { in fip_file_close()
/trusted-firmware-a-3.7.0/tools/fiptool/
Dfiptool.c361 if (toc_entry->size > (uint64_t)-1 - toc_entry->offset_address) in parse_fip()
364 if (toc_entry->size + toc_entry->offset_address > st_size) in parse_fip()
368 memcpy(image->buffer, buf + toc_entry->offset_address, in parse_fip()
500 (unsigned long long)image->toc_e.offset_address, in info_cmd()
566 image->toc_e.offset_address = entry_offset; in pack_images()
577 toc_entry->offset_address = (entry_offset + align - 1) & ~(align - 1); in pack_images()
597 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
606 pad_size = toc_entry->offset_address - entry_offset; in pack_images()
/trusted-firmware-a-3.7.0/docs/design/
Dfirmware-design.rst2106 `offset_address`: The offset address at which the corresponding payload data