Interface IELFSectionEntry
public interface IELFSectionEntry
ELF section table entry information.
-
Method Details
-
getName
String getName() -
getType
int getType() -
getFlags
long getFlags() -
getAddress
long getAddress() -
getOffset
long getOffset() -
getSize
long getSize() -
getEntrySize
long getEntrySize() -
getLink
int getLink() -
getInfo
int getInfo() -
getAlignment
long getAlignment() -
format
-