Searched refs:SectionLength (Results 1 – 6 of 6) sorted by relevance
56 len = proc->SectionLength - in decodeSecArm()62 "LENGTH", static_cast<int>(proc->SectionLength)); in decodeSecArm()121 char* section = new char[secDesc->SectionLength]; in decodeCperSection()122 std::memcpy(section, &data[pos], secDesc->SectionLength); in decodeCperSection()123 pos += secDesc->SectionLength; in decodeCperSection()
253 json_object_new_uint64(section_descriptor->SectionLength)); in cper_section_descriptor_to_ir()333 void *section = malloc(descriptor->SectionLength); in cper_section_to_ir()334 if (fread(section, descriptor->SectionLength, 1, handle) != 1) { in cper_section_to_ir()336 descriptor->SectionLength, descriptor->SectionOffset); in cper_section_to_ir()370 section, descriptor->SectionLength, &encoded_len); in cper_section_to_ir()
202 descriptor->SectionLength = (UINT32)json_object_get_uint64( in ir_section_descriptor_to_cper()
62 json_object_new_uint64(record->SectionLength)); in cper_section_arm_to_ir()127 if (cur_pos < (uint8_t *)section + record->SectionLength) { in cper_section_arm_to_ir()130 (uint8_t *)section + record->SectionLength - cur_pos; in cper_section_arm_to_ir()515 section_cper->SectionLength = json_object_get_uint64( in ir_section_arm_to_cper()
139 descriptor->SectionLength = (UINT32)lengths[index]; in generate_section_descriptor()
322 UINT32 SectionLength; member1449 UINT32 SectionLength; member