[Overview][Types][Classes][Index] Reference for unit 'coffwriter' (#fcl-res)

TCoffRelocations

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

COFF relocation table

Declaration

Source position: coffwriter.pp line 71

type TCoffRelocations = class

protected

  function GetCount;

  function GetRelocation();

public

  constructor Create();

  destructor Destroy; override;

  procedure Add();

  procedure AddRelativeToSection();

  procedure Clear;

  property Count: Integer; [r]

  property Items []: PCoffRelocation; default; [r]

  property StartAddress: LongWord; [rw]

  property MachineType: TCoffMachineType; [rw]

end;

Inheritance

TCoffRelocations

  

COFF relocation table

|

TObject

Description

This class is used internally by TCoffResourceWriter.


Documentation generated on: May 14 2021