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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1289 UINT8 *BytePointer; local
1523 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage);
1536 Status = FindApResetVectorPosition (FvImage, &BytePointer);
1544 BytePointer[Index] = BytePointer2[Index];
1550 WordPointer = (UINT16 *) (BytePointer);
1558 WordPointer = (UINT16 *) (BytePointer + SIZEOF_STARTUP_DATA_ARRAY - 2);
1564 IpiVector = (UINT32) (FV_IMAGES_TOP_ADDRESS - ((UINTN) FvImage->Eof - (UINTN) BytePointer));

Completed in 51 milliseconds