[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
COFF relocation table
Source position: coffwriter.pp line 71
type TCoffRelocations = class end; |
protected |
function GetCount; |
function GetRelocation(); |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Add(); |
procedure AddRelativeToSection(); |
procedure Clear; |
property Items: PCoffRelocation; default; [r] |
property StartAddress: LongWord; [rw] |
property MachineType: TCoffMachineType; [rw] |
|
COFF relocation table |
|
| | ||
TObject |
This class is used internally by TCoffResourceWriter.