Searched refs:Fixup32 (Results 1 – 1 of 1) sorted by relevance
952 UINT32 *Fixup32; in PeCoffLoaderRelocateImage() local1123 Fixup32 = (UINT32 *) Fixup; in PeCoffLoaderRelocateImage()1124 *Fixup32 = *Fixup32 + (UINT32) Adjust; in PeCoffLoaderRelocateImage()1127 *(UINT32 *)FixupData = *Fixup32; in PeCoffLoaderRelocateImage()1721 UINT32 *Fixup32; in PeCoffLoaderRelocateImageForRuntime() local1848 Fixup32 = (UINT32 *) Fixup; in PeCoffLoaderRelocateImageForRuntime()1850 if (*(UINT32 *) FixupData == *Fixup32) { in PeCoffLoaderRelocateImageForRuntime()1851 *Fixup32 = *Fixup32 + (UINT32) Adjust; in PeCoffLoaderRelocateImageForRuntime()