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

File where the relocation is applied

## Constructor: RelocatedFile
- parameter: `elfUnit`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFUnit`
- parameter: `mem`, type: `com.pnfsoftware.jeb.core.units.code.asm.memory.IVirtualMemory`
- parameter: `actualImageBase`, type: `long`

Description: Create relocation file information.
parameter: elfUnit: ELF unit
parameter: mem: memory object
parameter: actualImageBase: actual image base

## Field: actualImageBase
Type: `long`
Description: Actual image base.

## Field: elfUnit
Type: `com.pnfsoftware.jeb.core.units.codeobject.IELFUnit`
Description: ELF unit.

## Field: endianness
Type: `com.pnfsoftware.jeb.util.io.Endianness`
Description: File endianness.

## Field: mem
Type: `com.pnfsoftware.jeb.core.units.code.asm.memory.IVirtualMemory`
Description: Memory object.

