# Class: com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocInstance

Relocation features needed for application

## Constructor: RelocInstance
- parameter: `relocTable`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationTable`
- parameter: `relocEntry`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationEntry`
- parameter: `se`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolEntry`

Description: Create relocation instance information.
parameter: relocTable: relocation table
parameter: relocEntry: relocation entry
parameter: se: symbol entry, if any

## Field: relocEntry
Type: `com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationEntry`
Description: Relocation entry.

## Field: relocTable
Type: `com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationTable`
Description: Relocation table.

## Field: se
Type: `com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolEntry`
Description: Symbol entry, if any.

