- Enclosing class:
- ELFAnalyser
static class ELFAnalyser.ELFSectionHeaderEntry
extends Object
-
Constructor Summary
Constructors
-
Method Summary
long
long
int
int
long
long
int
void
-
Constructor Details
-
ELFSectionHeaderEntry
public ELFSectionHeaderEntry(boolean _64bit,
ByteBuffer sectionHeaderData)
-
Method Details
-
-
setName
public void setName(String name)
-
getNameOffset
public int getNameOffset()
-
getType
public int getType()
-
getFlags
public long getFlags()
-
getOffset
public long getOffset()
-
getSize
public long getSize()
-
getAddr
public long getAddr()
-
getLink
public int getLink()
-