Searched refs:FixupDataSize (Results 1 – 9 of 9) sorted by relevance
70 UINTN FixupDataSize; member
67 UINTN FixupDataSize; member
1077 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in PeCoffLoaderLoadImage()1079 ImageContext->FixupDataSize = 0; in PeCoffLoaderLoadImage()1085 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in PeCoffLoaderLoadImage()1087 ImageContext->FixupDataSize = 0; in PeCoffLoaderLoadImage()1092 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in PeCoffLoaderLoadImage()
170 UINTN FixupDataSize; member
87 UINTN FixupDataSize; member
1022 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in GluePeCoffLoaderLoadImage()1024 ImageContext->FixupDataSize = 0; in GluePeCoffLoaderLoadImage()1028 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in GluePeCoffLoaderLoadImage()
1166 ASSERT ((UINTN)FixupData <= (UINTN)ImageContext->FixupData + ImageContext->FixupDataSize); in PeCoffLoaderRelocateImage()1467 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINT64); in PeCoffLoaderLoadImage()1469 ImageContext->FixupDataSize = 0; in PeCoffLoaderLoadImage()1473 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINT64); in PeCoffLoaderLoadImage()
1273 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in PeCoffLoaderLoadImage()1275 ImageContext->FixupDataSize = 0; in PeCoffLoaderLoadImage()1279 ImageContext->FixupDataSize = DirectoryEntry->Size / sizeof (UINT16) * sizeof (UINTN); in PeCoffLoaderLoadImage()
623 … Image->ImageContext.FixupData = AllocateRuntimePool ((UINTN)(Image->ImageContext.FixupDataSize)); in CoreLoadPeImage()