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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c3380 UINT8 *FixPoint; local
3400 // FixPoint must be align on 0x1000 relative to FvImage Header
3402 FixPoint = (UINT8*) PadFile + sizeof (EFI_FFS_FILE_HEADER);
3403 FixPoint = FixPoint + 0x1000 - (((UINTN) FixPoint - (UINTN) FvImage->FileImage) & 0xFFF);
3405 // FixPoint be larger at the last place of one fv image.
3407 while (((UINTN) FixPoint + SIZEOF_STARTUP_DATA_ARRAY - (UINTN) PadFile) <= FileLength) {
3408 FixPoint += 0x1000;
3410 FixPoint
[all...]

Completed in 89 milliseconds