Home
last modified time | relevance | path

Searched refs:FixPoint (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c3648 UINT8 *FixPoint; in FindApResetVectorPosition() local
3670 FixPoint = (UINT8*) PadFile + GetFfsHeaderLength(PadFile); in FindApResetVectorPosition()
3671 FixPoint = FixPoint + 0x1000 - (((UINTN) FixPoint - (UINTN) FvImage->FileImage) & 0xFFF); in FindApResetVectorPosition()
3675 while (((UINTN) FixPoint + SIZEOF_STARTUP_DATA_ARRAY - (UINTN) PadFile) <= FileLength) { in FindApResetVectorPosition()
3676 FixPoint += 0x1000; in FindApResetVectorPosition()
3678 FixPoint -= 0x1000; in FindApResetVectorPosition()
3680 if ((UINTN) FixPoint < ((UINTN) PadFile + GetFfsHeaderLength(PadFile))) { in FindApResetVectorPosition()
3687 if ((UINTN) FvImage->Eof - (UINTN)FixPoint <= 0x20000) { in FindApResetVectorPosition()
3691 *Pointer = FixPoint; in FindApResetVectorPosition()