COFF relocation type
Source position: coffwriter.pp line 69
type TCoffRelocation = packed record
VirtualAddress: LongWord;
SymTableIndex: LongWord;
_type: Word;
end;
This record is used internally by TCoffResourceWriter.