Lines Matching defs:partition_header
98 struct partition_header { struct
99 uint32_t len_enc; /* 0x00, divided by 4 */
100 uint32_t len_unenc; /* 0x04, divided by 4 */
101 uint32_t len; /* 0x08, divided by 4 */
102 uint32_t next_partition_offset; /* 0x0c */
103 uint64_t entry_point; /* 0x10 */
104 uint64_t load_address; /* 0x18 */
105 uint32_t offset; /* 0x20, divided by 4 */
106 uint32_t attributes; /* 0x24 */
107 uint32_t __reserved1; /* 0x28 */
108 uint32_t checksum_offset; /* 0x2c, divided by 4 */
109 uint32_t __reserved2; /* 0x30 */
110 uint32_t auth_certificate_offset; /* 0x34 */
111 uint32_t __reserved3; /* 0x38 */
112 uint32_t checksum; /* 0x3c */