Lines Matching full:fixup
910 fixup log buffer and fill in the FixupData field of ImageContext prior to calling this function.
949 CHAR8 *Fixup;
1095 Fixup = PeCoffLoaderImageAddress (ImageContext, RelocBase->VirtualAddress + (*Reloc & 0xFFF), TeStrippedOffset);
1096 if (Fixup == NULL) {
1105 Fixup16 = (UINT16 *) Fixup;
1114 Fixup16 = (UINT16 *) Fixup;
1123 Fixup32 = (UINT32 *) Fixup;
1133 Fixup64 = (UINT64 *) Fixup;
1148 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
1442 // Determine the size of the fixup data
1476 // Consumer must allocate a buffer for the relocation fixup log.
1718 CHAR8 *Fixup;
1796 // Run the whole relocation block. And re-fixup data that has not been
1823 Fixup = FixupBase + (*Reloc & 0xFFF);
1830 Fixup16 = (UINT16 *) Fixup;
1839 Fixup16 = (UINT16 *) Fixup;
1848 Fixup32 = (UINT32 *) Fixup;
1858 Fixup64 = (UINT64 *)Fixup;
1871 Status = PeHotRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);