Lines Matching full:relocation
83 // This class contains staging data for a COFF relocation entry.
85 COFF::relocation Data;
170 void WriteRelocation(const COFF::relocation &R);
607 void WinCOFFObjectWriter::WriteRelocation(const COFF::relocation &R) {
637 assert(Target.getSymA() != NULL && "Relocation must reference a symbol!");
664 // Ofeset of the relocation in the section
670 // skip recording the relocation.
862 // In case of overflow, write actual relocation count as first
863 // relocation. Including the synthetic reloc itself (+ 1).
864 COFF::relocation r;