Home | History | Annotate | Download | only in MC

Lines Matching refs:Reloc

682   COFFRelocation Reloc;
684 Reloc.Data.SymbolTableIndex = 0;
685 Reloc.Data.VirtualAddress = Layout.getFragmentOffset(Fragment);
689 Reloc.Symb = coff_symbol->Section->Symbol;
693 Reloc.Symb = coff_symbol;
695 ++Reloc.Symb->Relocations;
697 Reloc.Data.VirtualAddress += Fixup.getOffset();
698 Reloc.Data.Type = TargetObjectWriter->getRelocType(Target, Fixup,
703 if (Reloc.Data.Type == COFF::IMAGE_REL_AMD64_REL32 ||
704 Reloc.Data.Type == COFF::IMAGE_REL_I386_REL32)
707 coff_section->Relocations.push_back(Reloc);
818 // size is found in reloc #0. Microsoft tools understand this.
826 // Reloc #0 will contain actual count, so make room for it.
891 // relocation. Including the synthetic reloc itself (+ 1).