com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolEntry |
An ELF symbol.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | format(IELFUnit elf) | ||||||||||
abstract long | getAddress() | ||||||||||
abstract int | getBinding() | ||||||||||
abstract String | getName() | ||||||||||
abstract int | getShIndex() | ||||||||||
abstract long | getSize() | ||||||||||
abstract int | getType() | ||||||||||
abstract long | getValue() | ||||||||||
abstract int | getVisibility() | ||||||||||
abstract boolean | isExternal() |