cper_section_descriptor
struct cper_section_descriptor sec_hdr;
struct cper_section_descriptor sec_hdr;
struct cper_section_descriptor *descriptor,
struct cper_section_descriptor *descriptor;
descriptor = (struct cper_section_descriptor *)((uint8_t *)hdr +
struct cper_section_descriptor descriptor;
struct cper_section_descriptor sec_desc;
return rec->sec_desc.section_length - sizeof(struct cper_section_descriptor);
struct cper_section_descriptor *sec_desc = &rec->sec_desc;