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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c436 UINTN SectionSize; local
460 SectionSize = CurrentSection.CommonHeader->Size[0] +
465 (UINT8 *) ((UINTN) CurrentSection.CommonHeader + SectionSize),
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c1235 UINTN SectionSize; local
1291 SectionSize = CopySize;
1311 *BufferSize = SectionSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c1178 UINTN SectionSize; local
1239 SectionSize = CopySize;
1259 *BufferSize = SectionSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c617 @param SectionSize The file size to search.
631 IN UINTN SectionSize,
654 while (ParsedLength < SectionSize) {
687 PpiOutputSize = PrivateData->CacheSection.SectionSize[Index];
749 PrivateData->CacheSection.SectionSize [PrivateData->CacheSection.SectionIndex] = PpiOutputSize;
627 ProcessSection( IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_SECTION_TYPE SectionType, IN EFI_COMMON_SECTION_HEADER *Section, IN UINTN SectionSize, OUT VOID **OutputBuffer, IN BOOLEAN IsFfs3Fv ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h126 UINTN SectionSize[CACHE_SETION_MAX_NUMBER]; member in struct:__anon10964
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c553 UINTN SectionSize; local
582 SectionSize = MAX (SectionHeader->Misc.VirtualSize, SectionHeader->SizeOfRawData);
583 TotalNecessaryFileSize += SectionSize;
584 if (SectionSize > 0) {
586 XipLength = MAX (XipLength, SectionHeader->VirtualAddress + SectionSize);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h1446 ULONG SectionSize; member in struct:_DEBUG_BUFFER
1507 ULONG SectionSize; member in struct:_PORT_MESSAGE_HEADER
1832 ULONG_PTR SectionSize; member in struct:_LPC_MESSAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h1416 ULONG SectionSize; member in struct:_DEBUG_BUFFER
1477 ULONG SectionSize; member in struct:_PORT_MESSAGE_HEADER
1802 ULONG_PTR SectionSize; member in struct:_LPC_MESSAGE

Completed in 102 milliseconds