Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/tools_share/
A Dfirmware_image_package.h105 uint64_t offset_address; member
/arm-trusted-firmware-2.8.0/lib/debugfs/
A 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()
/arm-trusted-firmware-2.8.0/drivers/io/
A 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()
/arm-trusted-firmware-2.8.0/tools/fiptool/
A Dfiptool.c349 if (toc_entry->size > (uint64_t)-1 - toc_entry->offset_address) in parse_fip()
351 if (toc_entry->size + toc_entry->offset_address > st.st_size) in parse_fip()
354 memcpy(image->buffer, buf + toc_entry->offset_address, in parse_fip()
484 (unsigned long long)image->toc_e.offset_address, in info_cmd()
544 image->toc_e.offset_address = entry_offset; in pack_images()
555 toc_entry->offset_address = (entry_offset + align - 1) & ~(align - 1); in pack_images()
575 if (fseek(fp, image->toc_e.offset_address, SEEK_SET)) in pack_images()
584 pad_size = toc_entry->offset_address - entry_offset; in pack_images()
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst2009 `offset_address`: The offset address at which the corresponding payload data

Completed in 15 milliseconds