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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c555 UINT32 XipLength; local
577 XipLength = 0;
586 XipLength = MAX (XipLength, SectionHeader->VirtualAddress + SectionSize);
620 if (XipLength > (2 * TotalNecessaryFileSize)) {
635 XipFile = malloc (XipLength);
636 memset (XipFile, 0, XipLength);
669 *FileLength = XipLength;

Completed in 49 milliseconds