Searched defs:image_header_table (Results 1 – 1 of 1) sorted by relevance
43 struct image_header_table { struct44 uint32_t version; /* 0x00 */45 uint32_t nr_parts; /* 0x04 */46 uint32_t partition_header_offset; /* 0x08, divided by 4 */47 uint32_t image_header_offset; /* 0x0c, divided by 4 */48 uint32_t auth_certificate_offset; /* 0x10 */49 uint32_t boot_device; /* 0x14 */50 uint32_t __reserved1[9]; /* 0x18 - 0x38 */51 uint32_t checksum; /* 0x3c */