Searched defs:sectionHdr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c1232 EFI_COMMON_SECTION_HEADER *sectionHdr; local
1237 if ((*Key + sizeof (*sectionHdr)) > TotalSectionsSize) {
1241 sectionHdr = (EFI_COMMON_SECTION_HEADER*)((UINT8*)SectionsStart + *Key);
1242 sectionSize = FvBufExpand3ByteSize (sectionHdr->Size);
1252 *Section = (UINT8*)sectionHdr;

Completed in 86 milliseconds