- java.lang.Object
-
- com.sun.jna.ELFAnalyser.ELFSectionHeaderEntry
-
-
Constructor Summary
Constructors
Constructor and Description |
ELFSectionHeaderEntry(boolean _64bit,
java.nio.ByteBuffer sectionHeaderData) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getType
public int getType()
-
getFlags
public long getFlags()
-
getOffset
public long getOffset()
-
getSize
public long getSize()
-
getAddr
public long getAddr()
-
getLink
public int getLink()
Copyright © 2007-2018 Timothy Wall. All Rights Reserved.