reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/WinCOFFObjectWriter.cpp
  750   Reloc.Data.SymbolTableIndex = 0;
  751   Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment);
  759     Reloc.Symb = SectionMap[TargetSection]->Symbol;
  765     Reloc.Symb = SymbolMap[&A];
  768   ++Reloc.Symb->Relocations;
  770   Reloc.Data.VirtualAddress += Fixup.getOffset();
  771   Reloc.Data.Type = TargetObjectWriter->getRelocType(
  777        Reloc.Data.Type == COFF::IMAGE_REL_AMD64_REL32) ||
  779        Reloc.Data.Type == COFF::IMAGE_REL_I386_REL32))
  783     switch (Reloc.Data.Type) {
  825     Sec->Relocations.push_back(Reloc);