# Class: com.pnfsoftware.jeb.core.units.codeobject.ELFStandardRelocator

The standard relocator uses [standard operations](ELFStandardRelocOperations). To use non\-standard operations, sub\-class [ELFRelocationApplicator](ELFRelocationApplicator).

## Constructor: ELFStandardRelocator
- parameter: `type`, type: `int`

Description: Create a standard relocator.
parameter: type: relocation type

## Method: apply
- parameter: `relocatedFile`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocatedFile`
- parameter: `relocInstance`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator.RelocInstance`


