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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c104 IN UINT32 SectionLength
1227 UINT32 SectionLength; local
1254 SectionLength = GetLength (((EFI_COMMON_SECTION_HEADER *) Ptr)->Size);
1262 if (SectionLength == 0xffffff && Type == 0xff) {
1269 printf (" Type: %s\n Size: 0x%08X\n", SectionName, (unsigned) SectionLength);
1303 DumpDepexSection (Ptr, SectionLength);
1313 CompressedLength = SectionLength - sizeof (EFI_COMPRESSION_SECTION);
1497 ParsedLength += SectionLength;
1515 IN UINT32 SectionLength
1526 SectionLength
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c273 UINTN SectionLength; local
282 SectionLength = SECTION2_SIZE (SectionHeader);
284 SectionLength = SECTION_SIZE (SectionHeader);
286 TotalLength += SectionLength;
295 SectionHeader = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) SectionHeader + SectionLength);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c264 UINTN SectionLength; local
273 SectionLength = SECTION2_SIZE (SectionHeader);
275 SectionLength = SECTION_SIZE (SectionHeader);
277 TotalLength += SectionLength;
286 SectionHeader = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) SectionHeader + SectionLength);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c637 UINT32 SectionLength; local
660 SectionLength = SECTION2_SIZE (Section);
662 // SectionLength is adjusted it is 4 byte aligned.
665 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4);
666 ASSERT (SectionLength != 0);
667 ParsedLength += SectionLength;
668 Section = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) Section + SectionLength);
764 SectionLength = SECTION2_SIZE (Section);
766 SectionLength
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSal.h567 UINT32 SectionLength; member in struct:__anon11769
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h207 UINT32 SectionLength; member in struct:__anon11315

Completed in 3522 milliseconds