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

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c382 UINT32 SectionCount; local
390 LegacyRegionGetInfoInternal (&SectionCount, &SectionInfo);
395 DescriptorArray = AllocatePool (sizeof (EFI_LEGACY_REGION_DESCRIPTOR) * SectionCount * 3);
401 for (Index = 0; Index < SectionCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c517 UINTN SectionCount; local
536 SectionCount = 0;
550 &SectionCount,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c259 UINT32 SectionCount; local
288 SectionCount = 0;
313 SectionCount ++;
321 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) {
329 SectionCount = 0;
348 SectionCount ++;
353 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) {
H A DElf32Convert.c266 UINT32 SectionCount; local
295 SectionCount = 0;
320 SectionCount ++;
328 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) {
336 SectionCount = 0;
355 SectionCount ++;
360 if (SectionCount > 1 && mOutImageType == FW_EFI_IMAGE) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h118 UINT16 SectionCount; member in struct:__anon11314
132 /// An array of SectionCount descriptors for the associated
134 /// SectionCount. The buffer size of the record may include

Completed in 990 milliseconds