Class IELFRelocationApplicator.RelocInstance
java.lang.Object
com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocInstance
- Enclosing interface:
IELFRelocationApplicator
Relocation features needed for application
-
Field Summary
FieldsModifier and TypeFieldDescriptionRelocation entry.Relocation table.Symbol entry, if any. -
Constructor Summary
ConstructorsConstructorDescriptionRelocInstance(IELFRelocationTable relocTable, IELFRelocationEntry relocEntry, IELFSymbolEntry se) Create relocation instance information. -
Method Summary
-
Field Details
-
relocTable
Relocation table. -
relocEntry
Relocation entry. -
se
Symbol entry, if any.
-
-
Constructor Details
-
RelocInstance
public RelocInstance(IELFRelocationTable relocTable, IELFRelocationEntry relocEntry, IELFSymbolEntry se) Create relocation instance information.- Parameters:
relocTable- relocation tablerelocEntry- relocation entryse- symbol entry, if any
-