HomeSort by relevance Sort by last modified time
    Searched refs:toc_e (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.h 44 struct fip_toc_entry toc_e; member in struct:image
fiptool.c 325 image->toc_e = *toc_entry;
382 image->toc_e.uuid = *uuid;
386 image->toc_e.size = st.st_size;
399 xfwrite(image->buffer, image->toc_e.size, fp, filename);
464 (unsigned long long)image->toc_e.offset_address,
465 (unsigned long long)image->toc_e.size,
471 SHA256(image->buffer, image->toc_e.size, md);
522 payload_size += image->toc_e.size;
524 image->toc_e.offset_address = entry_offset;
525 *toc_entry++ = image->toc_e;
    [all...]

Completed in 71 milliseconds