Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c2534 UINT8 *BytePointer; in UpdateResetVector() local
2715 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()
2718 *BytePointer++ = *BytePointer2++; in UpdateResetVector()
2731 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()
2732 BytePointer += (SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()
2733 WordPointer = (UINT16 *) BytePointer; in UpdateResetVector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1477 UINT8 *BytePointer; in UpdateResetVector() local
1715 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()
1728 Status = FindApResetVectorPosition (FvImage, &BytePointer); in UpdateResetVector()
1736 BytePointer[Index] = BytePointer2[Index]; in UpdateResetVector()
1742 WordPointer = (UINT16 *) (BytePointer); in UpdateResetVector()
1750 WordPointer = (UINT16 *) (BytePointer + SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()
1756 IpiVector = (UINT32) (FV_IMAGES_TOP_ADDRESS - ((UINTN) FvImage->Eof - (UINTN) BytePointer)); in UpdateResetVector()