com.pnfsoftware.jeb.core.units.codeobject.IELFSectionEntry |
Class Overview
ELF section table entry information.
Public Methods
public
abstract
String
format
(IELFUnit elf)
public
abstract
long
getAddress
()
public
abstract
long
getAlignment
()
public
abstract
long
getEntrySize
()
public
abstract
long
getFlags
()
public
abstract
int
getInfo
()
public
abstract
int
getLink
()
public
abstract
String
getName
()
public
abstract
long
getOffset
()
public
abstract
long
getSize
()
public
abstract
int
getType
()