Home | History | Annotate | Download | only in BasePeCoffLib

Lines Matching defs:Fixup

487   fixup log buffer and fill in the FixupData field of ImageContext prior to calling this function.

515 CHAR8 *Fixup;
665 Fixup = FixupBase + (*Reloc & 0xFFF);
671 F16 = (UINT16 *) Fixup;
680 F16 = (UINT16 *) Fixup;
689 F32 = (UINT32 *) Fixup;
699 F64 = (UINT64 *) Fixup;
714 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
1000 // Determine the size of the fixup data
1031 // Consumer must allocate a buffer for the relocation fixup log.
1167 CHAR8 *Fixup;
1242 // Run the whole relocation block. And re-fixup data that has not been
1260 Fixup = FixupBase + (*Reloc & 0xFFF);
1267 F16 = (UINT16 *) Fixup;
1276 F16 = (UINT16 *) Fixup;
1285 F32 = (UINT32 *) Fixup;
1295 F64 = (UINT64 *)Fixup;
1315 Status = PeHotRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);