typhoon_section_header
const struct typhoon_section_header *sHdr;
if (remaining < sizeof(struct typhoon_section_header))
sHdr = (struct typhoon_section_header *) image_data;
image_data += sizeof(struct typhoon_section_header);
const struct typhoon_section_header *sHdr;
sHdr = (struct typhoon_section_header *) image_data;
image_data += sizeof(struct typhoon_section_header);