# Interface: com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationEntry

Description of a relocation entry.

## Method: format
- parameter: `elf`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFUnit`
- parameter: `st`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolTable`
- return type: `java.lang.String`

Description: Format this relocation entry for display.
parameter: elf: owning ELF unit
parameter: st: symbol table
return: formatted relocation entry

## Method: getAddend
- return type: `long`

Description: Get relocation addend.
return: relocation addend

## Method: getInfo
- return type: `long`

Description: Get relocation info word.
return: relocation info word

## Method: getOffset
- return type: `long`

Description: Get relocation offset.
return: relocation offset

## Method: getSymbolIndex
- return type: `int`

Description: Get symbol table index.
return: symbol table index

## Method: getType
- return type: `int`

Description: Get relocation type.
return: relocation type

## Method: isAddendSet
- return type: `boolean`

Description: Determine whether an addend is present.
return: true if an addend is present

