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.c1483 UINT8 *BytePointer; in UpdateResetVector() local
1721 BytePointer = (UINT8 *) ((UINTN) FvImage->FileImage); in UpdateResetVector()
1734 Status = FindApResetVectorPosition (FvImage, &BytePointer); in UpdateResetVector()
1742 BytePointer[Index] = BytePointer2[Index]; in UpdateResetVector()
1748 WordPointer = (UINT16 *) (BytePointer); in UpdateResetVector()
1756 WordPointer = (UINT16 *) (BytePointer + SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()
1762 IpiVector = (UINT32) (FV_IMAGES_TOP_ADDRESS - ((UINTN) FvImage->Eof - (UINTN) BytePointer)); in UpdateResetVector()