| [Overview][Types][Classes][Index] | 
COFF relocation type
Source position: coffwriter.pp line 62
type TCoffRelocation = packed record  | 
VirtualAddress: LongWord;  | 
SymTableIndex: LongWord;  | 
_type: Word;  | 
end;  | 
This record is used internally by TCoffResourceWriter.