Searched refs:SectionOffset (Results 1 – 5 of 5) sorted by relevance
113 if (section_descriptor->SectionOffset > size) { in cper_buf_to_ir()125 if (section_descriptor->SectionOffset > in cper_buf_to_ir()132 if (section_descriptor->SectionOffset + in cper_buf_to_ir()141 cper_buf + section_descriptor->SectionOffset; in cper_buf_to_ir()346 json_object_new_uint64(section_descriptor->SectionOffset)); in cper_section_descriptor_to_ir()529 section_begin = cper_buf + section_descriptor->SectionOffset; in cper_buf_single_section_to_ir()538 cper_buf + section_descriptor->SectionOffset; in cper_buf_single_section_to_ir()577 fseek(cper_section_file, base_pos + section_descriptor.SectionOffset, in cper_single_section_to_ir()585 section_descriptor.SectionOffset); in cper_single_section_to_ir()
211 descriptor->SectionOffset = (UINT32)json_object_get_uint64( in ir_section_descriptor_to_cper()
106 section_descriptor->SectionOffset = in generate_single_section_record()142 descriptor->SectionOffset = in generate_section_descriptor()146 descriptor->SectionOffset += lengths[i]; in generate_section_descriptor()
120 long pos = basePos + secDesc->SectionOffset; in decodeCperSection()
282 UINT32 SectionOffset; member